Telegram trigger
Summary
We register a Werbhook to enable communication between your Telegram bot and the chats where it's an admin. This feature allows Telegram to send incoming messages and events to a specific URL that you provide on your local host. By doing this, your bot can receive updates in real-time without constantly checking for new messages.
When a user sends a message in your chat, Telegram will send a POST request to your webhook URL with the details of the message.Your lolo-app can then process the request and send a response back to Telegram if desired.
Once the Telegram bot is properly set up, added to your chat and made an admin, Your Telegram trigger will generate an output in the log that looks similar to this:
Ports
An event is routed to the out port when data is published in chats where the bot is admin.
Input/Output Format
The routed event has the shape of a Telegram message text
Updated 4 days ago