Automate Job Application Sorting with n8n & OpenAI

Tired of manually sorting job application emails? This n8n workflow uses OpenAI to classify incoming applications, extract key candidate information, and route emails efficiently—saving hours each week.
emailReadImap
textClassifier
informationExtractor
+3
Workflow Identifier: 1587
NODES in Use: EmailReadImap, ExtractFromFile, TextClassifier, InformationExtractor, lmChatOpenAi, NoOp

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow reads emails from an IMAP inbox and finds job applications automatically.
It then reads attached PDF resumes.
Next, it uses OpenAI to sort the emails into types like job application or invoice.
It also pulls key applicant details like names, age, work history.
Finally, it sends the data to other flows for actions like replying or storing info.
This saves time by automating reading and sorting emails.


Who should use this workflow

This workflow helps HR or recruitment teams overwhelmed with many emails.
If manual reading of job applications wastes hours weekly, this can reduce that load.
It works best when many applications arrive via email with PDF resumes.
Users should have basic email accounts with IMAP access.
OpenAI API access is needed for text classification and data extraction.


Tools and services used

  • IMAP email account: To fetch emails and attachments.
  • n8n platform: For building the automation workflow.
  • ExtractFromFile node: To read text from PDF resumes.
  • OpenAI TextClassifier node: To categorize emails.
  • OpenAI InformationExtractor node: To pull specific applicant details.
  • NoOp nodes: Placeholders for next process steps like scheduling or storage.

Inputs, processing steps, and outputs

Inputs

  • Emails from the defined IMAP inbox.
  • Attachments from emails, specifically PDF resumes.
    • Processing Steps

    • Fetch emails: The EmailReadImap node grabs all new emails.
    • Extract PDF text: The ExtractFromFile node pulls out text from the PDF attachments.
    • Classify emails: The TextClassifier node uses OpenAI to decide if the email is a job application, lead, invoice, or other.
    • Extract applicant info: The InformationExtractor node gets details like first and last names, age, residence, study, work experience, and personal traits from email plus resume.
    • Route outputs: The workflow sends the processed data to different NoOp nodes as placeholders for later real workflows.

    Outputs

    • Emails sorted by category.
    • Structured data with key applicant information.
    • Branches ready for further action like scheduling or data saving.

Step-by-step guide to use this workflow in n8n

Import the workflow

  1. Download the workflow file using the Download button on this page.
  2. Open the n8n editor where the workflow will run.
  3. Use the menu option “Import from File” to upload the workflow file.

Set up credentials and settings

  1. Add your IMAP email credentials in the EmailReadImap node.
  2. Insert your OpenAI API Key in the TextClassifier and InformationExtractor nodes.
  3. Check folder names or email addresses if the workflow needs specific ones.
  4. If needed, update any IDs or channels for downstream nodes like where to send results.

Test and activate

  1. Run the workflow once manually to make sure emails are fetched and processed.
  2. Look for errors and fix any credential or connection problems.
  3. Turn on the workflow toggle to activate it so new emails start getting processed automatically.

For users who prefer hosting n8n themselves, consider self-host n8n to have full control.


Common issues and how to fix them

  • Cannot connect to email: Double-check IMAP user, password, server address.
  • No text from PDF attachment: Make sure the attachment is a PDF file.
  • OpenAI classification not working: Verify the API Key and check you did not miss feed text input from both email and attachment.
  • Information extraction missing fields: Confirm the desired fields are listed correctly in the node settings.

Ways to customize the workflow

  • Add more categories in the TextClassifier node to match your company email types.
  • Extract extra details like certifications, languages, or references in the InformationExtractor node.
  • Replace the NoOp nodes with real workflows to send emails, update spreadsheets, or notify via Slack.

Summary of benefits and results

✓ Automates reading and sorting of incoming job application emails.
✓ Saves hours of manual processing time each week.
✓ Extracts structured applicant information from emails and PDFs.
✓ Reduces errors from manual data handling.
✓ Makes following up faster and easier by routing data to other systems.

Frequently Asked Questions

The workflow uses an IMAP email account to read emails and their attachments.
It uses the OpenAI TextClassifier node to sort emails into categories like job application, inbound lead, invoice, or other.
It extracts details like first name, last name, age, residence, study credentials, work experience, and personal traits.
After importing, the user must add IMAP email credentials, OpenAI API Key, and update any IDs, emails, or folder names as needed before testing and activating.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation in n8n

A complete beginner guide to building an AI-powered SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free