1 min read
Telegram
Send a Telegram message for each submission using your bot token and a chat id (user, group, or channel).
What you need
- A bot from @BotFather on Telegram.
- The numeric chat id your bot should message (users usually
/startthe bot first).
What you configure
- Bot token – encrypted at rest.
- Chat id.
- Parse mode (optional) – plain text, HTML, or MarkdownV2 for richer formatting.
Steps
- Create a bot with @BotFather and copy the token.
- Determine the chat id (for groups, add the bot and inspect
getUpdatesif needed). - In Formspring, open your form → Integrations → Telegram → paste token and chat id → optional parse mode → Save.
- Submit a test; confirm the message and Deliveries.
Tips
- Anyone with the bot token can impersonate the bot-rotate via BotFather if leaked.
- For channels, add the bot as an admin with post rights.