Discord
1. Create a Discord Application
Section titled “1. Create a Discord Application”- Go to the Discord Developer Portal
- Create a new application
- Navigate to Bot and create a bot
- Save the bot token
- Under Privileged Gateway Intents, enable Message Content Intent
2. Invite the Bot
Section titled “2. Invite the Bot”Generate an invite URL with these permissions:
- Read Messages/View Channels
- Send Messages
- Read Message History
- Use External Emojis
3. Configure the Platform Connection
Section titled “3. Configure the Platform Connection”- Navigate to Settings → Integrations → Discord in the dashboard
- Enter your bot token and application ID
- The webhook is configured automatically
4. Create a Gateway Route
Section titled “4. Create a Gateway Route”- Platform: DISCORD
- Channel ID: Right-click the channel → Copy Channel ID
- Agent: Select your active agent
Features
Section titled “Features”- Text messages — Full text input/output
- Rich embeds — Formatted responses with colors and fields
- Reactions — React to messages
- Thread support — Respond in threads for organized conversations
Route Key Format
Section titled “Route Key Format”DISCORD:<channel_id>Example: DISCORD:987654321098765432