Skip to content
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
Read the docs

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. 1

    Schedule

    Triggers

    Run the flow on a recurring interval.

  2. 2

    HTTP request

    Data

    Call any REST API and use the response.

  3. 3

    Condition

    Logic

    Send the run down one of two paths.

  4. 4

    Flow output

    Output

    Mark a value as the flow's result — returned to API callers.

  5. 5

    Compose text

    Data

    Merge values from earlier nodes into a text template.

  6. 6

    Send to Slack

    Actions

    Post a message to a Slack channel via an incoming webhook.

  7. 7

    Flow output

    Output

    Mark a value as the flow's result — returned to API callers.

Connect anything. Automate everything.