Scenario with Content egg and aggertator

:bullseye: What is your goal?

To make a scenario with content egg api

:thinking: What is the problem?

Hi, I have a website with a quiz. When the customer fills out the quiz I would like my site to search through my affiliated partners stores for products that match the quiz answers. I am attempting to create a scenario but am having problems knowing how to fill out or directing the modules. It there a how to guide out there for this. I haven’t found one for this type of scenario. Thanks

:test_tube: What have you tried so far?

Looking online, The array aggertator is the main one I need help with

1 Like

You can do this in Make, but there is no one-size-fits-all “Content Egg + Array Aggregator” setup because it depends on how your quiz sends data and how each product API responds.

The basic flow is to catch the quiz answers via webhook or form integration, map them into a clean intent (category, budget, brand, attributes), then call Content Egg or your partner APIs with that intent.

Take the product arrays you get back, parse the JSON, and use the Array Aggregator to normalize everything into one list with consistent fields.

From there, loop through that list, score each product based on how well it matches the quiz answers, and filter out anything that does not meet your criteria or falls outside your top N.

Finally, return those results to your site or push them into your CMS so the front end can display them.

The easiest way to start is with 1 provider and a hard-coded sample payload, get a full round trip working (quiz payload > API call > scored products > email/Slack preview), then add more providers and smarter scoring on top of that same pattern.

I hope this makes sense for you!

2 Likes

Thank you for the reply. Your answer does help me understand the flow better. I am running into problems with knowing how to fill out the fields correctly so everything works. Do you know any websites or videos that explains this well for a beginner. I would pay for a online consultation with a shared screen if that was available.

1 Like

The Make Academy is a pretty good starting point.

1 Like