Skip to main content

Release Notes 2.1.1

Email Delivery of HyperExecute Job Artifacts

You can now receive Job Artifacts directly via email, streamlining the process of accessing and managing your execution results.

To receive the Artifacts via mail, you simply need to pass a email flag in your YAML file.

uploadArtifacts:
...
email:
to:
- <your_email_id@example.com>
- <another_email_id@example.com>

Refer to the detailed documentation on how to receive artifacts via email