To set up Custom Notifications from Crowdin in Google Chat, follow the steps below.
If you already have a Google account, it gives you access to many Google products, including Google Chat. If you don’t have a Google account, you will need to create one.
Download and install the Google Chat desktop app. Alternatively, you may use the Google Chat web interface for further configurations.
To receive notifications in Google Chat, you need to create a webhook.
Read more about creating a Google Chat webhook.
Once finished, copy the webhook URL. You’ll need it for configurations on the Crowdin side.
Paste in the following payload in the Payload field:
{
"text": "{{notification-message}}"
}