Search topic…

Search topic…

Webhook Data & Payload

When a user submits a funnel, Quizify sends a POST request to your registered webhook URL with a structured payload containing user submission data. This enables seamless integration with third-party services like Zapier or your custom backend for automation, lead capture, analytics, and more.

The payload includes user information, funnel metadata, score/result logic, custom tags, and 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"
  }