Hi folks
I am building an email-based sales system where the end-user defines email templates and the day when those emails are sent after a certain event.
Eg. - Signup > Email A Sent After 5 Day’s > Email B Sent After 9 Days and so forth
- I can’t schedule all email at once, because if a user converts in any one of those emails, all the remaining emails won’t be sent.
- The user dictates the number of templates and when those are sent. So theoretically this could be infinity.
- At the end of the campaign, a workflow is triggered to change the status of the lead/prospect to ‘lost’ (modify database).
So I want to figure out what’s the best way to approach this problem? If anyone has a similar experience in bubble.
Thanks in advance.