Score job applications and write AI feedback with OpenAI and Notion
Screen resumes & save candidate scores to Notion with OpenAI
This template helps you automate the initial screening of job candidates by analyzing resumes against your specific job descriptions using AI.
πΊ How It Works
The workflow automatically monitors a Notion database for new job applications. When a new candidate is added:
- It checks if the candidate has already been processed to avoid duplicates.
- It downloads the resume file (supporting both PDF and DOCX formats).
- It extracts the raw text and sends it to OpenAI along with the specific job description and requirements.
- The AI acts as a "Senior Technical Recruiter," scoring the candidate on skills, experience, and stability.
- Finally, it updates the Notion entry with a fit score (0-100), a one-line summary, detected skills, and a detailed analysis.
π Notion Database Structure
You will need two databases in Notion: Jobs (containing descriptions/requirements) and Candidates (containing resume files).
- Candidates DB Fields:
AI Comments(Text),Resume Score(Text),Top Skills Detected(Text),Feedback(Select),One Line Summary(Text),Resume File(Files & Media). - Jobs DB Fields:
Job Description(Text),Requirements(Text).
π€ Whoβs it for
This workflow is for recruiters, HR managers, founders, and hiring teams who want to reduce the time spent on manual resume screening.
Whether you are handling high-volume applications or looking for specific niche skills, this tool ensures every resume gets a consistent, unbiased first-pass review.
π§ How to set up
- Create the required databases in Notion (as described above).
- Import the
.jsonworkflow into your n8n instance. - Set up credentials for Notion and OpenAI.
- Link those credentials in the workflow nodes.
- Update Database IDs: Open the "Fetch Job Description" and "On New Candidate" nodes and select your specific Notion databases.
- Run a test with a sample candidate and validate the output in Notion.
π Requirements
- An n8n instance (Cloud or Self-hosted)
- A Notion account
- OpenAI API Key (GPT-4o or GPT-4 Turbo recommended for best reasoning)
π§© How to customize the workflow
The system is fully modular. You can:
- Adjust the Persona: In the
Analyze Candidateagent nodes, edit the system prompt to change the "Recruiter" persona (e.g., make it stricter or focus on soft skills). - Change Scoring: Modify the scoring matrix in the prompt to weight "Education" or "Experience" differently.
- Filter Logic: Add a node to automatically disqualify candidates below a certain score (e.g., < 50) and move them to a "Rejected" status in Notion.
- Multi-language: Update the prompt to translate summaries into your local language if the resume is in English.
n8n Workflow: AI-Powered Job Application Scoring and Feedback Generation
This n8n workflow automates the process of scoring job applications and generating personalized AI feedback using OpenAI and Notion. It listens for new or updated job applications in a Notion database, processes their content, and then uses an AI agent to score the application and write detailed feedback, finally updating the Notion database with the results.
What it does
This workflow streamlines the hiring process by:
- Monitoring Notion Database: It triggers whenever a new item is created or an existing item is updated in a specified Notion database.
- Filtering Applications: It checks if the "Status" property of the Notion page is set to "New Application". If not, it does nothing.
- Extracting Application Data: It takes the content of the Notion page (likely the job application details or resume) and prepares it for AI processing.
- AI-Powered Scoring and Feedback: It utilizes an OpenAI Chat Model within an AI Agent to:
- Score the job application based on predefined criteria (implied by the "AI Agent" node).
- Generate comprehensive feedback for the applicant.
- Updating Notion: It updates the original Notion page with the generated score and feedback.
Prerequisites/Requirements
To use this workflow, you will need:
- n8n Instance: A running instance of n8n.
- Notion Account: A Notion workspace with a database set up to manage job applications.
- The database should have at least a "Status" property (e.g., a
SelectorStatustype with an option like "New Application") and properties to store the AI-generated "Score" and "Feedback".
- The database should have at least a "Status" property (e.g., a
- OpenAI API Key: An API key for OpenAI to power the AI Agent and Chat Model. This will need to be configured as an n8n credential.
Setup/Usage
- Import the Workflow:
- Download the provided JSON workflow.
- In your n8n instance, go to "Workflows" and click "New".
- Click the "Import from JSON" button and paste the workflow JSON.
- Configure Credentials:
- Notion: You will need to set up a Notion credential. This typically involves creating an integration in Notion and granting it access to your job applications database.
- OpenAI: You will need to set up an OpenAI API Key credential.
- Configure Notion Trigger (Node 488: "Notion Trigger"):
- Select your Notion credential.
- Choose the "Database" you are using for job applications.
- Configure the "Trigger When" option to "Created or Updated".
- Configure Notion Node (Node 487: "Notion"):
- Select your Notion credential.
- Ensure the "Resource" is set to "Page" and the "Operation" is "Update".
- Map the "Page ID" to
{{ $json.page_id }}from the Notion Trigger. - Map the "Score" and "Feedback" properties in your Notion database to the output of the AI Agent node (e.g.,
{{ $json.score }}and{{ $json.feedback }}after the AI Agent has processed them).
- Configure AI Agent (Node 1119: "AI Agent") and OpenAI Chat Model (Node 1153: "OpenAI Chat Model"):
- Select your OpenAI credential for the "OpenAI Chat Model" node.
- Within the "AI Agent" node, you will need to define the "System Message" and "User Message" to instruct the AI on how to score the application and generate feedback. This is crucial for the AI's performance. For example, you might provide a prompt like:
- System Message: "You are an expert HR recruiter. Your task is to score job applications on a scale of 1-10 and provide constructive feedback. Focus on skills, experience, and relevance to the job description."
- User Message: "Here is a job application: {{ $json.page_content }}. Please provide a score and detailed feedback."
- You might also need to define the output format expected from the AI (e.g., JSON with
scoreandfeedbackfields) and use a "Code" node (Node 834) or "Set" node (Node 38) to parse this output.
- Activate the Workflow: Once configured, activate the workflow to start automating your job application process.
This workflow provides a powerful foundation for automating a significant part of your recruitment process, saving time and ensuring consistent, AI-driven feedback.
Related Templates
Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4
π₯ Viral TikTok Video Machine: Auto-Create Videos with Your AI Avatar --- π― Who is this for? This workflow is for content creators, marketers, and agencies who want to use Veed.ioβs AI avatar technology to produce short, engaging TikTok videos automatically. Itβs ideal for creators who want to appear on camera without recording themselves, and for teams managing multiple brands who need to generate videos at scale. --- βοΈ What problem this workflow solves Manually creating videos for TikTok can take hours β finding trends, writing scripts, recording, and editing. By combining Veed.io, ElevenLabs, and GPT-4, this workflow transforms a simple Telegram input into a ready-to-post TikTok video featuring your AI avatar powered by Veed.io β speaking naturally with your cloned voice. --- π What this workflow does This automation links Veed.ioβs video-generation API with multiple AI tools: Analyzes TikTok trends via Perplexity AI Writes a 10-second viral script using GPT-4 Generates your voiceover via ElevenLabs Uses Veed.io (Fabric 1.0 via FAL.ai) to animate your avatar and sync the lips to the voice Creates an engaging caption + hashtags for TikTok virality Publishes the video automatically via Blotato TikTok API Logs all results to Google Sheets for tracking --- π§© Setup Telegram Bot Create your bot via @BotFather Configure it as the trigger for sending your photo and theme Connect Veed.io Create an account on Veed.io Get your FAL.ai API key (Veed Fabric 1.0 model) Use HTTPS image/audio URLs compatible with Veed Fabric Other APIs Add Perplexity, ElevenLabs, and Blotato TikTok keys Connect your Google Sheet for logging results --- π οΈ How to customize this workflow Change your Avatar: Upload a new image through Telegram, and Veed.io will generate a new talking version automatically. Modify the Script Style: Adjust the GPT prompt for tone (educational, funny, storytelling). Adjust Voice Tone: Tweak ElevenLabs stability and similarity settings. Expand Platforms: Add Instagram, YouTube Shorts, or X (Twitter) posting nodes. Track Performance: Customize your Google Sheet to measure your most successful Veed.io-based videos. --- π§ Expected Outcome In just a few seconds after sending your photo and theme, this workflow β powered by Veed.io β creates a fully automated TikTok video featuring your AI avatar with natural lip-sync and voice. The result is a continuous stream of viral short videos, made without cameras, editing, or effort. --- β Import the JSON file in n8n, add your API keys (including Veed.io via FAL.ai), and start generating viral TikTok videos starring your AI avatar today! π₯ Watch This Tutorial --- π Documentation: Notion Guide Need help customizing? Contact me for consulting and support : Linkedin / Youtube
Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets
This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitorβs webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger β Manually start the workflow or schedule it to run periodically. Input Setup β Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) β Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring β Clean and convert GPT output into JSON format. Data Storage (Google Sheets) β Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the βSet Input Fieldsβ node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors β Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection β Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report β Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization β Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs β Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting Itβs a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.
Two-way property repair management system with Google Sheets & Drive
This workflow automates the repair request process between tenants and building managers, keeping all updates organized in a single spreadsheet. It is composed of two coordinated workflows, as two separate triggers are required β one for new repair submissions and another for repair updates. A Unique Unit ID that corresponds to individual units is attributed to each request, and timestamps are used to coordinate repair updates with specific requests. General use cases include: Property managers who manage multiple buildings or units. Building owners looking to centralize tenant repair communication. Automation builders who want to learn multi-trigger workflow design in n8n. --- βοΈ How It Works Workflow 1 β New Repair Requests Behind the Scenes: A tenant fills out a Google Form (βRepair Request Formβ), which automatically adds a new row to a linked Google Sheet. Steps: Trigger: Google Sheets rowAdded β runs when a new form entry appears. Extract & Format: Collects all relevant form data (address, unit, urgency, contacts). Generate Unit ID: Creates a standardized identifier (e.g., BUILDING-UNIT) for tracking. Email Notification: Sends the building manager a formatted email summarizing the repair details and including a link to a Repair Update Form (which activates Workflow 2). --- Workflow 2 β Repair Updates Behind the Scenes:\ Triggered when the building manager submits a follow-up form (βRepair Update Formβ). Steps: Lookup by UUID: Uses the Unit ID from Workflow 1 to find the existing row in the Google Sheet. Conditional Logic: If photos are uploaded: Saves each image to a Google Drive folder, renames files consistently, and adds URLs to the sheet. If no photos: Skips the upload step and processes textual updates only. Merge & Update: Combines new data with existing repair info in the same spreadsheet row β enabling a full repair history in one place. --- π§© Requirements Google Account (for Forms, Sheets, and Drive) Gmail/email node connected for sending notifications n8n credentials configured for Google API access --- β‘ Setup Instructions (see more detail in workflow) Import both workflows into n8n, then copy one into a second workflow. Change manual trigger in workflow 2 to a n8n Form node. Connect Google credentials to all nodes. Update spreadsheet and folder IDs in the corresponding nodes. Customize email text, sender name, and form links for your organization. Test each workflow with a sample repair request and a repair update submission. --- π οΈ Customization Ideas Add Slack or Telegram notifications for urgent repairs. Auto-create folders per building or unit for photo uploads. Generate monthly repair summaries using Google Sheets triggers. Add an AI node to create summaries/extract relevant repair data from repair request that include long submissions.