Add a Verifagent heartbeat to an Activepieces flow
Activepieces flows fail quietly when connections expire or a piece errors. A final HTTP piece proves a successful end-to-end run.
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
Create one monitor per flow. Copy the ping URL from Verifagent.
https://verifagent.com/api/ping/your-ping-tokenAdd HTTP · Send Request at the end
Open the flow builder. After the last business piece, add the HTTP piece and choose Send Request (naming may vary slightly by version).
Configure the request
Method GET, URL = your ping URL. Leave headers empty unless you proxy through something else.
GET https://verifagent.com/api/ping/your-ping-tokenTest and publish
Use Test flow / Run. Expect HTTP 200 and {"ok":true}, then publish so the schedule keeps sending heartbeats.
{"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 a successful test run, the monitor is Up. Pause the flow: Verifagent should open an incident once period + grace elapse.
200 {"ok":true}. The monitor moves from Pending to Up.