crowdin-discord-webhooks sends your Crowdin events to a Discord channel, no hosting or servers required! Simply point a Crowdin webhook to it and you're good to go!
- Create a Discord Webhook in the channel you want to receive your events in and copy its URL
- Replace
https://discordapp.com/api/webhooks
withhttps://crowdinwebhooks.switchblade.xyz
, and save it temporarily somewhere like notepad - Go to your Crowdin Project settings, and navigate to the "API & Webhooks" tab
- Click "Add Webhook" and configure it like so:
- Name can be whatever you want
- Paste the Webhook URL from Step 2 on the URL field
- Set the Request Method to
POST
- Set the Content Type to
application/json
- Select what events you want to be notified about
- Click "Test" on the right panel to check if your webhook is working
- Click "Add" and you should be good to go!