Discord
App IntegrationsDiscord Node
Overview
Supports the following operations: Send Message, Send via Webhook, Create Channel, List Members.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Action to execute |
webhookUrl | string | — | Webhook URL for sending messages |
channelId | string | — | Channel Id for this node |
guildId | string | — | Guild Id for this node |
channelName | string | — | Channel Name for this node |
message | string | — | Message content to send |
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.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Discord in Your Workflow
Create a free account and start building AI-powered workflows with the Discord node.
Open Workflow Editor