c2d 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!
c2d is a fork of crowdin-discord-webhooks, that fixes some issues with the original:
- Unsupported event types
- Bundled webhooks not working at all
- Odd formatting sometimes
- No profile picture
- No way of self-deploying to CF Workers
- Deploy yourself:
- Create a Discord Webhook in the channel you want to receive your events in and copy its URL
- Replace "https://discordapp.com/api/webhooks" with your worker"s base route, 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!