Integrations
Telegram
Send submissions to a chat or group.
Telegram needs two values rather than one URL: a bot token and the chat the bot should write to.
Setup
- Message @BotFather, create a bot, and copy the token it hands back.
- For a group, add the bot to it first — a bot cannot write to a group it has not joined.
- Find the chat ID (message the bot or group, then read getUpdates for your token) and save both values in your form settings.
Group chat IDs are negative numbers. Keeping the minus sign matters; without it the message goes nowhere and the error is not obvious.