Hi All,
Can you pls suggest how to send email on every Third Monday of the month in journey
Thanks,
Gaurav
Views
Replies
Total Likes
@GauravCh2, You can have a journey schedule once per week and within the journey using condition activity (data source option), you will be able to create a path to let profiles flow through on a Third Monday using this expression.
in(toDateOnly(now()),[toDateOnly("2024-01-15"),toDateOnly("2024-02-19"),toDateOnly("2024-03-18"),toDateOnly("2024-04-15"),toDateOnly("2024-05-20"),toDateOnly("2024-06-17")])
Views
Replies
Total Likes
thanks @SatheeskannaK, will this function works with monthly journey?
Views
Replies
Total Likes
Views
Replies
Total Likes
You can validate this by configuring it on the following lines -
Views
Replies
Total Likes
On first condition "On Monday" what if its not Monday? profile won't move ahead in journey? I think we need a wait condition here to handle other days. Let me test and let you know.
Thanks for your help.
Views
Replies
Total Likes
Hey there, if what i want is send an email on 2nd and 4th Monday of every Month, what is the range that I should check with the day part of now() function?
For the third monday you said the day part of now() should be > 14 and <= 21, but how do you know that's the range? I'm curious about that.
Views
Replies
Total Likes