send.webforms.toRead the docs →

Chat and messaging

Live

Send form submissions to Telegram

Telegram is the fastest way to get a submission in front of a human, especially on a phone. Create a bot, tell us the chat ID, and every enquiry arrives as a formatted message - private chat, team group or broadcast channel, whichever you point it at.

Get an endpointRead the docs

What lands in Telegram

Setup

  1. Create a bot with BotFather

    Message @BotFather on Telegram, send /newbot, follow the prompts and copy the bot token it gives you.

  2. Get your chat ID

    Send your new bot a message, then add it to the group or channel you want notifications in. The dashboard helps you resolve the numeric chat ID.

  3. Add Telegram as a destination

    Paste the bot token and chat ID into a Telegram destination on your form. The token is encrypted at rest.

Telegram example

Swap in your own endpoint and these run as-is.

Standard form markup - the Telegram wiring is entirely server-side.

contact.html
<form action="https://send.webforms.to/wft_your_key" method="POST">
  <input name="name" required />
  <input name="email" type="email" required />
  <textarea name="message"></textarea>

  <!-- honeypot: bots fill it, humans never see it -->
  <input type="text" name="_gotcha" style="display:none" tabindex="-1" />

  <button type="submit">Send</button>
</form>

Worth knowing

Telegram form FAQ

Create a bot with BotFather, copy the token, add the bot to the chat you want, then paste the token and chat ID into a Telegram destination on your form.

Send your next form submission to Telegram

Free for 300 submissions a month. Endpoint in under a minute, no card required.

Start free