When a user submits a Quizify funnel, Quizify sends a POST request to the registered Pabbly Connect webhook URL with a structured JSON payload containing the funnel submission data. The payload can be used in Pabbly Connect to automate actions such as lead capture, data synchronization, analytics, email marketing, and other workflows. The payload may include user information, funnel details, answers, result logic, custom fields, consent information, and submission time metrics.
Webhook Payload Example
{
"ID": 1753266317,
"Funnel Title": "Plan Your Perfect Trip",
"Source": "Quizify",
"What type of trip are you interested in?": "Adventure",
"Number of travelers": "11",
"Preferred accommodation type": "Resort",
"Activities you are interested in": "Hiking",
"Give your rating here": 5,
"Email": "user@example.com",
"Newsletter Consent": "Yes",
"Result Logic": "Score",
"Score Value": 0,
"Submission Date": "2025-07-23T10:25:08+00:00",
"Time to Complete in HH:MM:SS Format": "00:00:32"
}{
"ID": 1753266317,
"Funnel Title": "Plan Your Perfect Trip",
"Source": "Quizify",
"What type of trip are you interested in?": "Adventure",
"Number of travelers": "11",
"Preferred accommodation type": "Resort",
"Activities you are interested in": "Hiking",
"Give your rating here": 5,
"Email": "user@example.com",
"Newsletter Consent": "Yes",
"Result Logic": "Score",
"Score Value": 0,
"Submission Date": "2025-07-23T10:25:08+00:00",
"Time to Complete in HH:MM:SS Format": "00:00:32"
}{
"ID": 1753266317,
"Funnel Title": "Plan Your Perfect Trip",
"Source": "Quizify",
"What type of trip are you interested in?": "Adventure",
"Number of travelers": "11",
"Preferred accommodation type": "Resort",
"Activities you are interested in": "Hiking",
"Give your rating here": 5,
"Email": "user@example.com",
"Newsletter Consent": "Yes",
"Result Logic": "Score",
"Score Value": 0,
"Submission Date": "2025-07-23T10:25:08+00:00",
"Time to Complete in HH:MM:SS Format": "00:00:32"
}Pabbly Connect receives these fields from the webhook and makes them available for mapping to the selected Action App in your workflow.