Discord
Send notifications to any Discord channel via an incoming webhook.
URL format
| Segment | Required | Description |
|---|---|---|
webhook_id | Yes | Numeric ID from the webhook URL (digits only) |
webhook_token | Yes | Alphanumeric token from the webhook URL |
Example
Finding your credentials
- Open your Discord server and go to Server Settings.
- Click Integrations → Webhooks.
- Select an existing webhook or click New Webhook.
- Choose the target channel and click Copy Webhook URL.
- The URL looks like:
-
Extract the two path segments after
/webhooks/:1234567890→webhook_idabcdefghijklmnop→webhook_token
Smart paste
If you use the smartParse() function, you can paste the raw Discord webhook URL directly and it will be converted automatically:
Quirks & limitations
- Discord webhooks are tied to a specific channel. To send to multiple channels, use multiple URLs.
-
The
typefield inNotiflyMessagemaps to Discord embed colors:success→ green,warning→ yellow,failure→ red. - Messages have a 2000-character body limit enforced by the Discord API.