Configuring Custom Notifications for Microsoft Teams

To set up Custom Notifications from Crowdin Enterprise in Microsoft Teams, follow the steps below.

Creating Microsoft Teams Account

If you don’t have a Microsoft Teams account already, you will need to create one.

Download and install the Microsoft Teams desktop app. Alternatively, you may use the Microsoft Teams web interface for further configurations.

Creating Microsoft Teams Webhook

To receive notifications in Microsoft Teams, you need to create a webhook.

Read more about creating a Microsoft Teams webhook.

Once finished, copy the webhook URL. You’ll need it for configurations on the Crowdin Enterprise side.

Configuring Custom notifications in Crowdin Enterprise

  1. Open your Account Settings > Notifications.
  2. Click Custom notifications.
  3. In the appeared dialog, paste the Microsoft Teams webhook URL in the URL field.
  4. Select application/json for the Content type.
  5. Paste the following payload in the Payload field:

     {
         "text": "{{notification-message}}"
     }
    
  6. Click Test notification to receive a test message from Crowdin Enterprise to your Microsoft Teams channel.
  7. Once finished with the configuration, click Save.

Per-project notifications with the Microsoft Teams App

Custom notifications allow you to receive your account-specific notifications from Crowdin Enterprise. If you’d like to receive notifications related to some specific project you manage in Crowdin Enterprise, feel free to use our Microsoft Teams app.

See Also

Was this article helpful?