Question

Email user with data download result

  • 16 March 2022
  • 2 replies
  • 42 views

Badge +1

Hello,

 

I'm using FME Server 2019.2.3, and have written a Server app, which runs a data download workspace.

 

How can I get an email sent to the user with a link to download the output?

 

Currently I have an automation which is a triggered by posting to a topic, and sends an email, but am stuck on how pass a parameter from the job with the user's email address to the automation?

 

Thanks,

 

Owen


2 replies

Badge +10

Hi @owen​ ,

Do you currently have a published parameter where the user enters their email address? If so, then you can use an Automation Writer to write out this parameter and use it in your Automation on FME Server. This page has some good info on the Automation Writer.

https://community.safe.com/s/article/building-integrations-with-the-fme-server-automati

Badge +1

Hi @owen​ ,

Do you currently have a published parameter where the user enters their email address? If so, then you can use an Automation Writer to write out this parameter and use it in your Automation on FME Server. This page has some good info on the Automation Writer.

https://community.safe.com/s/article/building-integrations-with-the-fme-server-automati

Thanks for the reply. I'm stuck with 2019.2 so no option for that but it sounds really good. Is there a way of reading the job info/log file to get the parameters?

Reply