Andrew Maturo
09/11/2024, 7:29 PMMarvin
09/11/2024, 7:30 PMAndrew Maturo
09/11/2024, 7:30 PMAndrew Maturo
09/11/2024, 7:30 PMAndrew Maturo
09/11/2024, 7:33 PMMarvin
09/11/2024, 7:33 PMAndrew Maturo
09/11/2024, 7:34 PMMarvin
09/11/2024, 7:34 PMjson
{
"name": "Flow Failure Notification",
"trigger": {
"type": "state",
"state": "failed",
"resource": {
"type": "flow-run",
"tags": ["important"]
}
},
"actions": [
{
"type": "notification",
"recipient": "<mailto:your-email@example.com|your-email@example.com>",
"message": "A flow with tag 'important' has failed."
}
]
}
This configuration:
1. Trigger: Watches for failed
state events on any flow run.
2. Filter: Applies only to flows with the tag important
.
3. Action: Sends an email notification when the conditions are met.
For more details, check out the Automations documentation: Automations.