Hey folks,
I prepared a simple WhatsApp chatbot in n8n. Now I want to ban some number so so they don’t get a reply.
What I’d like to achieve is:
If a banned number sends a message, it should still trigger the WhatsApp node, but not be passed forward to the AI Agent (basically stop the workflow at that point).
Alternatively, is it possible to not even trigger the WhatsApp On Message trigger when the sender is in the ban list?
Either solution is appreciated. Thanks!