Add a heartbeat to a Make scenario
The last module in the scenario calls Verifagent. As long as Make runs the scenario on schedule, the monitor stays up.
Before you start
Create a monitor with your workflow’s real frequency, then copy its URL from the dashboard. Its token is secret: do not publish it.
Setup
Copy the monitor URL
Open your monitor in Verifagent and copy its URL. The embedded token identifies this scenario only.
https://verifagent.com/api/ping/your-ping-tokenAdd the HTTP module
In the Scenario Builder, click the last module, add HTTP, then choose Make a request.
Configure the request
Use Method GET. Paste the URL. Leave Headers, Query string and Body empty.
GET https://verifagent.com/api/ping/your-ping-tokenRun once
Click Run once then trigger the scenario. The HTTP module bubble should show a successful run with status 200.
{"ok":true}Available routes
The base URL is enough for a heartbeat. Variants enrich history if your platform has several branches.
GET https://YOUR_PING_URLPOST https://YOUR_PING_URL/successPOST https://YOUR_PING_URL/fail?msg=ErrorVerify
After Run once, open the monitor in Verifagent. Status switches to Up. Then confirm the Make schedule is enabled.
200 {"ok":true}. The monitor moves from Pending to Up.