I am interested in how I can trigger an automation based on whether another automation has been triggered.
BUT:
The first automation can’t know about the subsequent automation(s). I don’t want to change the first automation at all. So I can’t just call automation.trigger from the first automation.
I don’t just want to copy all of the same triggers from the first automation. The second one must run as a result of the first one getting triggered.
Is there an event that is raised when an automation is triggered that I can use to trigger my second one?