I'm in the process of setting up that job now, and I figured I'd make the trigger look at all jobs. But how do I get the name of the job that triggered the trigger to put in the email's subject line? I tried {TRIGGER(Active|LastTrigger|Job.Name)}, but that gives me the name of this job I'm setting up, not the job that triggered it. That kind of makes sense, because technically the currently-active job is this new job. What I'd like to do is use {TRIGGER(Previous|LastTrigger|Job.Name)}, but it seems that "previous" is not available.
For now, I've just set it up to watch that one job. Ideally, I'd eventually want it to watch all jobs that have an email trigger, and if one gets deactivated, I'd want it to automatically re-activate it.