For this release, we focused on email workflows. You can now send to multiple recipients, deliver through SMTP, and send autoresponder emails.
Multiple email recipients
✨📧 Multiple recipients is available on Pro, Scale, and Enterprise plans.
You can now deliver submission notification emails to multiple recipients via CC. The email addresses must be linked emails. Configure recipients in your endpoint email settings.
Submission API updates:
options.emailCcsupports comma-separated recipient emails per submission override.- Submission responses include
emailCc.
SMTP email
✨📧 SMTP is available on Scale and Enterprise plans
You can now send submission emails through your own SMTP provider.
This gives you more control over sender/domain configuration and deliverability. Configure SMTP in your endpoint email settings.
Submission API updates:
- Submission responses include
emailDeliveryMode(systemorsmtp). - Submission responses include
smtpServerIdwhen SMTP is used.
Autoresponder
✨📧 Autoresponder is available on Scale & Enterprise plans.
Autoresponder lets you send an automatic confirmation email to the submitter after a successful form submission. You must send with SMTP to use the Autoresponder.
Submission API updates:
options.emailAutoResponder.subjectoverride the autoresponder subject for a submission.options.emailAutoResponder.templateoverride the autoresponder template for a submission.- Submission responses include
emailAutoResponderwith status and send metadata.
Submission overages & plan updates
All paid plans now support submission limit overages starting at $1.50 per 1,000 submissions. You can enable overages from your billing page at /account/billing.
Plans were also updated with the following changes:
- "Growth" was renamed to "Pro"
- "Pro" was renamed to "Scale" and includes new features and limits
- "Enterprise" plans are now available for organizations with custom requirements
- "Hobby" plan was archived
Check out the pricing page for a full breakdown.