Table of Contents |
---|
Create Telegram bot account
1. Go to the Telegram application and find @BotFather in it. In this channel
2. Click Start and click /newbot
...
3. Fill in bot name, username
4. Click at the token to copy it
...
Now bot is created.
...
3. Fill in the following fields:
Channel name | Value at your discretion |
Token | Token from BotFather (step 4) |
Chat weight | Value at your discretion |
4. Click ADD
...
Info |
---|
Notice: You must attach this channel to any operator or bot! |
How to add the button “Share number”
The process of requesting a user's Telegram phone number without manual input:
This option is already available in the out-of-the-box version of Beesender. To implement it, you need to specify a parameter in the message element with buttons at the relevant stage of the chatbot process. This parameter will be responsible for this option.
Parameter: [*NUM*]
Button Formula:
Code Block |
---|
[*NUM*]Button Text |
Example: [*NUM*]Share number
Info |
---|
After this setup, the chatbot will offer a button. When the user clicks on it, they will be prompted to send their phone number. |