In FME Server 2019, I would like to run a workspace with the data download service that generates an email containing both the {downloadURL} and a message coming from an attribute.
If I use the Email body template on the subscription,<fmeblock type="optional">Click here to download the result: {downloadUrl}</fmeblock>, then I can get url, but not the attribute data.
If I use the EMailGenerator/FMEServerNotifier then I can get the attribute data, but not the url.
Thoughts on how to get both?
Note that using {downloadURL} in the subscriber_content for the FMEServerNotifier, doesn't work, as it's not resolved.