Technical Tip: Avoid the repeat notification in automation stitch
Description
This article describes how the repeated notification alert on the same event can be avoided by setting the minimum interval.
Solution
From the GUI:
Enter a minimum time interval, in seconds, to not receive repeated notifications for the same trigger occurrence.
When the minimum time interval expires, an alert will be sent the next time the event is triggered.
To set the minimum interval alert:
Go to Dashboard -> Security Fabric -> Automation, select 'Create New', and set 'Minimum Interval'.

From the CLI:
edit <action-name>
set minimum-interval <seconds>
next
end
