Configuring Custom Notifications for Discord

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

Opsætning af tilpasset notifikationskanal i Crowdin

  1. Åbn Kontoindstillinger og gå til fanen Notifikationer.
  2. Click Set Up Notifications Custom Channel.
  3. In the appeared dialog, paste the Discord webhook URL in the URL field.
  4. Vælg application/json for Indholdstypen.
  5. Paste the following payload in the Payload field:

     {
         "content": "{{notification-message}}"
     }
    
  6. Click Test notification to receive a test message from Crowdin to your Discord channel.
  7. Når opsætning er færdig, så klik på Gem.

Se også

Var denne artikel nyttig?