Skip to main content
The Zapier integration sends a flat JSON payload to a Zapier Catch Hook trigger every time a session.completed event fires. From there you can connect to any of Zapier’s 6,000+ apps.

Setup

1

Create a Zap with a Webhooks trigger

In Zapier, create a new Zap. For the trigger, search for Webhooks by Zapier and choose Catch Hook. Copy the webhook URL Zapier generates.
2

Add the Zapier integration in Feedal

Go to Integrations → New integration → Zapier. Paste the webhook URL and save.
3

Attach to a form and test

Attach the integration to a form from the Connect tab. Click Test to fire a sample delivery. Zapier will show the incoming data and you can map fields to your next action.
FieldRequiredDefaultDescription
NameYesA label for this integration
Catch hook URLYesThe webhook URL from your Zap
Include answersOnInclude answer fields in the payload

Payload format

Feedal sends a flat key-value JSON object optimised for Zapier’s field mapper:
{
  "form_id": "uuid",
  "form_slug": "customer-feedback",
  "form_title": "Customer feedback",
  "session_id": "uuid",
  "submitted_at": "2026-03-17T10:03:24Z",
  "duration_seconds": 204,
  "total_score": 42,
  "event": "session.completed",
  "answer__node_abc123": "Jane Smith",
  "answer__node_def456": "9",
  "answer__node_ghi789": "Great product, fast shipping."
}
Each answer is prefixed with answer__ followed by the node ID. All values are strings.

Next steps

Make

Similar setup for Make (formerly Integromat).

Webhook

Connect directly without a middleware platform.