Webhooks and integrations
Formkove can send submission data to external tools automatically. This lets you route responses to your CRM, notify your team, or trigger downstream automations without manual export.
Available Integrations
Section titled “Available Integrations”| Integration | Description | Plan |
|---|---|---|
| Slack | Post submissions to any Slack channel | Pro, Agency |
| Discord | Post submissions to any Discord channel | Pro, Agency |
| Google Sheets (via Apps Script) | Append submissions to a spreadsheet | Pro, Agency |
| Zapier & Webhooks | Send data to any HTTPS endpoint or connect to 5,000+ apps | Pro, Agency |
Each integration is set up from your form’s Integrations settings in the Formkove dashboard.
Setting Up a Webhook
Section titled “Setting Up a Webhook”Webhooks are available on Pro and Agency plans.
- Open your form and go to Settings → Integrations → Webhooks
- Click Add webhook
- Enter the target URL (must be HTTPS)
- Choose which events should trigger the webhook:
- On new submission: fired when a form is submitted
- Save and test with the Send test payload button
Webhook Payload
Section titled “Webhook Payload”Every webhook delivers a POST request with a JSON body. See the Zapier and Webhooks page for the full payload structure, event reference, and connection guides.
Custom API Access
Section titled “Custom API Access”Formkove does not currently expose a public REST API for programmatic management of forms or submissions. Instead, integrations are built entirely using outbound webhooks to send submission events to your own servers or automated workflows.
For the Zapier integration, Formkove uses secure API keys generated in your dashboard (Settings → API Keys) to authenticate and fetch sample data during trigger setup.
