> ## Documentation Index
> Fetch the complete documentation index at: https://help-center.quizify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Automation

> Connect Zapier and Make so quiz submissions can trigger custom workflows.

## Navigation

1. Go to Shopify Admin → Apps → Quizify.
2. Open a quiz from Dashboard or My Quizzes (click Edit or create a new quiz).
3. In the Quiz Builder, click Integration in the left icon menu.
4. 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

<table>
  <thead>
    <tr>
      <th>Integration</th>
      <th>What it is for</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Zapier</td>
      <td>Send quiz data to a Zapier webhook for custom workflows</td>
    </tr>

    <tr>
      <td>Make</td>
      <td>Send quiz data to a Make webhook for custom workflows</td>
    </tr>
  </tbody>
</table>

## How to Connect

1. Open Integration → Automation.
2. Click Make or Zapier.
3. Paste your webhook URL (Catch Hook / webhook).
4. Click Connect.
5. Save in the Quiz Builder if prompted.
6. 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.

<table>
  <thead>
    <tr>
      <th>Data</th>
      <th>Details</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>quiz\_title</td>
      <td>Quiz name</td>
    </tr>

    <tr>
      <td>email</td>
      <td>User email</td>
    </tr>

    <tr>
      <td>first\_name</td>
      <td>First name</td>
    </tr>

    <tr>
      <td>last\_name</td>
      <td>Last name</td>
    </tr>

    <tr>
      <td>phone</td>
      <td>Phone number</td>
    </tr>

    <tr>
      <td>status</td>
      <td>subscribed or unsubscribed based on newsletter confirmation</td>
    </tr>

    <tr>
      <td>statusDate</td>
      <td>Date of the sync (YYYY-MM-DD)</td>
    </tr>

    <tr>
      <td>tags</td>
      <td>Includes source: quizify</td>
    </tr>

    <tr>
      <td>product-recommendation</td>
      <td>Recommendation type label (for example Normal, Score, Personalized, or Thank you page)</td>
    </tr>

    <tr>
      <td>product-names</td>
      <td>Recommended product names (when available)</td>
    </tr>

    <tr>
      <td>product-link-type</td>
      <td>Product source/link type (when applicable)</td>
    </tr>

    <tr>
      <td>product\_result</td>
      <td>Quiz score (for score-based results)</td>
    </tr>

    <tr>
      <td>product\_type\_answer</td>
      <td>Product type / personalized result title (when applicable)</td>
    </tr>

    <tr>
      <td>type-page-url</td>
      <td>Result page redirect URL (when set)</td>
    </tr>

    <tr>
      <td>question-{id}</td>
      <td>Each question title</td>
    </tr>

    <tr>
      <td>answer-{id}</td>
      <td>The user’s answer(s) for that question</td>
    </tr>

    <tr>
      <td>answers\_tags-{id}</td>
      <td>Answer tags for that question (when present)</td>
    </tr>
  </tbody>
</table>

### Example (simplified)

* quiz\_title: Skin Quiz
* email: [priya@example.com](mailto: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)

1. Create a Catch Hook / webhook in Zapier or Make.
2. Copy the webhook URL.
3. In Quizify, open Integration → Automation.
4. Paste the URL and click Connect.
5. Publish the quiz and submit a test response.
6. 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.

<nav class="qh-pagination" aria-label="Pagination">
  <a class="pagination-prev" href="/quiz-builder/integration/analytics">
    <span>
      <strong>Tracking & Analytics</strong>
      <span>Previous</span>
    </span>
  </a>

  <a class="pagination-next" href="/quiz-builder/integration/shopify">
    <span>
      <strong>Shopify</strong>
      <span>Next</span>
    </span>
  </a>
</nav>
