Docs Connect Components Outputs discord discord Type: OutputInput Available in: Self-Managed Writes messages to a Discord channel. # Config fields, showing default values output: label: "" discord: channel_id: "" # No default (required) bot_token: "" # No default (required) This output POSTs messages to the /channels/{channel_id}/messages Discord API endpoint authenticated as a bot using token based authentication. If the format of a message is a JSON object matching the Discord API message type then it is sent directly, otherwise an object matching the API type is created with the content of the message added as a string. Fields channel_id A discord channel ID to write messages to. Type: string bot_token A bot token used for authentication. Type: string Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution cypher drop