Configure subscribe forms and contact forms in the dashboard. Copy the generated API code. Start collecting — on any website, in minutes.
// Copy & paste — no backend required
const res = await fetch(
"https://api.fomly.co/api/v1/subscribe",
{
method: "POST",
headers: {
"X-API-Key": "fml_your_key",
},
body: JSON.stringify({
email: userEmail,
name: userName,
}),
}
);
// Subscriber appears in dashboard instantly ✓No backend code. No email server. No maintenance.
No passwords. Enter your email, verify with a one-time code, and create your first project in under a minute.
Choose subscribe fields or form types — contact, quote, support — and get copy-paste integration docs instantly.
Drop a fetch call or HTML form on your site. Subscribers and messages flow into your dashboard automatically.
Subscribers, forms, inbox, and analytics — each project gets its own isolated workspace with a dedicated API key.
Configure which fields to collect, generate your subscribe API, add subscribers manually, and export to CSV.
Create contact, quote, support, or partnership forms with preset field layouts — each with its own API endpoint.
All form submissions land in one unified inbox. Mark read, add notes, and filter by status or category.
Track subscriber growth, message volume, spam blocked, and recent activity from a single overview.
Subscribers
1,284
Messages
847
Unread
12
Spam blocked
23
Everything you need to replace custom form backends — without rebuilding them for every project.
Run separate sites or clients from one account. Switch projects instantly from the sidebar.
Generate, rotate, and manage keys per project. Integrations stay fully isolated.
Every form ships with JS fetch, cURL, and HTML examples you can copy straight away.
Rate limiting, disposable email detection, and keyword filtering — on by default.
Get notified the moment someone subscribes or submits. Wire up Slack, Zapier, or your own backend.
Choose exactly what data to collect. Email is always included; everything else is up to you.
After you configure a form, fomly.co generates complete integration docs — endpoint URL, request body, JS fetch, cURL, and a drop-in HTML form. No guessing.
POST /api/v1/subscribe — newsletter signupsPOST /api/v1/contact — general messagesPOST /api/v1/forms/:slug/submit — custom forms<form action="https://api.fomly.co/api/v1/forms/support/submit"
method="POST">
<input type="hidden" name="apiKey" value="fml_..." />
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>Exact examples are generated in your dashboard after setup
Freelancers and agencies can run a separate project per client or website — each with its own API key, subscribers, forms, and inbox.
Start free, upgrade when you grow. Save 7% on 6-month and 10% on annual Starter & Pro plans.
Choose billing period
Free
$0
/month
Try fomly.co with core APIs
Starter
$5
/month
For growing sites & freelancersbilled monthly
Pro
$10
/month
Unlimited scale for teamsbilled monthly
Sign in with your email, set up your first project, and have a working subscribe or contact form on your site today.