Telegram
Send submissions to a Telegram chat, group, or channel via a bot.
How it works#
Telegram works through a bot: you create one with @BotFather, paste its token plus the chat id you want messages in, and each completed submission is delivered to that chat as a formatted message.
Connect Telegram#
- Message @BotFather on Telegram and run /newbot to create a bot, then copy the HTTP API token it gives you.
- Add the bot to your chat, group, or channel, then grab the chat id (for example via @userinfobot).
- In Halloform, open your form's Integrations, choose Telegram, and paste the bot token and chat id. We validate the token and send a hello message so you can confirm both are right.