Notifications
Email Notifications
Notify on failures only
# .maestro/config.yaml
notifications:
email:
enabled: true
recipients:
- [email protected]
- [email protected]Notify on successes and failures
# .maestro/config.yaml
notifications:
email:
enabled: true
onSuccess: true
recipients:
- [email protected]
- [email protected]Webhook Notifications
Enabling Webhooks
Webhook Structure
Webhook Secrets
Last updated