First time using FME Community to help with a Server related problem, but I have been wrestling with this road block for the better part of a couple days.
Within FME's Server Notification service, is there a way to set up a variable to read users as the "email to" portion of the subscription? What I am looking for is something similar to $(FME_SECURITY_USER), but within the notification outlet. I am working on a project that goes through chained FME jobs and returns a location to a file for colleagues within the office to receive (as in they will go on and activate the job themselves) via email. I have a shutdown python script on the last job at the end of the process that works fine, but I wanted to make the fail message apart of a notification service. Having a hardwired email address would be pointless for this idea.
Tl;Dr- Is there a way to integrate a universal "email to" parameter within the Notification service?
Thanks for the time.