Skip to content

Discord

Stable Connected tier

Discord connector for delivering workflow notifications and alerts to Discord channels via webhook or bot token.

Authentication: Webhook URL or bot token
System type: DISCORD
API reference: Discord API


Supported resources

ResourceFETCHPUSHEXECUTE
messages✓*

* FETCH returns webhook or channel metadata only - not message history.

PUSH sends a message. EXECUTE supports the SEND_ALERT command.


Integration model

Supports two authentication modes:

  • Webhook - provide a channel webhook URL; simpler setup, channel-scoped
  • Bot token - provides access to multiple channels; can fall back to a platform-managed bot if no credentials are supplied

Connection setup

Provide either:

  • Webhook URL - the Discord channel webhook URL, or
  • Bot Token + Channel ID - a Discord bot token and the target channel ID

Security

Access type: Write-only (outbound delivery)

Demiton sends messages to Discord channels. It does not read message history or channel content.

Permissions required: Bot token with Send Messages on the target channels, or a webhook URL scoped to a specific channel. Do not grant administrator permissions to the Demiton bot.

Treat webhook URLs as credentials - rotate them if exposed.


Next steps