Hello,
I’m looking to trigger a workspace with a webhook which generates zipped data using the data download service which then provides that data link URL in a customized email to the user.
I’ve setup an Automation to be triggered by a webhook which will run a workspace that generates the data (and outputs the information for the email with an Automation writer). I’ve got this launching another script that uses the first script’s JOBID along with an HTTPCaller to get the URL link which is then output using an Automation writer. This is finally passed through a Log and then on to an Email external action that uses the email information and the URL to generate a custom email with the download URL.
However, when I trigger the automation, no URL is generated (even though the process works) as the workspace is not run with the Data Download service. I assume it defaults to Job Submitter.
Is there a way to run a workspace in an Automation and make it use the data download service?
If not, how can this not be an option in the settings for the workspace Action?
This works correctly if I run it manually and select the Data Download service.
This seems like it would be a common process, but I’ve been working on this problem for years without a satisfactory solution.
Is there another method that would provide the functionality I need?
Thanks