ZelaxyDocs
Tool Integrations
Tool

Discord

Send messages and manage Discord servers from workflows

Discord

Send messages, manage channels, and interact with Discord servers. Supports bot token and OAuth authentication for different use cases.

Overview

PropertyValue
Typediscord
CategoryTool — Communication
AuthOAuth 2.0 / Bot Token

Operations

OperationDescription
Send MessagePost a message to a channel
List ChannelsGet all channels in a server
List ServersGet all servers the bot is in

Configuration

SettingTypeDescription
Discord AccountOAuthConnect Discord account
ServerDropdownSelect Discord server
ChannelChannel selectorPick a channel
MessageLong textMessage with {{variables}}

Outputs

FieldTypeDescription
messageIdstringID of the sent message
contentstringMessage content or response data

Example: Community Notifications

Workflow:

[Starter (webhook)] → [Agent: Format] → [Discord: Send]

When a GitHub webhook fires (new release), the Agent formats a release announcement and posts it to the #announcements channel.

Tips

  • Bot tokens are better for server automation; OAuth for user-level actions
  • Use embeds for rich formatting — include titles, colors, and fields in your message