Telegram

Modules and Integrations

Telegram is a standalone module designed to implement integration with AppMaster Telegram Bot.

To connect messaging to the telegram group:

  1. Create your bot with Telegrams Father Bot

  2. Create a group and add your bot to it

  3. Get chat_id of your group or channel

  4. Set Bot Token in module settings

  5. Include telegram_send_message with chat_id as a parameter in your BP/endpoint

  6. 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