If a journey schedules on Friday, and STO is for 48hours. then there are chances to send email on Sunday. How to avoid this?
답변 5개
I understood your situation. If I were to implement this scenario, I would use SQL to store "Day of Week" data for each subscriber. I would then add "Decision Split" before the STO to check if it is Friday. If it is Friday, I would set a custom time, and for Monday through Thursday, I would set it to 48 hours.