Enbbox Docs

Chat Providers

Set up chat notification providers in Enbbox. Step-by-step integration guides for Slack, Discord, Microsoft Teams, and Telegram with credential configuration.

Slack

Setup

  1. Create a Slack app at api.slack.com
  2. Add required scopes: chat:write, channels:read
  3. Install the app to your workspace
  4. Configure in Enbbox with the Bot Token

Subscriber Credentials

await enbbox.subscribers.setCredentials(subscriberId, "slack", {
  webhookUrl: "https://hooks.slack.com/services/...",
});

Discord

Setup

  1. Create a Discord bot at discord.com/developers
  2. Get the Bot Token
  3. Configure in Enbbox → IntegrationsDiscord

Microsoft Teams

Setup

  1. Create an incoming webhook in your Teams channel
  2. Configure in Enbbox with the webhook URL

On this page