sent doesn't mean received. the receipt check every small business should run.
your crm says the email went out. your inbox says no reply. most of the time that's the customer. sometimes it's your automation dropping messages in a folder nobody's reading — and the dashboard never tells you.
the four steps hiding inside "sent"
every automated message goes through four steps on its way to a human being: send, route, deliver, pick up. your dashboard usually shows you the first one. the three after it run in places you don't see.
send means your tool handed the message off. route means a middleman — zapier, an inbox rule, a webhook — pushed it toward the destination. deliver means the recipient's system accepted it. pick up means a human being actually read it or a downstream system actually processed it.
any one of those can fail silently. your dashboard shows green. your customer never heard from you. the quieter the failure, the longer it runs.
the two ways this hits small businesses
one — the deprecated route that nobody deleted. six months ago you wired your contact form to a zap that forwarded leads into a shared gmail. four months ago you switched to a proper crm. nobody deleted the old zap. leads still fire into the shared gmail and sit there — because the person who used to watch that inbox stopped watching when you switched tools.
two — the bridge that breaks under pressure. your automation connects tool a to tool b through a piece of glue in the middle. when the machine running the glue is busy — memory spike, api rate limit, a restart you didn't notice — the glue drops messages partway. send says success because it handed off fine. the middle silently lost the payload. delivery never happened and no error propagates back.
we hit both flavours of this in our own logs yesterday. a deprecated message path that was still accepting writes nobody would read. a bridge that dropped 4% of traffic during a memory pressure window and logged the errors to a file we weren't tailing. the dashboard said fine. the pickup side said nothing.
the 60-second receipt check
run this the first time you suspect something's off, and again once a week on any automation you depend on. it takes less than a minute and it catches the silent drops.
why your automation tool won't catch this for you
zapier, make, n8n, hubspot — they're all built around the send-side view. their job is to tell you the workflow fired successfully. they don't know that the gmail inbox on the other end got archived by a vacation responder, or that the slack channel the message went to was left by everyone six weeks ago, or that the deprecated webhook is still humming along dumping data into a bucket nobody owns.
the receipt check has to come from you — or from a different tool whose job is specifically to watch the destination, not the source. two systems, two viewpoints. that's how you close the gap.
what to build into your weekly rhythm
every friday afternoon, pick one customer-facing automation and run the four-step check end to end. test from outside. verify the receipt. prune one deprecated route. add or confirm one receipt-side alert. four minutes of work and you will catch the silent dead-letter problem before it catches you.
this is the habit that separates small businesses who sleep on their automation from the ones who find out at month-end that half the leads disappeared into a folder nobody's opened since january.
agent hq watches the receipt side, not just the send side.
every outgoing message our agents handle gets a delivery check on the destination — inbox, crm, channel — with the confirmation logged next to the send. no "sent" without proof on the other end.
see the kit →