How are people checking AI-generated Slack/Gmail messages before sending in n8n?
Spent some time testing a small n8n setup where an AI agent drafts a Slack message from internal HR-style data.
Technically, the flow worked.
But the uncomfortable part was that the AI could easily produce sensitive details before anything checked the output.
Things like:
- employee names
- emails and phone numbers
- salary or HR notes
- confidential review details
It made me wonder how people are actually handling this in real n8n workflows.
Are most builders adding approval steps before AI-generated messages go to Slack, Gmail, or a CRM?
Or are people letting the AI output send directly and just trusting the prompt?
Curious what technical pattern people usually use here: approval step, validation node, human-in-the-loop, or something else?