I webhook ti notificano ed aiutano a raccogliere informazioni sugli eventi chiave che avvengono nel tuo progetto di Crowdin, come le traduzioni completate o la correzione delle bozze. After you configure a webhook for the project, Crowdin will start sending POST or GET requests with data to the webhook URL via HTTP.
Only owners and project managers can register a webhook.
You can add webhooks to build integrations with the services or with your backend. Per esempio:
You can configure webhooks for the following types of events:
File completamente tradotto
File completamente revisionato
Progetto completamente tradotto
Progetto revisionato completamente
Exported translation updated – final translation of a string is updated
Source string added
Source string updated
Source string deleted
Suggested translation added – a string in the project is translated
Suggested translation updated – a translation for a string in the project is updated
Suggested translation deleted – one of the translations is deleted
Suggested translation approved – a translation for a string is approved
Suggested translation disapproved – approval for a previously added translation is removed
Task added
Task status changed
Task deleted
To configure webhooks in Crowdin, open your project and go to Settings > API & Webhooks tab and select Webhooks on the left. Click Add Webhook to start configuring your new webhook.
You will need to provide the following information to register a webhook:
When adding a webhook, click Test to see how your application will react to that call.
Depending on your approach to webhooks management, you might need to add dedicated Crowdin IP addresses to your firewall to allow Crowdin to open the pre-configured webhook URLs.
Read more about IP Addresses.
With the help of Crowdin webhooks, you can send the notifications about pre-configured event types directly to a specific Slack channel.
To configure the webhooks’ sending to Slack, you’d need to create a simple Slack app. Read more about Sending messages to Slack using Incoming Webhooks.
As soon as you created and configured your Slack app, you’ll have a Webhook URL that should be used for the Webhooks configuration in your Crowdin project.
You can access the list of all existing webhooks within a specific project. You will be able to edit or delete webhooks right from the list of webhooks displayed.
In the Calls History section you can see the list of calls of all webhooks that were added in the project. Use the filter to view all or only unsuccessful webhook notifications.
Need help working with Webhooks or have any questions? Contact Support Team.