Configurare le Notifiche Personalizzate per 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. Apri le Impostazioni del tuo Profilo e vai alla scheda Notifiche.
  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. Una volta finito con la configurazione, clicca Salva.

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.

Vedi Anche

Questo articolo è stato utile?