Step 1
Talk to @BotFather in Telegram, run /newbot, and grab the bot token. Add the bot to the chat or group where you want submissions to land.
Integration · Telegram
Send form submissions to Telegram as bot messages.

splitforms connects your forms to Telegram and moves every submission across the moment it's received — no manual export, no copy-paste.
Every submission is emailed to you and saved to a searchable dashboard, so the lead is captured even if Telegram is unreachable.
Connecting Telegram to your forms is included in your plan — no add-on charge and no per-message billing from splitforms.
Example: form markup
The form posts to https://splitforms.com/api/submit. The Telegramrouting is configured in the splitforms dashboard against the form's access key — there's no client-side Telegram-specific code in your HTML.
<form action="https://splitforms.com/api/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_SPLITFORMS_KEY" />
<input type="hidden" name="_route" value="telegram" />
<input type="email" name="email" placeholder="you@example.com" required />
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send to Telegram</button>
</form>How it works
Here's how to send form submissions to Telegram in 5 steps — no code required, and most teams finish in a couple of minutes.
Talk to @BotFather in Telegram, run /newbot, and grab the bot token. Add the bot to the chat or group where you want submissions to land.
Send a message to the bot or group, then call https://api.telegram.org/bot<TOKEN>/getUpdates to find the chat ID.
In splitforms, configure a webhook pointing at https://api.telegram.org/bot<TOKEN>/sendMessage with chat_id and text fields populated from the form payload (a small relay URL or Cloudflare Worker is the simplest approach).
Test by submitting the form. The Telegram bot should deliver the message within ~1-2 seconds.
Optional: format the message as Markdown for nicer field labels by setting parse_mode=MarkdownV2 in the relay payload.
How teams use it
Create a Telegram bot, point a paid-plan splitforms webhook at it, and every form submission arrives as a formatted Telegram message in your chat or group. Prefer a plainer destination? The same form can also send form submissions to email or forward them to any webhook.

Why splitforms
splitforms is free for 500 submissions per month, $5/mo on Pro, or $59 for a 3-year plan (15,000 submissions/month, 36 months of access), with no per-integration add-on fees.

How SplitForms works
Connect your form, collect every submission, and send data where it needs to go — without building backend infrastructure.

Point your form to your unique SplitForms endpoint. That's it.

We instantly capture and organize every submission in your inbox.

Send data to email, spreadsheets, CRMs, webhooks, and 7,000+ apps.

No credit card required. Set up in under 60 seconds.
Connect & automate
SplitForms works with the destinations you route to and the platforms you build on — from Slack and Sheets to WordPress, Shopify, and Next.js.

Trusted by indie teams and agencies shipping forms worldwide
Testimonials
40 quotes on record — from indie hacks to agency migrations.
“I replaced a Lambda + DynamoDB + SES contact form with six lines of HTML. It took eleven minutes, and the dashboard is better than what I was going to build.”
“We migrated 14 client sites off Formspree in a single weekend. The price is a third of what we paid, the API is more honest, and the spam filter actually works.”
“The webhook payload is signed, idempotent, and well-shaped. It reads like code from a competent team, not a CRUD app held together with duct tape.”
“I stopped reaching for Typeform on small marketing sites. splitforms covers 90% of the use case at none of the bloat.”
“I onboarded our whole agency in an afternoon. The MCP integration meant Cursor literally dropped the form straight into our client repos for us.”
“The free plan gave me 500 submissions before I paid a cent, and Pro is five dollars a month. I've spent more on coffee deciding which backend to use.”
“Spam went from forty junk entries a day to zero, with no reCAPTCHA puzzle ruining the form. The honeypot and time-trap just quietly do their job.”
“Point the form action at one endpoint and you're done. No SDK, no client library, no build step. This is how a form backend should feel.”
“Leads land in Slack the second someone submits, and a copy goes to Google Sheets for the sales team. I wired both up in under ten minutes.”
“I run a static Hugo site on a five-dollar VPS. splitforms gave it a real contact form without me standing up a single server.”
Common questions
Telegram delivery uses the standard splitforms outbound webhook plus a tiny relay (a Cloudflare Worker, Vercel function, or any small HTTP endpoint) that translates the splitforms payload into a Telegram sendMessage call. We document the relay shape in our deep-dive guide; it's typically 20 lines of code.
Telegram's sendMessage endpoint expects chat_id and text fields, while splitforms' webhook payload is a generic submission object. A 10-line relay translates between the two and lets you also format fields, choose the chat at runtime, or split a long submission across multiple messages.
Telegram delivery uses outbound webhooks, so it unlocks on Pro ($5/month) and above. The relay (if you build one) runs on your own infrastructure.
Yes — add the bot to the group, then use the group's chat ID (which is a negative number) as the chat_id in the relay's sendMessage call. The bot needs permission to send messages in the group.
splitforms encrypts webhook URLs at rest, but treating bot tokens as secrets matters anyway. If a token leaks, run /revoke on @BotFather to rotate it, then update the URL in splitforms. The leaked token is invalidated immediately.
Yes — extend the relay to call sendDocument with the file URL splitforms includes in the webhook payload. Telegram caches the file once uploaded so subsequent forwards are fast.
Simple pricing
Choose a plan that fits your workflow — from a free form endpoint to full automations, exports, and higher submission limits.
Free forever
For side projects and indie devs.
For agencies and growing products.
Pay $59. 3 years sorted.
No credit card required on Free • Cancel anytime