Sends a message to a Discord channel using a Discord webhook URL or bot token. Supports plain text messages and rich embeds with titles, descriptions, and colour coding.
discord_messageThe Discord Message node posts a message to any Discord channel you have configured a webhook for. Discord webhooks are created inside your server's channel settings and allow external services to post messages without a full bot setup.
For simple alerts, fill in the Content field only. For richer messages with a
title, description, and a coloured border stripe, provide the optional embed fields. Both
Content and embed fields can reference workflow variables using
{{ variable }} syntax, making it straightforward to include dynamic values such as
run status, error messages, or record IDs.
| Field | Status | Description |
|---|---|---|
| Webhook URL | Required | The Discord channel webhook URL. Create one in Discord channel settings → Integrations → Webhooks. |
| Content | Required | The text message to send. Supports {{ variable }} references. Supports Discord markdown (**bold**, _italic_, `code`, multi-line code blocks). |
| Username | Optional | Override the webhook's default display name, e.g. Flusso Bot. |
| Avatar URL | Optional | URL to an image to use as the webhook's avatar. Overrides the default. |
| Embed Title | Optional | If set, adds a rich embed card below the message with this title. |
| Embed Description | Optional | Body text of the embed card. |
| Embed Colour | Optional | Hex colour for the embed's left border stripe, e.g. #5865F2 (Discord blurple). |
After the message is sent, the following fields are available on the step output:
| Field | Type | Description |
|---|---|---|
success | boolean | True if the message was accepted by Discord. |
message_id | string | The ID of the sent message (when using a bot token; not available with webhooks). |
Error Details,
Embed Description to {{ trigger.output.stack_trace }},
and Embed Colour to #ED4245 (Discord red) for
visually prominent alerts.
#5865F2. The node converts them to the decimal integer format Discord requires.