This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
This is the technical companion to Automating Business Reports with Google Apps Script and Telegram , which covers the project this code came from. Here I’ll walk through running a Telegram bot on Apps Script: handling updates, routing messages, and managing the webhook. Receiving updates Telegram delivers updates to your webhook as HTTP POST requests. In Apps Script, a POST to a deployed…
This is the technical companion to Automating Business Reports with Google Apps Script and Telegram, which covers the project this code came from. Here I’ll walk through running a Telegram bot on Apps Script: handling updates, routing messages, and managing the webhook.
Receiving updates
Telegram delivers updates to your webhook as HTTP POST requests. In Apps Script, a POST to a deployed web app invokes the doPost(e) function, so that’s where the bot starts:
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.