I want to create an automation that triggers different emails dependent on record conditions. Mainly status changes but also some with multiple conditions.
Automation:
Trigger - when a record matches conditions - if status not empty
Actions - If status is ‘phone interview’ then send email ‘1’
Otherwise If Status is any of Phone Interview, Forward to Site interview
and if Last Modified is 5 days ago then send email ‘2’
Otherwise If Status is any of Phone Interview, Forward to Site interview and if Last Modified is 10 days ago then send email ‘3’
Otherwise if If Status is Site interview set then send email 4
Otherwise If Status is Site interview set and if Site interview date is tomorrow then send email 5
Otherwise If Status is any of Forward to Trial, Completed interview and if Last Modified is 5 days ago send email 6
Otherwise If Status is Site Trial and if Area is any of Motor Vehicle Maintenance and Repair (Light Vehicle, Parts), Accident Repair (Multiskilled, Paint, Panel, MET, VDA, Parts) and if Trial is not empty send email 7
Otherwise If Status is Site Trial and if Area is any of Motor Vehicle Maintenance and Repair (Light Vehicle, Parts), Accident Repair (Multiskilled, Paint, Panel, MET, VDA, Parts) and if Trial date is tomorrow send email 8
Otherwise If Status is Site Trial and if Area is any of Admin and if Trial is not empty send email 9
Otherwise If Status is Site Trial and if Area is any of Admin and if Trial date is tomorrow send email 10
Otherwise If Status is Recruited send email 11
Otherwise If Status is Retain send email 12
Otherwise If Status is Reject and if Last Modified is yesterday send email 13
Otherwise If Status is Post site Reject and if Last Modified is yesterday send email 14
Otherwise If Status is Closed send email 15
Otherwise If Status is Completed send email 16
Goal is too use as few automations as possible.
I am not sure the best way to structure this automation. Any help is much appreciated.
Thanks
