Developer
API health check with alerting
Ping an endpoint on a schedule; if it is not healthy, post the failure detail to Slack.
- 7 nodes
- 634 installs
- Trigger:Schedule
Installs as an ordinary flow you can rename, rewire and run — nothing is locked.
How it runs, step by step
Each node hands its output to the next one. When the flow runs, every step records its inputs, output, duration and credit cost.
- 1
Schedule
TriggersRun the flow on a recurring interval.
- 2
HTTP request
DataCall any REST API and use the response.
- 3
Condition
LogicSend the run down one of two paths.
- 4
Flow output
OutputMark a value as the flow's result — returned to API callers.
- 5
Compose text
DataMerge values from earlier nodes into a text template.
- 6
Send to Slack
ActionsPost a message to a Slack channel via an incoming webhook.
- 7
Flow output
OutputMark a value as the flow's result — returned to API callers.