I have a workspace running in FME cloud and I would like it to send a response email to the person that submits data through the FME server email address. I am having trouble finding the senders email address so it can be passed as a parameter.
Hi @garydlester, if the FME Server has received an Email via an Email (SMTP or IMAP) Publisher and run the workspace with a Notification Service, the information on the Email including sender's address will be saved into a JSON document. Its file path will be passed through the parameter FME_TOPIC_MESSAGE to the workspace, so you can read the JSON doc and extract required values in the workspace.
See these links to learn about schema of the JSON document.
Hi @garydlester, if the FME Server has received an Email via an Email (SMTP or IMAP) Publisher and run the workspace with a Notification Service, the information on the Email including sender's address will be saved into a JSON document. Its file path will be passed through the parameter FME_TOPIC_MESSAGE to the workspace, so you can read the JSON doc and extract required values in the workspace.
See these links to learn about schema of the JSON document.
Hi @garydlester, if the FME Server has received an Email via an Email (SMTP or IMAP) Publisher and run the workspace with a Notification Service, the information on the Email including sender's address will be saved into a JSON document. Its file path will be passed through the parameter FME_TOPIC_MESSAGE to the workspace, so you can read the JSON doc and extract required values in the workspace.
See these links to learn about schema of the JSON document.
In my quick test, the ZipExtractor worked fine if I have set "$(FME_TOPIC_MESSAGE)" to the SourceDatasetJSON parameter.
Also, make sure if a valid directory path in the disk system is set to the SourceDataset_PATH parameter. For example, I tested with "$(FME_SHAREDRESOURCE_TEMP)/$(FME_JOB_ID)".
Hi @garydlester, if the FME Server has received an Email via an Email (SMTP or IMAP) Publisher and run the workspace with a Notification Service, the information on the Email including sender's address will be saved into a JSON document. Its file path will be passed through the parameter FME_TOPIC_MESSAGE to the workspace, so you can read the JSON doc and extract required values in the workspace.
See these links to learn about schema of the JSON document.
Hi @garydlester, if the FME Server has received an Email via an Email (SMTP or IMAP) Publisher and run the workspace with a Notification Service, the information on the Email including sender's address will be saved into a JSON document. Its file path will be passed through the parameter FME_TOPIC_MESSAGE to the workspace, so you can read the JSON doc and extract required values in the workspace.
See these links to learn about schema of the JSON document.
Great piece of informative content nice I hope you will continue to share more in the future such amazing stuff