Q: How do I activate a new journey for old users?
Closed this issue · 5 comments
These questions are about a topic that I had with every email automation system:
- How do I make sure that users who sign up for one of my SaaS products get a certain journey? This is easy to answer: Make the SaaS product fire a
user_signed_up
event and make the journey entrance trigger on that event. - But: How do I make sure that all users who signed up in the past (before the new journey even existed) also get the same journey delivered to them? They have a field in their user profile that indicates they have signed up for a certain product.
Is there a way to do the second one correctly?
Create a list that contains your existing users (could either upload manually or create a dynamic one that adds any users created before a certain date) and then add a second entrance to your journey that adds the users from that list. You can have as many entrances to a journey as you want.
Correct, though definitely confusing given that currently adding from a list is mainly meant for recurring pulls. Just added an additional Once
frequency to better handle situations like this. Just pick a date to run all of the users in the list through and it'll stop running that entrance after that single first time
"Schedule once" worked. Good!