Integrate EesyForm anywhere
Bring your conversational forms anywhere: embed the hosted form on the web, use the public API to build a headless experience in your native app, or connect responses straight to the tools you already use.
Embed on your website
Drop a single script tag (or an iframe) into any web app. Works with vanilla JS, React, Angular, Next.js and Vue.
Web integration guideHeadless mobile API
Render forms natively in your app with the public JSON API. Examples for Android, iOS, React Native and Flutter.
Mobile integration guideIntegrations & dev tools
Send responses to Zapier, Slack, HubSpot, Salesforce, Mailchimp, Notion, Google Sheets and Airtable — plus webhooks and the REST API.
Connector referenceEesyFormClient for the headless API — everything on this page, zero-setup.How it works
Create a form
Sign up and build a form in the visual builder — or start from one of the 119 templates across 18 use cases. Style it with the built-in theme presets (colors, fonts, gradients and a custom logo), then hit Publish when you're ready — the integration endpoints only serve published forms.
Choose an integration
For the web, embed the form directly on your site. For mobile, fetch the form schema and submit responses through the headless API. Or connect responses to Zapier, Slack, HubSpot, Salesforce, Mailchimp, Notion, Google Sheets or Airtable in Settings → Integrations.
Collect responses
Responses land in your dashboard the same way as on-site submissions — with logic, webhooks, email notifications and native integrations intact.
Quick reference
| What | URL | Use for |
|---|---|---|
| Embed page | /r/<slug>/embed | Standalone iframe with auto-resizing |
| Script loader | /embed.js | No-code embed with resize + events |
| Form schema | GET /api/public/forms/<slug> | Headless rendering (mobile / custom UI) |
| Submit | POST /api/public/forms/<slug>/responses | Submit responses headlessly |
| Webhook | settings.webhookUrl | HMAC-signed POST on every response |
| Connectors | settings.integrations | Zapier, Slack, Sheets, HubSpot, Salesforce, Mailchimp, Notion, Airtable |