Connecting Quizify to Make

Make (formerly Integromat) is a visual automation platform that lets you build complex multi-step workflows — called scenarios — triggered by quiz submissions. Quizify connects to Make via a webhook URL, which you set up in a Make scenario and paste into Quizify.


Where to Find the Make Integration in Quizify

  1. Open Quizify from your Shopify admin

  2. Go to Integrations in the main navigation

  3. Find Make (or Integromat) in the list

  4. You will be prompted to enter a webhook URL — this comes from your Make scenario


Step 1: Create a Make Scenario with a Webhook Trigger

  1. Log in to Make at make.com

  2. Click Create a new scenario

  3. Click the + button to add a module

  4. Search for Webhooks and select the Custom Webhook module

  5. Click Add to create a new webhook

  6. Give it a name (e.g., "Quizify submissions") and click Save

  7. Make will generate a webhook URL — copy this URL


Step 2: Enter the Webhook URL in Quizify

  1. Go back to Quizify's Make integration settings

  2. Paste the webhook URL you copied from Make into the webhook URL field

  3. Save the settings


Step 3: Trigger a Test Submission

  1. In Make, the Custom Webhook module will show "Waiting for data"

  2. Complete a test quiz on your store

  3. Make will receive the quiz submission data and show it as a data sample in the webhook module


Step 4: Build Your Scenario Using the Received Data

With the test data received, you can now map fields from the quiz payload to the other modules in your scenario — for example:

  • Add the customer's email to a Google Sheet

  • Create a contact in HubSpot using the name and email fields

  • Send a Slack message with the quiz summary

  • Filter by answer tag using a Router or Filter module


What Quiz Data Is Available in the Payload

The Make webhook payload includes:

  • Customer answers (question text and answer selected)

  • User information (first name, last name, email, phone)

  • Answer tags

  • Recommendation shown (products)

  • Submission timestamp

  • Quiz name and ID

All fields are available for mapping in Make modules.


Testing the Connection

After building your scenario:

  1. Click Run once in Make to activate it for one test run

  2. Complete a real test quiz submission on your store

  3. Check that Make received the data and that all modules in your scenario executed correctly

  4. If everything works, activate the scenario fully to run automatically on every future submission