Integrations

Connect YeetForm to Zapier, Make or n8n

YeetForm doesn't have a dedicated app in Zapier, Make, or n8n's directories yet - but you can connect it to any of them today using their generic webhook trigger and YeetForm's signed webhooks. Catch a hook in Webhooks by Zapier, Make's Custom webhook module, or an n8n Webhook node, point a YeetForm webhook integration at the URL it gives you, and map the response fields from there. Same payload, three platforms.

Setup

1

Add a webhook endpoint in your automation tool

In Zapier, add a trigger step using Webhooks by Zapier → Catch Hook, and copy the URL it gives you. In Make, add Custom webhook → Add and copy its URL. In n8n, add a Webhook node (method POST) and copy its production URL.

2

Point YeetForm at it

In the form's Integrations tab, add a Webhooks integration with that URL. YeetForm will POST a signed JSON payload on every new response.

3

Send a sample payload

Use the test button on the integration (or submit the form once) so your tool captures a real sample payload - Zapier, Make and n8n all use this to let you map fields visually afterward.

4

Map the fields

Match answers.<field_id> to your downstream fields using the fields array for human-readable labels, then continue your Zap, Scenario, or workflow as normal - a Google Sheets row, a CRM record, an email, whatever's next.

5

There's no native app yet

As of today there's no YeetForm app listed in Zapier, Make, or n8n's app directories - this webhook route is the way to connect them, and it works today even without one.

Tips

  • There's no native YeetForm app in any of these platforms yet - you're catching a generic signed webhook, not using a search-and-pick YeetForm trigger.
  • Map fields by the payload's fields array labels rather than raw field ids like fld_abc123 - ids are stable but not human-readable in the platform's UI.
  • Use response_id as the unique or dedupe field in your Zap, Scenario, or workflow so a retried delivery (up to 3 attempts) doesn't create duplicate downstream records.

Build your form with AI in seconds

Start free

FAQ

Is there an official YeetForm app in Zapier, Make, or n8n?+
Not yet. This page uses each platform's generic webhook trigger (Webhooks by Zapier, Make's Custom webhook, n8n's Webhook node) instead of a dedicated app.
Which platform should I pick?+
Whichever you already use - the webhook payload is identical for all three, so the setup only differs in where you paste the URL and how you map fields afterward.
Can I filter which responses trigger the automation?+
Yes, but do it inside your automation tool (a Filter step in Zapier, a filter in Make, an IF node in n8n) - YeetForm sends every response as one event type, response.created.
Will duplicates ever show up downstream?+
Only if a delivery is retried after actually succeeding on your end without a clean 2xx response - use the response_id field as a dedupe key in your automation to guard against it.