Hey,
I want to send out a series of emails PRIOR to a scheduled meeting. These would occur over the course of 8 weeks. The problem is that some of these meetings will be scheduled say… 6 weeks prior or 10 week prior to the actual meeting.
It’s ok to skip some of the early emails if the meeting is scheduled late, but the ones closer to the meeting are critical.
It seems that I can only trigger based on the date the meeting was booked and then counting out from then. I need to count down from the actual date of the meeting BACK 8 weeks.
How do I set this up? It looks like I can’t given the current way things are.
That SHOULD catch the bulk of everyone. I’ll give that a try. My concern is that if I add someone two weeks late, they’ll start at the beginning of the series and not see what I need them to see on the day of the meeting. That would come two weeks later.
Yes, indeed. Another way of doing it would be to create one workflow per email that you want to send: it would be maybe a bit more readable and would avoid multiple if/else conditions, BUT: you’d have multiple workflows.
Always the same balance to find between readability and number of workflows
Yeah, I need to keep it as one workflow. I’ve limited the meetings to happen ONLY on Fridays and I’m doing the emails the same way. I’ll probably set the delays in the emails to every 6 days. This will hopefully overcome issues like sending emails out early or late, if I’m lucky.
Hey, just a quick follow-up. The initial plan of 1 segment and 1 workflow didn’t work. There was something wrong with the conditionals. The first group that went through, just followed the « no » tree and exited.
I’ve rebuilt it now with multiple segments and automations. I also added a new numeric attribute to update and countdown to ensure the people are in the correct segment and automation.