I'd like to send an email upon completion of a workspace in an Automation. The email needs to contain a link to the log file URL.
In the traditional Notification/Subscription workflow I could achieve this by using the {logUrl} email template key in the Subscription.
In Automations, this key no longer exists and I only have access to the {job.log} key, which expands out to the file path and not the URL. I don't see any URL in the topic JSON if I monitor a topic sent as output from the completion of the workspace. Is the URL available at all?