Docs
NodesOutput Nodes
Edit Page on GitHub

Send Discord Message

Send a text, media message, or interactive components via your Discord bot

outputdiscordbotmessagemediacomponentsEasy5
Social

Send Discord Message

5
Flow
Response
Flow
Not connectedFlow
Message
ChannelID
Media Link
Components
0 connections
Array input — accepts multiple connections

Description

The Send Discord Message node allows you to send messages directly to a specified Discord channel using your connected Discord bot. You can send plain text messages, embed media by providing a direct link, and even include interactive components like buttons or dropdowns by passing an array of JSON objects representing Discord Components (Action Rows). This node is perfect for automating announcements, updates, or any communication you want to push to your Discord server as part of your workflow.

Common Use Cases

  • Sending notifications to a Discord channel when certain events occur in your workflow.
  • Posting updates or results from your workflow to keep your team informed.
  • Sharing media content like images or videos directly to Discord channels.
  • Creating interactive messages in Discord with buttons or dropdowns for users to engage with.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowMessageThe main text message you want to sendTextChannelIDChannel ID to send the message toTextMedia Link(Optional) Direct link to an image/media file you want to embedTextComponents(Optional) Array of JSON objects representing Discord Components (Action Rows)JSON[]

Outputs

The output connections this node provides:

NameDescriptionTypeFlowThe Flow to triggerFlowResponseThe response from Discord containing the message IDJSON

Fields

The configurable fields this node provides:

NameDescriptionTypeMessageThe main text message you want to sendValue: Hello from Deforge!TextAreaChannelIDChannel ID to send the message toValue: 123456789TextMedia Link(Optional) Direct link to an image/media file you want to embedValue: ``TextComponents(Optional) Array of Discord ComponentsValue: []JSON[]DiscordConnect to your Discord accountDefaultValue: ``social

Last updated on