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 | — | Configuration field for operation |
webhookUrl | string | — | Configuration field for webhookUrl |
channelId | string | — | Configuration field for channelId |
guildId | string | — | Configuration field for guildId |
channelName | string | — | Configuration field for channelName |
message | string | — | 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