One form endpoint.
Eleven places it can go.
Point your HTML form at Static Forms and route every submission to Slack, Google Sheets, Notion, Zapier, or your own API. Native integrations on the Pro and Agency plans, no code required.
The form stays plain HTML
No SDK, no JavaScript snippet. Your form posts to our endpoint, and the integrations you switch on decide where each submission lands: a Slack channel, a spreadsheet row, a Notion page, or a JSON payload to your own API.
Five-minute setup guide<form action="https://api.staticforms.dev/submit" method="POST">
<input type="hidden" name="apiKey" value="YOUR_API_KEY" />
<input type="text" name="name" required />
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>Notifications
Hear about every submission in the tools your team already watches.
Data & CRM
Store, organize, and act on submissions in your spreadsheets, databases, and mailing lists.
Automation
Trigger no-code workflows across thousands of apps from every submission.
Developer
Build custom integrations with authenticated webhooks and a consistent JSON payload.
Looking for step-by-step setup instructions? Browse the integration setup guides in our docs.
Your form is one POST away
Start with a free 14-day Pro trial. No credit card, no sales call, just a working endpoint and the integrations you came for.