I want to ban some numbers on this google sheets if they massage me on whatsapp

HI I WANT TO BAN SOME NUMBERS ON GOOGLE SHEETS TO NOT RECIVE ANY MASSAGE ON WHATSAPP ANY HELP

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

To block numbers from messaging you on WhatsApp using Google Sheets, you can set up an n8n workflow like this:

1. Use the **WhatsApp Trigger Node** to receive incoming messages

2. Add a **Google Sheets Node** to read your banned numbers list

3. Use a **IF Node** to check if the sender’s number is in the banned list

4. Optionally, use **WhatsApp Send Message Node** to send a “blocked” response

Your workflow would filter messages based on the numbers listed in your Google Sheet. Would you like help setting up the specific nodes?