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
- Create a Slack app at api.slack.com
- Add required scopes:
chat:write,channels:read - Install the app to your workspace
- Configure in Enbbox with the Bot Token
Subscriber Credentials
await enbbox.subscribers.setCredentials(subscriberId, "slack", {
webhookUrl: "https://hooks.slack.com/services/...",
});Discord
Setup
- Create a Discord bot at discord.com/developers
- Get the Bot Token
- Configure in Enbbox → Integrations → Discord
Microsoft Teams
Setup
- Create an incoming webhook in your Teams channel
- Configure in Enbbox with the webhook URL
Push Providers
Set up push notification providers in Enbbox. Integration guides for Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs).
Welcome Emails
Build a welcome email workflow with Enbbox. Step-by-step tutorial for creating an automated welcome email that triggers on user signup.