Discord ​
Send messages, manage guilds, and interact with Discord via the Bot API.
| Detail | Value |
|---|---|
| Category | Communication |
| Base URL | https://discord.com/api/v10 |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | discord |
Using Discord in a workflow ​
- Go to Connections and click New Connection.
- Pick Discord from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /channels/{channel_id}/messages | Send a message to a channel |
| GET /channels/{channel_id}/messages | Get channel messages |
| GET /guilds/{guild_id} | Get guild information |
| GET /guilds/{guild_id}/channels | List guild channels |
| GET /guilds/{guild_id}/members | List guild members |
| PUT /channels/{channel_id}/messages/{message_id}/reactions/{emoji}/@me | Add a reaction to a message |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.