AI autoresponder drafts
Writing a good autoresponder from scratch takes longer than it should. On Pro+ plans, the form editor has a Generate draft button that produces a complete autoresponder — subject line and body — based on what the form is for and the tone you pick.
You can regenerate as many times as you want, edit the result freely, and send a test before saving.
Where it lives
Open any form's edit page → Autoresponder tab.
If the toggle for Send autoresponder to submitter is on, you'll see:
- A subject input
- A body editor (Markdown)
- A From name input
- Below the body: Tone selector + Generate draft button
Tone selector
Pick the voice the model should write in:
- Friendly — warm, casual, "hey there!" energy
- Professional — polite, neutral, suitable for B2B
- Enthusiastic — exclamation marks, brand cheerleading
- Brief — under 60 words, just the receipt
Tone changes both the subject line and the body. If your brand has its own voice, generate a draft in the closest tone and edit from there.
Regenerate
The Regenerate button replaces the current draft with a new one using the same form context and tone. There is no version history — once you regenerate, the old draft is gone. If you've made edits you want to keep, copy them out first.
The model uses:
- Form name and description
- The fields the form collects (name, email, message, etc.)
- The tone you selected
It does not use any past submissions. The draft is the same regardless of what's in your inbox.
Markdown support
The body is plain Markdown. Headers, lists, links, and emphasis all render in the email. Variables wrapped in {{ ... }} get substituted with submission data:
Hi {{ name }},
Thanks for reaching out about **{{ subject }}**. I'll get back to you within
one business day.
In the meantime, you can find common answers in our [FAQ](https://example.com/faq).
— Florian
If a referenced field doesn't exist on the form, the variable is left as a blank string. No error, no broken send.
Sending a test
Before you save, click Send test to receive a copy at your own address. The test uses placeholder values for any {{ field }} references, so you can see exactly how the formatting renders in your mail client.
Tests don't count against your monthly send quota.
Plan gating
The Generate draft and Regenerate buttons are Pro+. Lower plans see a static editor with no AI controls. The autoresponder itself works on all paid plans — Pro+ just gives you the writing assist.
Common pitfalls
- Forgetting to save. Generating a draft updates the editor but doesn't persist until you click Save. Closing the tab discards the draft.
- Using
{{ }}for fields that don't exist. The substitution silently produces an empty string. Send a test to catch missing fields before you ship. - Picking "Brief" for a long body. The button regenerates from scratch, so a short tone produces a short body. Pick the tone that matches the length you want.