Flowqen Documentation
Everything you need to collect form submissions, send notifications, and route data to 18+ services — without writing backend code.
Quick Start
Get your first form running in under a minute.
Create an account
Go to Sign up — free, no credit card required. You get 10 forms and 1,000 submissions/month on the free plan.
Create a form endpoint
In your dashboard, click "+ New Form". You'll get a unique endpoint URL instantly.
Add it to your website
Point your HTML form's action to your endpoint URL and submit:
<form action="https://flowqen.com/api/f/YOUR-FORM-SLUG" method="POST"><input type="text" name="name" placeholder="Name" required><input type="email" name="email" placeholder="Email" required><textarea name="message" placeholder="Message"></textarea><button type="submit">Send</button></form>
Works with any framework
Use fetch() from React, Vue, Next.js, or vanilla JS. Full CORS support is included — see the Integration Guide.
Features
Email Notifications
Get notified on every submission. Add extra recipients.
Auto-Reply Emails
Automatic thank-you emails to submitters.
Spam Protection
Built-in honeypot + Turnstile CAPTCHA. No setup needed.
File Uploads
Accept resumes, images, and documents.
Custom Redirects
Send users to a thank-you page after submit.
Rules Engine
Conditional logic: route, block, or transform submissions.
Analytics
Submission trends, geography, device breakdown.
CORS & AJAX
Cross-origin requests work out of the box.
Integrations
Route submissions to 18+ third-party services automatically.
Slack
Block Kit messages to channels
Discord
Rich embed notifications
Notion
Auto-add to databases
Airtable
Sync records to bases
Mailchimp
Auto-subscribe to lists
Zapier
Connect to 5,000+ apps
Webhooks
POST to any URL
Telegram
Bot API notifications
Microsoft Teams
MessageCard webhooks
HubSpot
Create CRM contacts
Trello
Create cards from submissions
Twilio SMS
Text alerts on submissions
ActiveCampaign
Email list automation
Zendesk
Create support tickets
Shopify
Auto-create customers
Multi-Step Forms
The form builder supports multi-step forms. Click "+ Add Step" to create additional steps. The hosted form shows a progress bar, Next/Back navigation, and validates each step before advancing. Data is submitted together on the final step.