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

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

Creating Telegram Account

If you don’t have a Telegram account already, you will need to connect with a phone. Telegram uses your phone number as a primary credential which you’ll use to log into your account. So firstly, download and install the Telegram app using Android or iOS. Once signed up, you may use the Telegram web interface with a PC or Mac to simplify further configurations, but this part is up to you.

Creating Telegram Bot

To receive notifications in Telegram, you need to create a bot.

Read more about creating a Telegram bot.

Once finished, you will be provided with a bot’s API token. Make sure to save it; you’ll need it later.

Configuring Telegram Channel

The next step is to create a public Telegram channel which will be used to get notifications from Crowdin. Later you’ll be able to change the channel’s privacy if needed.

To create a Telegram channel, follow these steps:

  1. Open Telegram on your device.
  2. Click on the pen icon and select New Channel.
  3. Name your channel in the Channel name field.
  4. (Optional) Specify a channel description.
  5. (Optional) Click on the camera icon to set a display picture for your channel.
  6. Click Next in the top-right corner.
  7. Select Public channel type.
  8. Specify a permanent link for your channel. This link is what people would use to search and join your channel.
  9. Click Next in the top-right corner.
  10. (Optional) In this step, Telegram will ask you to add subscribers to your Telegram channel. Select contacts you’d like to add, including your new bot (provide your bot with Admin permissions). You can choose not to add any members for now since you’ll be able to do it later.
  11. Click Next in the top-right corner to continue and create your channel on Telegram.

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, specify the URL in the following format:

    https://api.telegram.org/bot{bot_API_token}/sendMessage

    Note: Make sure to replace {bot_API_token} with your actual Telegram bot API token.
  4. Select application/json for the Content type.
  5. Paste the following payload in the Payload field:

     {
         "chat_id": "{public_chat_id}",
         "text": "{{notification-message}}"
     }
    

    where {public_chat_id} – Your public chat id you specified for your channel link during the Telegram channel configuration.

  6. Click Test notification to receive a test message from Crowdin to your Telegram channel.
  7. Once finished with the configuration, click Save.

Changing Telegram Channel Type

If you’d like to make your Telegram channel private and keep receiving notifications from Crowdin, follow these steps:

  1. First of all you need to acquire your Telegram channel’s original chat id by visiting: https://api.telegram.org/bot{bot_API_token}/sendMessage?chat_id={public_chat_id}&text=Test

    Note: Make sure to replace {bot_API_token} and {public_chat_id} with your actual Telegram bot API token and public chat id.
  2. You’ll get a response in a JSON format that will contain your Telegram channel’s original chat id. JSON response

  3. In Crowdin, open your Account Settings and go to the Notifications tab.
  4. Click Set Up Notifications Custom Channel.
  5. In the appeared dialog, modify the URL by replacing the chat id with the one received in the JSON response above.
  6. Click Save.
  7. In Telegram, open your channel.
  8. Click on your channel name and click Edit.
  9. Click Channel Type.
  10. Select Private and click Done.

Дивись також

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