Block 1 - WhatsApp Trigger
- Type / Role
- n8n-nodes-base.whatsAppTrigger - whatsAppTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is ideal for HR teams, startups, and enterprises that want to handle employee interactions through WhatsApp and automate responses using LLM (OpenAI) and intelligent ...
n8n-nodes-base.whatsapptrigger, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.vectorstoresupabase
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tanay Agarwal.
Original n8n.io sourceWho is this for? This workflow is ideal for HR teams, startups, and enterprises that want to handle employee interactions through WhatsApp and automate responses using LLM (OpenAI) and intelligent routing.
What problem is this workflow solving? Managing WhatsApp messages manually can be time-consuming and error-prone. This workflow solves that by:
Auto-classifying messages using LLM
Routing them to the right AI-powered agent
Automating leave approvals, attendance, HR FAQs, complaints, and candidate shortlisting
Delivering final responses interactively via WhatsApp
What this workflow does WhatsApp Trigger captures incoming messages
LLM Classification analyzes message intent and outputs category (1–5)
Switch Node routes the message to the correct agent:
1 → Leave Agent
2 → HR FAQ Chatbot
3 → Attendance Agent
4 → Complaint/Request Agent
5 → Shortlisting Agent
Each agent performs specific tasks using tools like:
Google Sheets (fetch dept head emails, JD/applicants, logs)
Google Calendar (schedule meetings)
Vector Search (for policy embeddings)
OpenAI (transcription, classification, chatbot)
Final WhatsApp Response node sends updates and interactive options to the user
Setup Connect WhatsApp API (e.g., via Twilio or WhatsApp Business Cloud API)
Configure OpenAI credentials
Set up Google Sheets with:
Employee data
JD and applicants info
Policy documents (for embedding)
Prepare Google Calendar access
Create a vector store with embedded company policy docs
How to customize this workflow to your needs Update the LLM prompt to suit your company’s categories or expand to more intents
Replace sample sheets with your organization’s actual data
Train your own policy embeddings if needed
Add/modify agents (e.g., Payroll Bot, IT Support Bot) by cloning an existing pattern
Adjust the Switch Node if you add more classifications
With this modular and intelligent setup, you can turn your WhatsApp into a smart HR & operations assistant powered by AI, accessible 24/7.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 65 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automated HR Service System with WhatsApp, GPT-4 Classification & Google Workspace |
|---|---|
| Complexity | advanced |
| Nodes | 65 |
| Categories | HR, AI Chatbot |
| Author | Tanay Agarwal |
| Published | 16 Jun 2025 |
Use the JSON export at /data/workflows/4975/4975.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who is this for? This workflow is ideal for HR teams, startups, and enterprises that want to handle employee interactions through WhatsApp and automate responses using LLM (OpenAI) and intelligent ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Chatbot use case.