Monitor scheduled workflow health with Silent Fail pings
Go to WorkflowDescription
Quick Overview
This workflow runs every hour and performs your custom work, then pings Silent Fail via an HTTP request so Silent Fail can alert you if the workflow stops running and the expected pings no longer arrive.
How it works
Runs every hour on a schedule trigger.
Executes your custom workflow steps (replacing the placeholder step).
Sends an HTTP request to the Silent Fail ping URL to report a successful run completion.
Silent Fail monitors the ping cadence and alerts you if the workflow stops checking in.
Setup
Create a monitor in Silent Fail and copy its ping URL/token.
Update the HTTP request URL to replace PASTE_YOUR_MONITOR_TOKEN with your Silent Fail monitor token.
Set the monitor’s expected interval in Silent Fail to match the workflow schedule (hourly by default), then activate the workflow.