Telegram
Modules and Integrations
Telegram is a standalone module designed to implement integration with AppMaster Telegram Bot.
To connect messaging to the telegram group:
Create your bot with Telegrams Father Bot
Create a group and add your bot to it
Get chat_id of your group or channel
Set Bot Token in module settings
Include telegram_send_message with chat_id as a parameter in your BP/endpoint
Publish your project and test
Business processes
telegram_send_message
Module Settings
Parameter
Default
Description
Bot token
None
Bot token of your bot. You can create a new bot with Telegram Bot Father
Last updated