WhatsApp Recruitment Automation
Automates WhatsApp recruitment inquiries with an interactive menu for pricing, applications, and tracking.
What it does
You instantly handle recruitment inquiries on WhatsApp through an interactive menu that lets candidates check pricing, submit applications, and track their status. The system automatically saves your data in Google Sheets while escalating complex questions to your team so you can focus on hiring.
Step by step
- Configure the WhatsApp Business API node in n8n with your phone number ID and access token.
- Set up a Google Sheets trigger to listen for new rows added by incoming webhook payloads.
- Define static JSON structures for the interactive menu options like 'View Pricing' or 'Submit Application'.
- Implement code nodes that parse incoming text messages into specific action keys based on predefined keywords.
Where the LLM does the work
- Generate natural language responses for complex candidate questions that do not match static menu options.
- Draft professional escalation notifications to human staff when a query exceeds automated handling capabilities.
- Create dynamic pricing explanations or policy clarifications based on varying recruitment package details.
Watch out for
WhatsApp has strict template approval rules so you must pre-approve message templates for outbound replies outside of the 24-hour window.
Session state can drift if users switch devices quickly, so store unique session IDs in Google Sheets to maintain context accurately.
Data privacy regulations require explicit consent before storing candidate info, add a mandatory opt-in step before writing to the CRM sheet.
Tools that fit
WhatsApp Business API API Messaging and interactive UX
Code API Custom logic and routing
The agent brief
Everything your agent needs, including the gotchas. Copy it and go.
You are helping me build the following AI agent workflow. ## Goal WhatsApp Recruitment Automation: Automates WhatsApp recruitment inquiries with an interactive menu for pricing, applications, and tracking. ## Specification - What it does: You instantly handle recruitment inquiries on WhatsApp through an interactive menu that lets candidates check pricing, submit applications, and track their status. The system automatically saves your data in Google Sheets while escalating complex questions to your team so you can focus on hiring. - Trigger: Triggered by an event (Event ยท on WhatsApp message) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - n8n: Automation engine - WhatsApp Business API: Messaging and interactive UX - Google Sheets: CRM and logs - Code: Custom logic and routing ## Known pitfalls, handle each one explicitly in your implementation 1. WhatsApp has strict template approval rules so you must pre-approve message templates for outbound replies outside of the 24-hour window. 2. Session state can drift if users switch devices quickly, so store unique session IDs in Google Sheets to maintain context accurately. 3. Data privacy regulations require explicit consent before storing candidate info, add a mandatory opt-in step before writing to the CRM sheet. ## Reference implementation https://n8n.io/workflows/11604 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/whatsapp-recruitment-automation/ via usecasesforagents.com
Frequently asked questions
Can I use a different Automation Platform than n8n?
Yes. n8n is only the example automation platform in this recipe. The same flow works with Home Assistant. Swap the automation platform connection and keep the rest of the setup as written.
Want this running in your business?
This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.
Who it's for
Built for HR and recruiting teams who need a repeatable first pass, not a one-off.