Skip to content

Discord ​

Send messages, manage guilds, and interact with Discord via the Bot API.

DetailValue
CategoryCommunication
Base URLhttps://discord.com/api/v10
AuthenticationBearer Token
Endpoints6
Connector keydiscord

Using Discord in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Discord from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /channels/{channel_id}/messagesSend a message to a channel
GET /channels/{channel_id}/messagesGet channel messages
GET /guilds/{guild_id}Get guild information
GET /guilds/{guild_id}/channelsList guild channels
GET /guilds/{guild_id}/membersList guild members
PUT /channels/{channel_id}/messages/{message_id}/reactions/{emoji}/@meAdd a reaction to a message

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.