Overview
The Send Discord Message node posts messages to a Discord channel using a webhook. Use it for alerts, summaries, and notifications.Description
Provide a Discord webhook URL and message content. Optionally add rich fields like embeds/images.Input Parameters
- webhookUrl Discord webhook URL.
- title Optional title for embeds.
- message Main text content.
- color Optional embed color (hex string or integer).
- author Optional author name.
- authorIcon Optional author icon URL.
- thumbnail Optional thumbnail image URL.
- image Optional main image URL.
- attachments JSON-encoded array of additional embed objects (optional).
- Provide flat key-value pairs. For arrays/objects, use JSON-encoded strings.
Output Parameters
- deliveryTime ISO timestamp of request completion.
-
deliveryStatus
successorfailed. - responseStatus HTTP status code.
Output Type
Output Type: JSONExample Usage
Input:How to Use in a No-Code Workflow
- Add the Node Place the Send Discord Message node in your notification flow.
-
Map Inputs
Provide
webhookUrlandmessage, optionally add embed fields. -
Check Outputs
Confirm
deliveryStatusandresponseStatus.
Best Practices
- Keep messages concise; use embeds for structure.
- Avoid posting secrets or PII.
- Rate-limit frequent alerts.
Common Errors
- “Invalid webhook” Ensure the webhook URL is correct.
- “Request blocked” Check network restrictions and Discord rate limits.

