How to set up a postback using the Telegram bot
Postback is the transfer of information about the completion of an action from one platform to another (for example, a player registered using a link). Postback makes the work with an advertising campaign easier as it collects all the data in one place. In our case, you will get a Telegram bot that will notify you about new registrations and deposits. This process can be divided into two tasks: Setting up a Telegram bot. Postback setup. Creating the bot To set up the bot, you need to go open the Telegram and in the general search find the contact @botfather. Then click «start». After that, @botfather will show you a list of commands. You need to create a bot to receive notifications about new players. Press the /newbot command to get started. Now you need to set the name of the chatbot, for example, «New lead». Next, set the login to end with _bot, for example, «traffinktest01_bot». Your bot is ready! After creating a bot, you will receive a message with a bot token, which which needs ...