'Generic Error webhook for integromat scenario
So I know at each step of a scenario I can setup an error handler to call a webhook, but does anyone know if it's possible to just fire a webhook if the scenario fails anywhere?
Reason: I want to send failures to OpsGenie as the current email notification thing is daft and prone to getting missed.
Any help would be greatly appreciated.
Solution 1:[1]
- List all scenarios https://www.make.com/en/api-documentation/scenarios-get
- Filter active scenarios with "islinked" parameter
- Get logs every 5 minutes for the last 5 minutes https://www.make.com/en/api-documentation/scenarios-scenarioId-logs-get
- Filter by status warning or error
- Pull information to OpsGenie
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dmitriy Patsovskiy |
