Discord
The Discord node sends messages to Discord channels via a bot token or a webhook URL.
Requires a Discord connection — either a bot connection or a webhook connection.
Configuration
Bot Mode
| Field | Description | Notes |
|---|---|---|
| Channel ID | Discord channel ID | Required. Supports templates |
| Content | Message text (supports Markdown) | Required. Supports templates |
| Embed | Optional embed object (JSON) for rich messages | Optional |
Webhook Mode
| Field | Description | Notes |
|---|---|---|
| Content | Message text (supports Markdown) | Required. Supports templates |
| Username | Override the webhook's display name | Optional |
| Avatar URL | Override the webhook's avatar | Optional |
| Embed | Optional embed object (JSON) for rich messages | Optional |
Finding a Channel ID
- In Discord, go to User Settings > Advanced > enable Developer Mode
- Right-click any channel and select Copy Channel ID
Message Formatting
Discord supports Markdown in messages:
**bold**,*italic*,~~strikethrough~~`inline code`and```code blocks```> block quotes
Common Patterns
Post Daily Summary
- Cron — daily trigger
- DataStore Query — fetch summary data
- Transform — format as Discord message
- Discord — post to a reporting channel