Send Discord Message logo

Catalog action Messaging discord

Send a message to a Discord channel via webhook. Use this to post alerts, notifications, or updates to Discord servers. Max 2000 characters. Supports custom bot username. Ideal for: price alerts, trade notifications, portfolio updates, community announcements.

At a Glance

FieldValue
Action IDsend-discord-message
CategoryMessaging
Connectordiscord
Requires gasNo
Funds movementNone declared
Tagsmessaging, discord, notification, webhook, alert, write, chat, community

Payload Schema

FieldTypeRequiredDescription
messagestringYesMessage text to send. Supports Markdown: bold, italic, 'code', links. Max 2000 characters.

Result Schema

FieldTypeRequiredDescription
statusstringYes-
errorstringNoError message if failed

Examples

json
{ "type": "send-discord-message", "payload": { "message": "Workflow completed" }, "children": [], "connector": { "type": "discord", "id": "conn_discord" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I