Skip to content

Discord Connection

Connect to Discord to send messages via a bot token or a webhook URL.

Bot Connection

FieldDescriptionRequired
Bot TokenDiscord bot tokenYes

Getting Your Bot Token

  1. Go to the Discord Developer Portal
  2. Create a new application, then go to Bot > Add Bot
  3. Click Reset Token and copy the token
  4. Under Privileged Gateway Intents, enable Message Content Intent if needed
  5. Invite the bot to your server using the OAuth2 URL Generator with bot scope and Send Messages permission

Webhook Connection

FieldDescriptionRequired
Webhook URLDiscord channel webhook URLYes

Getting Your Webhook URL

  1. In Discord, go to the channel's Settings > Integrations > Webhooks
  2. 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.