You are here: Reference Manual > FME Server Services > Notification Service > Notification Manager Directives

Notification Manager Directives

The following notification manager directives are supported in the data download service and job submitter service:

  • nm_jobsuccess_topic - The name of the notification service topic to be notified when a job succeeds.
  • nm_jobfailure_topic - The name of the notification service topic to be notified when a job fails.

The data download and job submitter services can also pass other directives prefixed with nm_ to the notification service for customized usage. For example, this data download service URL passes nm_title and nm_desc directives. These directives can be used as keywords in the email template of an Email Subscriber:

http://localhost/fmedatadownload/Samples/austinDownload.fmw?opt_servicemode=async&opt_requesteremail=test%40email.com&nm_title=Sample&nm_desc=Hello%20World