Link to the workflow.
- Trigger: Activated by any alert.
- Action: Enrich the alert by adding a
dismissedfield with the valuetrue.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
dismissed field with the value true.workflow:
id: autosupress
description: demonstrates how to automatically suppress alerts
triggers:
- type: alert
actions:
- name: dismiss-alert
provider:
type: mock
with:
enrich_alert:
- key: dismissed
value: "true"
