Telegram integration

It is possible process requests from Telegram in EddyDesk.

To get started, you need to create a bot and connect it to the system.


What are bots?

Bots are special accounts in Telegram, created in order to automatically process and send messages. Users can interact with bots using messages sent through regular or group chats.

 

How do bots work?

As already mentioned, bots are special accounts that do not require a phone number when created. In fact, these accounts perform a role of an interface to your service, which run on a remote server.

The most interesting thing about bots is that you do not need to learn low-level methods of working with MTProto and encryption for their creation - communication with the bot is organized using the usual HTTPS interface with simplified Telegram API methods.


 

How to create a bot?

Just write to the @BotFather bot in Telegram and follow its instructions.

Write the command /newbot to create a new bot. @BotFather will ask you for the name of your new bot and prompt you to come up with a username.

 

 

The name will be displayed in contacts and chats.

Username is a short name in Latin, which is used for mentioning the bot and in the links to the profile in telegram.me. Username must consist of letters of the Latin alphabet, underlining and digits and be from 5 to 32 characters in length. Also, the username must end with "bot", for example: "EddyDeskBot".

 

After that you can customize your bot in the way you like: to set a picture, description, etc. A complete list of possible commands is available under the command /help.

 

System configuration

After creating the bot, you will receive an authorization key that is required to connect to your EddyDesk system:

 

 

Once you have created the bot and got your authorization key (token), you can connect the created bot to EddyDesk. To do this, open "Management" -> "Channel settings" and enter the created key in the required field:

 

 

Also, in order for the bot to work with personal messages and group chats, you must specify in your bot's settings:

  • /setjoingroups determines whether you can add your bot to the groups. By default this parameter is enabled.

 

  • /setprivacy determines whether all messages are seen by your bot in groups. If it's disabled, all messages will be sent to the bot. /setprivacy = disabled.

 

Messages from Telegram reach the system in real time, without delays.

 

Thus, the customer can create requests and communicate with your client service using Telegram, and you will be able to process requests from a single system, without using third-party services.