Forum Discussion
bosco
2 months agoActive Member
Has anyone implemented a Discord or Telegram integration with Braze?
We're exploring the possibility of using Discord and Telegram as outbound channels to send messages to customers - still having Braze at the centre to trigger and orchestrate campaigns. Has anyone in...
BenLerner-Paio
18 days agoSpecialist
Hey bosco - there are several steps to do this:
- Create a webhook URL for Discord via Integrations -> Webhooks -> New Webhook and then choose the channel / name of the webhook.
- Create a webhook in Braze to send over the message request to Discord based on some trigger you set up.
Here is an example of what the endpoint would look like:
curl -H "Content-Type: application/json" -X POST -d '{"content": "Hello, this is a message sent through a webhook!"}' https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
It's super simple and I imagine equally as simple for Telegram.
Hope that helps!
Related Content
- 12 months ago
- 10 months ago
- 2 years ago