Docs/App Integrations/Discord

Discord

App Integrations

Discord Node

Overview

Supports the following operations: Send Message, Send via Webhook, Create Channel, List Members.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
webhookUrlstring—Configuration field for webhookUrl
channelIdstring—Configuration field for channelId
guildIdstring—Configuration field for guildId
channelNamestring—Configuration field for channelName
messagestring—Configuration field for message

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{discord.id}}
anyOutput field: id
{{discord.content}}
anyOutput field: content
{{discord.channel_id}}
anyOutput field: channel_id

Examples

Basic Usage

Example configuration:

{
  "operation": "value",
  "webhookUrl": "value",
  "channelId": "value",
  "guildId": "value",
  "channelName": "value",
  "message": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Discord in Your Workflow

Create a free account and start building AI-powered workflows with the Discord node.

Open Workflow Editor