Setup guide

How to Monitor a Zapier Zap with PulseProbe

This setup guide focuses on the mechanics of adding a final heartbeat check to a Zap.

Short answer

Create a probe, add a Webhooks by Zapier action after the critical steps, and confirm PulseProbe receives a heartbeat after successful Zap completion.

Last reviewed: June 10, 2026PulseProbe is not an official Zapier integration or partner. It uses standard webhook-style HTTP requests where available.

What you need

  • A PulseProbe account with permission to create a probe.
  • Access to edit and test the Zap.
  • A realistic expected run interval.
  • Email alerts configured in PulseProbe.

Step-by-step setup

  1. 1Create a PulseProbe probe for the Zap.
  2. 2Copy the heartbeat URL when PulseProbe shows it.
  3. 3Add Webhooks by Zapier as an action after the critical Zap steps.
  4. 4Configure the action to call the heartbeat URL.
  5. 5Test the Zap and confirm PulseProbe shows a recent check-in.
  6. 6Set the expected interval and grace window around the Zap's real schedule.

Common mistakes

  • Adding the heartbeat before the important action completes.
  • Using one probe for unrelated Zaps.
  • Not testing the webhook action before relying on alerts.
  • Treating a successful heartbeat as proof that every downstream result was correct.

How to test missed and recovered states

  1. 1Run one successful test.
  2. 2Confirm a fresh check-in.
  3. 3Safely stop the Zap or prevent the heartbeat action from running.
  4. 4Wait for the missed alert.
  5. 5Restore the Zap and confirm recovery.

When not to use PulseProbe

  • Do not use heartbeat monitoring as the only control for safety-critical, medical, emergency, financial trading, or regulated systems.
  • Do not send secrets, customer records, prompt text, API keys, or private payloads to the heartbeat URL.
  • Heartbeat monitoring proves a check-in arrived. It does not inspect the quality of the workflow output.

FAQ

Can I monitor whether a Zap finished?

Yes. Put the heartbeat after the final critical action so PulseProbe sees successful completions.

Does PulseProbe inspect Zap task data?

No. It only records check-ins and missed check-ins.

What should I read next?

Read the Zapier stopped-running alert guide for the broader monitoring pattern and edge cases.