Block 1 - Main Sticky
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
WhatsApp Resume Ranking Bot — AI Powered Career Score via PDF Upload Let job seekers check their resume strength directly on WhatsApp — no app, no sign up, no friction. Users send a keyword, answer...
n8n-nodes-base.stickynote, n8n-nodes-base.whatsapptrigger, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.whatsapp, n8n-nodes-base.httprequest, n8n-nodes-base.extractfromfile, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Panth1823.
Original n8n.io sourceLet job seekers check their resume strength directly on WhatsApp — no app, no sign-up, no friction. Users send a keyword, answer 2 quick questions, upload their PDF resume, and receive a personalized career score, ATS feedback, and rejection analysis in under 60 seconds.
Career coaches, job portals, HR-tech startups, or recruitment agencies who want to offer a self-serve resume evaluation tool directly inside WhatsApp — where their audience already is.
whatsapp_sessions tableCreate a table called whatsapp_sessions with these columns:
| Column | Type | Notes |
|---|---|---|
phone |
text | Primary key / unique |
state |
text | Conversation state (IDLE, WAITING_NAME, etc.) |
name |
text | User's name |
target_role |
text | Job role they're targeting |
started_at |
timestamptz | Session start time |
updated_at |
timestamptz | Last activity timestamp |
Conversation State Manager Code nodeYOUR_PHONE_NUMBER_HERE in the Send nodes with your WhatsApp Phone Number IDmessagesCHECK MY RANK to trigger the botUser: CHECK MY RANK
Bot: Intro + "Type YES to start"
User: YES
Bot: "What's your full name?"
User: Rahul Sharma
Bot: "Which job role are you targeting?"
User: Data Analyst
Bot: "Upload your resume as a PDF"
User: [uploads PDF]
Bot: "Analyzing... hang tight 🔍"
Bot: [sends career score + rejection reasons + tips]
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.
| Workflow | Score WhatsApp PDF resumes with OpenAI GPT-4o-mini and Supabase |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | HR, AI Chatbot |
| Author | Panth1823 |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14814/14814.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.
WhatsApp Resume Ranking Bot — AI Powered Career Score via PDF Upload Let job seekers check their resume strength directly on WhatsApp — no app, no sign up, no friction. Users send a keyword, answer...
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.