Налаштування користувацьких сповіщень для Microsoft Teams

To set up Custom Notifications from Crowdin 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 side.

Configuring Notifications Custom Channel in Crowdin

  1. Open your Account Settings and go to the Notifications tab.
  2. Click Set Up Notifications Custom Channel.
  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 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. If you’d like to receive notifications related to some specific project you manage in Crowdin, feel free to use our Microsoft Teams app.

Дивись також

Ця стаття була корисною?