Tell your team exactly what the automation covers
An automation only works well if the people around it understand what it actually does. Tell your team plainly what it covers, what it does not, and what they should still be doing by hand.
This matters because gaps in understanding create real gaps in coverage. If someone assumes an automation is handling something it never touched, that task quietly falls through, and nobody notices until a client complains. The opposite happens too — people redo work the automation already handled, wasting time out of caution. A short, clear explanation to the team closes both gaps at once. I keep my own version of this explanation short on purpose, since the longer it gets, the less of it people actually remember.
Say it out loud in a meeting, and also write it down somewhere people can check back on later, since spoken explanations get forgotten fast.
Try this today: send your team one message explaining exactly what your newest automation handles and what still needs a person.