Navigation
- Go to Shopify Admin → Apps → Quizify.
- Open a quiz from Dashboard or My Quizzes (click Edit or create a new quiz).
- In the Quiz Builder, click Integration in the left icon menu.
- Choose Automation (or leave All selected).
Before You Start
Most automation syncs need an email from the quiz submission. If no email is collected, those tools may not receive the lead. Add a User Form when you want leads synced to Zapier or Make.Available Apps
| Integration | What it is for |
|---|---|
| Zapier | Send quiz data to a Zapier webhook for custom workflows |
| Make | Send quiz data to a Make webhook for custom workflows |
How to Connect
- Open Integration → Automation.
- Click Make or Zapier.
- Paste your webhook URL (Catch Hook / webhook).
- Click Connect.
- Save in the Quiz Builder if prompted.
- Publish and submit a test quiz so the webhook can receive data.
What Data Is Sent
Zapier and Make receive a richer webhook payload than email tools.| Data | Details |
|---|---|
| quiz_title | Quiz name |
| User email | |
| first_name | First name |
| last_name | Last name |
| phone | Phone number |
| status | subscribed or unsubscribed based on newsletter confirmation |
| statusDate | Date of the sync (YYYY-MM-DD) |
| tags | Includes source: quizify |
| product-recommendation | Recommendation type label (for example Normal, Score, Personalized, or Thank you page) |
| product-names | Recommended product names (when available) |
| product-link-type | Product source/link type (when applicable) |
| product_result | Quiz score (for score-based results) |
| product_type_answer | Product type / personalized result title (when applicable) |
| type-page-url | Result page redirect URL (when set) |
| question- | Each question title |
| answer- | The user’s answer(s) for that question |
| answers_tags- | Answer tags for that question (when present) |
Example (simplified)
- quiz_title: Skin Quiz
- email: priya@example.com
- first_name: Priya
- product-recommendation: Score recommendation
- question-12: What is your skin type?
- answer-12: Dry
Connect Zapier or Make (example)
- Create a Catch Hook / webhook in Zapier or Make.
- Copy the webhook URL.
- In Quizify, open Integration → Automation.
- Paste the URL and click Connect.
- Publish the quiz and submit a test response.
- Confirm the webhook received the quiz data.
Notes
- Integrations are set per quiz in the Quiz Builder.
- Automation syncs usually require a submitted email.
- Always test with a real published quiz submission when checking synced data.