Configurare le Notifiche Personalizzate per Discord

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

Creating Discord Account

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

Note: You can configure custom notifications from Crowdin Enterprise only via the Discord desktop app or Discord web interface. Once configured, you'll be able to receive these notifications via Discord mobile apps as well.

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

Creating Discord Webhook

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

Read more about creating a Discord 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 Discord webhook URL in the URL field.
  4. Select application/json for the Content type.
  5. Paste the following payload in the Payload field:

     {
         "content": "{{notification-message}}"
     }
    
  6. Click Test notification to receive a test message from Crowdin Enterprise to your Discord channel.
  7. Una volta finito con la configurazione, clicca Salva.

Vedi Anche

Questo articolo è stato utile?