Integrations
Route form submissions to Slack, Telegram, Google Sheets, Zapier, Make, and custom webhooks.
Integrations let you send every new submission to the tools your team already uses. They are configured per form and triggered asynchronously after a submission is accepted.
Available integrations
| Integration | What it does |
|---|---|
| Telegram | Message a bot or group on every submission |
| Slack | Post to a Slack channel via an Incoming Webhook |
| Webhook | HTTP POST the submission JSON to any URL |
| Google Sheets | Append a row to a Google Spreadsheet |
| Zapier | Trigger a Zap with submission data |
| Make | Trigger a Make scenario with submission data |
How to add an integration
- Open a form → Integrations tab.
- Click Add next to the integration you want.
- Fill in the required fields (API keys, URLs, etc.).
- Save. The integration is active immediately.
You can add multiple integrations to the same form. Each fires independently on every submission.
Credit requirement
Integrations are a credits feature. They are not available on the Free plan. Any credit purchase unlocks integrations for all forms.
Delivery
Integrations are delivered by a background worker. Delivery is at-least-once — if the remote endpoint returns an error, the worker retries with exponential back-off. The submission is stored in the dashboard regardless of whether the integration succeeds.