Hi,
In our CRM we have several different situations, where reminder mails should start going out to contacts. Many of these are chained so that if the contact doesn't respond (e.g. sign up again after an event they cancelled), there will be reminders 1, 2 and 3 with some days time in between.
Originally I created these as separate automations, it was simple and easy to overview. The triggers were "When records match conditions", like this (simplified):
- Reminder 1 - When record match conditions: "status = cancelled"
- Reminder 2 - When record match conditions: "status = cancelled" + "when cancelled = is numbers of days ago 2"
- Reminder 3 - When record match conditions: "status = cancelled" + "when cancelled = is numbers of days ago 5"
But having several of these situations split up into separate automations eat up a lot of the automations quota, so I tried to integrate reminders 1-3 into one automation. So I used just one trigger "When record match conditions: "status = cancelled"" to catch all cases, and then built Conditional Logic steps for "Reminder 1 = immediately", "Reminder 2 = two days after" and "Reminder 3 = five days after".
After completing the setup and testing the whole automation, I realised what I obviously should have thought of before: this only triggers once, when the record is marked "cancelled", and not when the record hits the 2 or 5 day case. Stupid me .
I could probable build own views for each case [immediately, +2 days, +5 days], and use the "When record enters view" -trigger. I have, however, been reluctant to use view for automations. I feel they are less robust than "When records match condition", since they are relying on a separate construct to work. Currently it is only me who has base access, but it horrifies having to think about not changing views by mistake.
But **bleep**, now when reading my own text I realise, I guess the "When record enters view" -trigger wouldn't help to have all the cases in one automation, since I need one view per case.
Long intro, now the question: can you think of an alternative way to have an integrated automation trigger for several different days, by some clever updates to the records?
Rgds,
Björn