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
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.
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.
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.
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.
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.