send.webforms.toRead the docs →

how-totelegram

Form submission alerts on your phone via Telegram

The cheapest push notification pipeline there is: a bot token, a chat ID, done.

WebForms4 min read

If you are a one-person business, the honest requirement is not a dashboard - it is a buzz in your pocket when someone fills the form, on the phone you already carry, for free. Telegram bots are the shortest path to that. No push notification service, no monthly fee, no app to build.

Create the bot

  1. Message @BotFather on Telegram and send /newbot. Pick a name and a username; you get an API token back.
  2. Message your new bot first - bots cannot start conversations, which is the step people miss. One hello unlocks it.
  3. Get your chat ID: open api.telegram.org/bot<TOKEN>/getUpdates in a browser after messaging the bot, and read chat.id from the JSON.

Point submissions at it

Add Telegram as a destination in WebForms with the token and chat ID. Each submission arrives as a message with fields in order. For a team, create a Telegram group, add the bot to it, and use the group chat ID instead - the alert then reaches everyone, and whoever grabs it first replies.

Two practical notes. Telegram messages cap at 4096 characters, so very long submissions are truncated with the full version a click away in the dashboard. And a bot token in the wrong hands can read your alerts - if it ever leaks, BotFather can revoke and reissue in seconds, then update the destination.

The pattern that works well is Telegram for the ping and email for the record: instant awareness on the phone, a searchable archive in the inbox, one form feeding both.

Get your endpoint

Free for 300 submissions a month. No card required.

Start free