Skip to content

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

FieldDescriptionNotes
Channel IDDiscord channel IDRequired. Supports templates
ContentMessage text (supports Markdown)Required. Supports templates
EmbedOptional embed object (JSON) for rich messagesOptional

Webhook Mode

FieldDescriptionNotes
ContentMessage text (supports Markdown)Required. Supports templates
UsernameOverride the webhook's display nameOptional
Avatar URLOverride the webhook's avatarOptional
EmbedOptional embed object (JSON) for rich messagesOptional

Finding a Channel ID

  1. In Discord, go to User Settings > Advanced > enable Developer Mode
  2. 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

  1. Cron — daily trigger
  2. DataStore Query — fetch summary data
  3. Transform — format as Discord message
  4. Discord — post to a reporting channel