Add a heartbeat to a Zap
A final Webhooks by Zapier action confirms each complete run. If the trigger or account stops working, Verifagent detects the missing signal.
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
From the Verifagent monitor page, copy the full URL. Do not reuse the same token across Zaps.
https://verifagent.com/api/ping/your-ping-tokenAdd a final action
In the Zap editor, add an action after the last business step. Search for Webhooks by Zapier.
Choose the GET event
Select GET, paste the URL, leave query parameters empty. No payload required.
GET https://verifagent.com/api/ping/your-ping-tokenTest then publish
Use Test step. Zapier should receive status 200. Then publish the Zap: a draft produces no heartbeat.
{"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
The Zapier test creates a ping immediately. Confirm Up in Verifagent, then verify the published Zap is on.
200 {"ok":true}. The monitor moves from Pending to Up.