Webhooks
Learn how to push quiz data to any outside app the moment something happens in your funnel.
Introduction
A webhook is a way for Custom One to send data to another app in real time. When a visitor finishes your quiz, your chosen app gets a small package of data (called a JSON payload) with their answers.
You can send that data to Zapier, Make, n8n, or your own API, then trigger emails, follow-ups, or anything else you want.
How to set up a webhook
You can create webhooks from two places: your funnel dashboard, or inside the funnel builder under Integrations.
- Step 1: Open your funnel and go to the Integrations tab (in the dashboard or the builder).
- Step 2: Click Create webhook.
- Step 3: Pick the event that should trigger it, like when someone completes a quiz or when a video is ready.
- Step 4: Paste your webhook URL (from Zapier, Make, n8n, or your own endpoint).
- Step 5: Save. Custom One will now send data to that URL every time the event happens.
Details
Events you can listen for
Right now you can trigger on events like quiz completed or video ready. More events are on the way.
What you get in the payload
Each event sends a JSON payload, a small block of data, with the details from that event, like the visitor's quiz answers. Your receiving app reads it and decides what to do next.
Where to send it
The URL can be anything that accepts a webhook:
- A Zapier webhook URL
- A Make scenario
- An n8n trigger
- Your own API endpoint
Learn more
Webhooks are the simplest way to connect Custom One to the rest of your stack. Once the data lands in your tool of choice, the rest is up to you.