Hi Rob
It might be easier to skip the Data Download Service and use the FME Server Notification framework instead. The basic steps are
1. Set up an Email Subscription in the WebUI with an associated topic for sending emails
2. Create a master workspace which:Runs you main "worker" workspace using the FMEServerJobSubmitter
uploads to the output using the S3Uploader
creates an email using the FMEServerEmailGenerator and send the email using the FMEServerNotifier3. Any parameters in the worker workspace would need to be created in the master as well so they are available in the web form. They have to be passed to the worker workspace the FMEServerJobSubmitter by using published parameter values for the parameter values shown in the transformer.
4. This master gets published to FME Server and the default webform will include the email address and any parameters exposed. Then users will fill in the form and run the master.
I made a quick video to show the key steps here:
http://screencast.com/t/EjhoPYMbd
There is a tutorial on sending emails with FME Server which will also help here:
https://knowledge.safe.com/articles/How_To/Email-in-FME-Server-A-Tutorial-Series
Hope this helps
?Ken