Set email notification
Configure email notifications in config.yaml for Maestro Cloud. Default sends on failure only; add onSuccess for successful runs.
Configure email recipients
Notify on failure (Default)
# .maestro/config.yaml
notifications:
email:
enabled: true
recipients:
- [email protected]
- [email protected]Notify on success and failure
# .maestro/config.yaml
notifications:
email:
enabled: true
onSuccess: true # Enable on sucess notification
recipients:
- [email protected]Example email notification

Related content
Last updated