← Field Notes
Operations·July 28, 2026·4 min read

How Do You Know If Your Automation Is Quietly Broken?

The short answer

You find out your automation is broken by comparing current behavior against what it should be, because most automation failures produce no error message. An expired API token, a renamed form field, or a disconnected calendar will stop leads flowing while every system involved continues reporting normal operation. Standard reporting does not catch this, since a dashboard showing reduced numbers looks identical whether the cause is a broken integration or a genuinely slow week. The practical detection method is to track expected values for each stage of the pipeline — leads received, responses sent, appointments booked, handoffs completed — and treat a sustained deviation from your own baseline as a fault to investigate rather than a fluctuation to absorb. Manual spot checks work as a fallback: send a real test lead through the full path weekly and confirm it arrives.

Why failures are silent by default

Integrations between systems fail at the seams, and the seams are where nobody owns the error. Your CRM believes it delivered the data. The receiving tool never knew it was expecting anything. Neither has a reason to raise an alarm.

The most common causes are mundane: a credential expires, a form field gets renamed during a website edit, a calendar fills up, a plan limit is reached. Each stops the flow while leaving every dashboard reporting green.

The specific things worth watching

Whole-system outages are rare and obvious. The expensive failures are partial, and they are visible only at the stage where they happen.

  • Leads received per day against your normal range for that day of week
  • Time between lead arrival and first response, tracked as a distribution rather than an average
  • Share of conversations that reach a booked appointment
  • Handoffs to a human that were actually picked up

Why detection lag is the real cost

Fixing a broken integration usually takes minutes. The expense is everything that fell through between the moment it broke and the day somebody noticed.

When that gap is measured in weeks, the cost of the outage is a multiple of the cost of the fix — and it is entirely made of leads that never knew they failed to reach you.

The cheapest check you can run today

Submit a real lead through your own website form. Use a phone number and email you control, and follow it the whole way: did the automated response arrive, did it appear in the CRM, did the notification reach the right person, could you book a time.

Doing this once a week catches most silent failures within days rather than months. It is not a substitute for monitoring, but it costs nothing and it is dramatically better than assuming.

Closes the oversight loop

Pipeline Manager

Watches the other five and tells you the moment one starts slipping.

See how it works →
Common Questions

Frequently Asked Questions

Book a free 30-minute strategy call.

We map where your leads are actually leaking and what it is costing. No pitch, no obligation.

Book Your Strategy Call →