Forum Discussion
Audience Path through event properties
- 14 days ago
This is a common question asked here, you can find a lot of solutions. Short answer is there is no step to do so.
- You can configure the event property filters at the Entry Settings. This means you will need a canvas for each flow
- You can create dynamic messages using liquid (if canvas_entry_property = x, elsif canvas_entry_property = y, endif). This means the flow has to be the same for both sets.
- Set up an hourly refreshed SQL Segment Extension and use that in your decision split.
- The last option to create conditional spacergif webhooks that log a message received and using those filters in a canvas step. This does add a few steps to your canvas and more challenging to QA/review.
I think you are trying to send different messages based on the reason for unsubscribing. For my business, I use conditions and liquid to personalize customer experiences e.g. sending messages based on their browsing or purchase history. You can do something similar by pulling event data and creating flows that fit each customer’s journey. The messaging is more relevant to them, whether they’re canceling or making a purchase.
It is working in my case, hopefully, it will help you out as well.