What is your goal?
Design an automated user journey in Make that routes users based on their state
(cold user, dropped user, ready-to-buy user) to the correct flow or destination.
What is the problem & what have you tried?
I’m unsure about the best scenario architecture in Make to detect user state
and route them efficiently.
I’m considering using a Custom Webhook as the entry point, a Router to split
the flow, and a Data Store to track user state, but I’m not confident about
the best logic or structure.
Error messages or input/output bundles
Hi everyone,
I’m building a scenario in Make and I need advice on designing a clean and
scalable user journey automation.
The scenario should handle:
- Cold users with no prior interaction
- Users who drop off during the process
- Users who have confirmed purchase intent
Planned tools: Webhooks, Routers, Data Stores
Goal: route users to the correct flow or provide immediate product access
Any best practices or recommended patterns would be appreciated.