Discord Connection
Connect to Discord to send messages via a bot token or a webhook URL.
Bot Connection
| Field | Description | Required |
|---|---|---|
| Bot Token | Discord bot token | Yes |
Getting Your Bot Token
- Go to the Discord Developer Portal
- Create a new application, then go to Bot > Add Bot
- Click Reset Token and copy the token
- Under Privileged Gateway Intents, enable Message Content Intent if needed
- Invite the bot to your server using the OAuth2 URL Generator with
botscope andSend Messagespermission
Webhook Connection
| Field | Description | Required |
|---|---|---|
| Webhook URL | Discord channel webhook URL | Yes |
Getting Your Webhook URL
- In Discord, go to the channel's Settings > Integrations > Webhooks
- Click New Webhook, give it a name, and click Copy Webhook URL
Usage
Once created, these connections become available in:
- Discord — send messages to Discord channels
TIP
Webhook connections are simpler (no bot setup needed) but limited to sending messages to one specific channel. Bot connections can send to any channel the bot has access to.