Send Discord Message
Runs on: Backend — posts to Discord through the Streamerly bot.
The Send Discord Message effect posts a text message to one of your Discord channels through the Streamerly bot.
Before you can use this node, connect your Discord account and claim a server on the Discord integration page. The bot must be a member of that server with permission to post in the target channel. Pick the destination from the node's Channel dropdown — it lists the channels of every server you've claimed.
Connect any string output to the Message input and that text is posted to the selected channel when the flow runs. Combine it with template or text-building nodes for dynamic messages.
Inputs
| Name | Type | Description |
|---|---|---|
Message | string | The text to post to the selected Discord channel. |
Configuration
| Field | Description |
|---|---|
| Channel | The Discord channel to post to, chosen from the servers you've claimed. |
Example
Connect a Channel Point Redeem trigger to a Template node that formats the redemption details, then wire it into a Send Discord Message effect pointed at a private mod channel. Every redemption is logged to Discord for your moderators to review.