Discord Connection
Connect Discord bots and webhooks for messaging, notifications, and community automation.
Required Credentials
- Bot Token (for triggers and bot actions)
- Webhook URL (optional, for webhook-based messages)
Setup Steps
Bot Token (for triggers)
- Go to Discord Developer Portal
- Click "New Application" and name your bot
- Navigate to the "Bot" section
- Click "Add Bot"
- Copy the bot token (keep it secure)
- Enable required intents (Message Content, Guild Messages, etc.)
- Invite the bot to your server using OAuth2 URL generator
- Add the token to your Workflow Builder connections
Webhook URL (for sending messages)
- Open Discord and go to your server
- Right-click the channel → Edit Channel
- Go to Integrations → Webhooks
- Click "New Webhook"
- Copy the Webhook URL
- Add it to your Workflow Builder connections
Features
- Send messages to channels via webhook
- Send rich embeds with formatting
- React to messages (bot required)
- Trigger workflows on new messages (bot required)
- Edit and delete webhook messages
Best Practices
- Use webhooks for simple notifications (no bot required)
- Use bot token for interactive features and triggers
- Keep tokens secure and rotate regularly
- Respect Discord rate limits (50 requests per second)