All notes

When the alerts stop being read: automation notifications you can live with

5 min read

There is a folder in somebody's mailbox with four hundred unread messages in it, all from the same automation platform, all with subjects that look identical. Somewhere in there is the one that mattered.

The chain that produces this is short. Notifications are noisy out of the box. Somebody makes a filter, or turns them off. Weeks later something breaks and nobody finds out for a fortnight.

The default is loud, and the obvious fix is worse

Zapier's documentation is a good place to see the shape of it. Error notifications go to your Zapier account email by default, and the default frequency is Immediately — one email for every error, as it happens.

For a workflow that fails once a month, this is exactly right. For one that fails eleven times an hour while a connected app is having a bad afternoon, it is a flood, and the flood is what teaches people to stop looking.

The same settings offer three other choices, and the vendor's own annotation on the last one is the useful part:

  • Immediately, then hourly summary — individual emails plus an hourly digest.
  • Hourly summary — only the digest, and no email at all in an hour with no errors.
  • Never — "you will not receive any notifications. This is not recommended."

That is the vendor saying, in its own help pages, that the setting most people reach for after a bad week is the one you should not choose. The workable answer is between the two extremes, and it is mostly a matter of summaries rather than silence.

The part nobody checks: who gets them

There is a quieter problem in the same sentence. Notifications go to the Zapier account email.

Which is whichever address was used to sign up. In a small business that is frequently the founder's personal address, or a shared mailbox, or the address of the person who built the thing two roles ago. The automation may be faithfully reporting every failure to somebody who no longer looks after it, and technically nothing is wrong: alerts are on, alerts are delivered, alerts are received by a human being. They are simply the wrong human being.

Before tuning frequency, check the address. It is a two-minute answer to a category of failure that can run for months.

What makes an alert worth reading

Volume is only half of it. The rest is that most alerts do not tell you anything you can act on.

An alert worth having says what stopped, what it means for a customer, and what to do. "Zap errored" says none of that, so every one of them costs an investigation before you can even decide whether it matters. Twenty such alerts a day trains a person, quite rationally, to stop opening them.

Three questions worth applying to each alert type you currently receive:

Does it require action? If nothing changes when it arrives, it is not an alert. It is logging, and logging belongs in a place you visit, not in a place that interrupts.

Does it say whose problem it is? An alert with no owner gets read by everyone and acted on by no one.

Would you notice its absence? This is the sharpest of the three. If your alerting stopped entirely tomorrow, how long before you knew? For most small businesses the honest answer is weeks, which means the alerts were doing less work than believed.

A setup that survives contact with a bad week

Split loud from important. Failures that touch a customer — a message not sent, an order not created, a payment not recorded — deserve immediate notification. Everything else can be a summary. Most platforms let you override the default for individual workflows, which is the setting to spend your effort on.

Send them where work happens. An address someone opens during the working day beats an address they check on Sundays.

Give the digest a slot. Ten minutes, once a day, at a fixed time. A summary that arrives hourly into an inbox nobody triages is the same flood in a different shape.

Say what to do, in the alert. Where you can customise the text, a line like "customer did not get their confirmation — resend from the orders screen" converts an interruption into a task.

Then prune. Anything that fired more than a handful of times last month without anyone acting is either a real problem you are tolerating or noise you should stop generating. Both deserve a decision.

The alert that never comes

One warning that belongs in any article about too many notifications: the failure mode you should fear most produces none at all.

An automation that stops triggering does not error. There is nothing to report, so nothing is reported, and no volume of alerting protects you — a quiet inbox looks the same whether everything is working or nothing is running. That is a different problem with a different fix, and it is worth knowing which of the two you actually have before you spend an afternoon tuning frequencies.

When alerting is not the answer

For a handful of automations, the settings above are the whole job.

It changes when what you need to know is not "did a step fail" but "did the right thing happen" — that the day's orders all reached the accounting system, that every booking got a confirmation, that the numbers on both sides match. No error notification answers those, because nothing failed; something merely did not happen. Checking them means comparing what should have occurred against what did, on a schedule, and telling somebody only when the two disagree.

Working out which of your processes need that kind of check rather than more alerts is one of the things a process audit settles: $299, three business days, and a list of what you would currently find out about late.

Sources

I read this page in August 2026. Vendor documentation moves; check the vendor's own page before acting on it.

Default destination, the four frequency options and the vendor's own note on switching notifications off: Zapier on managing notifications when errors occur.

Related: why automations fail silently, and how to make them speak up is the opposite failure — nothing arrives at all, and the quiet reads as everything being fine.