Versend

Providers

Send notifications to Discord, Telegram, or both

Providers

Versend supports multiple notification providers. Configure one or many — notifications are sent to all enabled providers in parallel.

Available Providers

ProviderStatusDescription
Discord✅ StableRich embeds with colors, fields, and links
Slack✅ StableBlock Kit messages via incoming webhooks
Telegram✅ StableHTML-formatted messages via Bot API
Generic Webhook✅ StableForward raw payload to any URL

How It Works

Each provider is auto-enabled when its required environment variables are set:

  • Discord: Set DISCORD_WEBHOOK_URL → Discord enabled
  • Slack: Set SLACK_WEBHOOK_URL → Slack enabled
  • Telegram: Set TELEGRAM_BOT_TOKEN + TELEGRAM_CHAT_ID → Telegram enabled
  • Webhook: Set WEBHOOK_URL → Generic webhook enabled

Enable as many as you need.

You need at least one provider configured for Versend to send notifications.

Adding a Provider

  1. Choose a provider from the list above
  2. Follow the setup guide to get the required credentials
  3. Add the environment variables to your Vercel project
  4. Redeploy — that's it!