Skip to content

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.

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.

Webhooks are available on Pro and Agency plans.

  1. Open your form and go to Settings → Integrations → Webhooks
  2. Click Add webhook
  3. Enter the target URL (must be HTTPS)
  4. Choose which events should trigger the webhook:
    • On new submission: fired when a form is submitted
  5. Save and test with the Send test payload button

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.

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.