HR & Operations Automation Workflows | Neura Market
    Neura Market
    Neura Market
    /Categories
    Marketplace
    Directories
    Resources
    Home/Categories/HR & Operations

    HR & Operations Workflows

    Human resources and operations

    • Automate CV Screening with AI-Powered Analysis

      Streamline your hiring process by automating CV screening using AI. This workflow collects job applications via a web form, analyzes CVs against job requirements, and logs results in Google Sheets.

      n8nFree
    • Automated AI Resume Screening and Evaluation with Google Sheets and Drive

      This workflow automates the resume screening process using AI to extract and evaluate candidate information against job criteria stored in Google Sheets. It saves results in Google Sheets and uploads CVs to Google Drive, streamlining HR operations.

      n8nFree
    • Automate Candidate Evaluation with AI and Slack Integration

      Streamline your candidate evaluation process by integrating Slack, AI, and Google Sheets. This workflow automates resume analysis and provides HR teams with efficient candidate assessments.

      n8n

    Marketplace

    • Prompts
    • Workflows
    • Agents Store
    • Workflow Packs
    • Categories
    • Marketplace

    Directories

    • AI Tools Directory
    • ChatGPT
    • Claude
    • Gemini
    • Cursor
    • Grok
    • DeepSeek
    • Perplexity
    • CoPilot
    • Midjourney
    • Stable Diffusion
    • MCP Servers
    • .md Directory
    • All Directories

    Free Tools

    • AI Text Humanizer
    • AI Content Detector
    • Workflow Generator
    • Model Comparison
    • AI Pricing Calculator
    • AI Benchmarks
    • ROI Calculator
    • All Free Tools

    Resources

    • AI News
    • Blog
    • AI Models
    • Integrations
    • Alternatives
    • n8n vs Zapier
    • Make vs Zapier
    • n8n vs Make
    • Resource Library
    • Documentation

    Community

    • AI Jobs
    • AI Events
    • AI Companies
    • Start Selling
    • Sell n8n Workflows
    • Sell AI Agents
    • Sell Prompts
    • Creator Guide
    • Advertise
    • Affiliates

    Company

    • About
    • Contact
    • Help
    • Careers
    • Pricing
    • Terms
    • Privacy
    • License
    • DMCA

    Stay Updated

    Get the latest AI tools and insights delivered to your inbox.

    Neura Market Logoneuramarket

    © 2026 Neura Market. All rights reserved.

    Free
  1. Automate HR Processes via WhatsApp with AI and Google Workspace

    Streamline HR operations by automating employee interactions through WhatsApp, leveraging AI for message classification and routing, and integrating with Google Workspace for task management.

    n8nFree
  2. AI-Automated HR Workflow for CV Analysis and Candidate Evaluation

    ### How it Works This workflow automates the process of handling job applications by extracting relevant information from submitted CVs, analyzing the candidates' qualifications against a predefined profile, and storing the results in a Google Sheet. Here's how it operates: 1. **Data Collection and Extraction**: - The workflow begins with a form submission (`On form submission` node), which triggers the extraction of data from the uploaded CV file using the `Extract from File` node. - Two `informationExtractor` nodes (`Qualifications` and `Personal Data`) are used to parse specific details such as educational background, work history, skills, city, birthdate, and telephone number from the text content of the CV. 2. **Processing and Evaluation**: - A `Merge` node combines the extracted personal and qualification data into a single output. - This merged data is then passed through a `Summarization Chain` that generates a concise summary of the candidate's profile. - An `HR Expert` chain evaluates the candidate against a desired profile (`Profile Wanted`), assigning a score and providing considerations for hiring. - Finally, all collected and processed data including the evaluation results are appended to a Google Sheets document via the `Google Sheets` node for further review or reporting purposes [[9]]. ### Set Up Steps To replicate this workflow within your own n8n environment, follow these steps: 1. **Configuration**: - Begin by setting up an n8n instance if you haven't already; you can sign up directly on their website or self-host the application. - Import the provided JSON configuration into your n8n workspace. Ensure that all necessary credentials (e.g., Google Drive, Google Sheets, OpenAI API keys) are correctly configured under the Credentials section since some nodes require external service integrations like Google APIs and OpenAI for language processing tasks. 2. **Customization**: - Adjust the parameters of each node according to your specific requirements. For example, modify the fields in the `formTrigger` node to match what kind of information you wish to collect from applicants. - Customize the prompts given to AI models in nodes like `Qualifications`, `Summarization Chain`, and `HR Expert` so they align with the type of analyses you want performed on the candidates' profiles. - Update the destination settings in the `Google Sheets` node to point towards your own spreadsheet where you would like the final outputs recorded. --- ### **Need help customizing?** [Contact me](mailto:info@n3w.it) for consulting and support or add me on [Linkedin](https://www.linkedin.com/in/davideboizza/).

    n8nFree
  3. Customer Onboarding Automation with HubSpot, Email Sequences, and Team Alerts

    ## Learn Customer Onboarding Automation with n8n **How It Works** This smart onboarding automation handles new customer signups by: - Receiving signup data via webhook - Validating required customer info - Creating a contact in HubSpot CRM - Sending a personalized welcome email - Delivering onboarding documents after 2 hours - Sending a personal check-in email after 1 day - Sending a Week 1 success guide after 3 days - Updating CRM status and notifying the team at each milestone It's designed for professional onboarding, with built-in timing, CRM integration, and smart notifications to improve engagement and retention. ## Setup Steps **Create Webhook** - Add a Webhook node in n8n with POST method - this triggers when a new customer signs up. **Validate Customer Data** - Add an IF node to check if email and customerName are present. **Create CRM Contact** - Use a HubSpot node to create a new contact, map fields (e.g., split name into first/last). **Send Notifications** - Add a Telegram or Slack node to alert your team instantly. **Send Welcome Email** - Use an Email Send node for a warm welcome, customized with customer details. **Wait 2 Hours** - Add a Wait node to delay next steps and avoid overwhelming the customer. **Send Onboarding Documents** - Use another Email Send node to deliver helpful PDFs or guides. **Wait 1 Day & Send Check-in** - Another Wait node, followed by a personal check-in email using the customer's name. **Wait 2 More Days & Send Success Guide** - Deliver Week 1 content via email to reinforce engagement. **Update CRM & Notify Team** - Use HubSpot to update status and Telegram/Slack to notify your team of completion.

    n8nFree
  4. Interview Scheduling Automation with Google Sheets, Calendar, Gmail & GP-4O

    **SEO-Optimized Description:** Streamline your interview scheduling process with this intelligent n8n automation template powered by Google Calendar, Google Sheets, and GPT-4. This workflow reads candidate information from a spreadsheet, automatically schedules interviews in Google Calendar, and sends personalized interview invitation emails—all without manual input. **What This Template Does:** - Monitors a Google Sheet for new candidate entries every minute - Auto-selects the next available interview slot (Mon/Wed/Fri at 3 PM) - Creates a calendar invite in your Google Calendar - Uses GPT-4 to generate personalized emails based on candidate data - Sends the email invite with the interview link via Gmail **Built-in Logic Ensures:** - Candidates never get same-day interviews - AI-generated emails are concise, polite, and professionally formatted - Scheduling remains conflict-free and easy to manage **Requirements:** - Google Calendar API credentials - Google Sheets with candidate info (Name, Email, Background) - Gmail account with OAuth2 - Azure OpenAI API (GPT-4 recommended) **Perfect For:** Startups, HR teams, and recruiters looking to automate interview scheduling, eliminate back-and-forth emails, and deliver a professional candidate experience—all with zero hassle.

    n8nFree
  5. Automate Resume Screening and Candidate Communication with AI

    Streamline your hiring process by automating resume screening, scoring, and candidate communication using Gemini AI, Gmail, and Google Sheets.

    n8nFree
  6. Automate Multi-Step Onboarding with Google Sheets, Forms, and Gmail Notifications

    This **n8n workflow** enables teams to automate and standardize multi-step onboarding or messaging workflows using **Google Sheets**, **Forms**, **Gmail**, and dynamic logic powered by **Code** and **Switch** nodes. It ensures the right email is sent at the right step, tracks progress in Google Sheets, and handles errors or escalations. --- ## **Who is this for?** - HR and PeopleOps teams managing candidate or employee onboarding processes - Customer success or onboarding teams handling structured, step-based journeys - Any team using Google Sheets as a lightweight CRM or workflow tracker --- ## **What problem is this workflow solving?** Coordinating multi-step onboarding or communication flows using spreadsheets and email can quickly become error-prone. This workflow: - Dynamically detects the current step and status from a Google Sheet - Sends the right message at the right time - Updates statuses and creates next steps - Handles errors with escalation logic --- ## **What this workflow does** 1. **Trigger via Form or Manual Execution** - Users can fill a web form or run the workflow manually. 2. **Read Google Sheets** - Retrieves step definitions and user progress from two sheets: - One for message templates - One for user step/status tracking 3. **Generate Message Table** - Uses custom JavaScript to parse and structure message templates based on step and message type (sent, completed, error). 4. **Determine User Step** - A **Switch node** checks the user's current step and status. - Logic branches into the correct flow for message sending and verification. 5. **Send Message** - Message variables are replaced using a **Code** node. - Final message is sent via Gmail or another workflow (using Execute Workflow). 6. **Update Sheets** - Marks the step as completed or passed. - Creates the next step in the sheet with updated status. 7. **Handle Errors** - If the step fails, an error message is sent to the responsible admin. --- ## **Setup** 1. **Connect Google Sheets and Gmail**: - Ensure credentials are configured in n8n. 2. **Prepare Sheets**: - One sheet for messages with steps/types/subjects/content. You can copy the one from [here](https://docs.google.com/spreadsheets/d/17_fUSV9zJo8Ya6ulvCOon2wjoeEmOwDFrpK1Xxa9gmw/edit?usp=sharing) - One sheet for tracking users and their current step/status. You can copy the one from [here](https://docs.google.com/spreadsheets/d/1HBLJNt8hAXNkqj6lfwQilBr9FCRxj3j0r0Ni6cgoYA/edit?usp=sharing) 3. **Customize Webform**: - Use the provided form to capture First Name, Last Name, and Email. 4. **Connect to Your Email Templates**: - Ensure your message structure follows the expected JSON format by step and type. --- ## **How to customize this workflow to your needs** - **Add More Steps**: Expand the Switch logic and template sheet for more steps. - **Use Different Channels**: Replace Gmail with Slack, Telegram, or another messaging node. - **Change Form Fields**: Adjust the Form Trigger node to match your onboarding fields. - **Custom Error Logic**: Customize escalation emails, including admin routing or Slack alerts. - **Integrate with Databases**: Swap Google Sheets with Airtable, PostgreSQL, or Notion. --- This workflow is ideal for automating repetitive, step-based processes involving human communication. It's modular, extensible, and powered by spreadsheet-driven logic.

    n8nFree
  7. Automate Employee Data Management with Custom MCP Server

    This workflow allows organizations to create a custom MCP server for managing employee data using PayCaptain's API, enhancing productivity and data security.

    n8nFree
  8. Streamline Client Onboarding with AI, Google Drive, ClickUp, and Slack

    This workflow automates client onboarding by processing form submissions, extracting key proposal details, and generating a task list using AI. It sets up client workspaces in Google Drive, ClickUp, and Slack, and sends a personalized welcome email, all within a minute.

    n8nFree
  9. Automated Phone Interview Evaluation with Vapi, GP-40 & Google Sheets

    This n8n workflow template automatically processes phone interview transcripts using AI to evaluate candidates against specific criteria and saves the results to Google Sheets. Perfect for HR departments, recruitment agencies, or any business conducting phone screenings. ## What This Workflow Does This automated workflow: - Receives phone interview transcripts via webhook - Uses OpenAI GPT models to analyze candidate responses against predefined qualification criteria - Extracts key information (name, phone, location, qualification status) - Automatically saves structured results to a Google Sheet for easy review and follow-up The workflow is specifically designed for driving job interviews but can be easily adapted for any position with custom evaluation criteria. ## Tools & Services Used - **N8N** - Workflow automation platform - **OpenAI API** - AI-powered transcript analysis (GPT-3.5-mini) - **Google Sheets** - Data storage and management - **Webhook** - Receiving transcript data ## Prerequisites Before implementing this workflow, you'll need: 1. **N8N Instance** - Self-hosted or cloud version 2. **OpenAI API Account** - For AI transcript processing 3. **Google Account** - For Google Sheets integration 4. **Phone Interview System** - That can send webhooks (like Vapi.ai) ## Step-by-Step Setup Instructions ### Step 1: Set Up OpenAI API Access 1. Visit [OpenAI's API platform](https://platform.openai.com/) 2. Create an account or log in 3. Navigate to the API Keys section 4. Generate a new API key 5. Copy and securely store your API key ### Step 2: Create Your Google Sheet **Option 1: Use Our Pre-Made Template (Recommended)** 1. Copy our template: [Driver Interview Results Template](https://docs.google.com/spreadsheets/d/18W1ZzPM__foVNjeapuxnon0ZtgxaQjncNaamuZOdUSo/edit?usp=sharing) 2. Click File → Make a copy to create your own version 3. Rename it as desired 4. Copy your new sheet's URL - you'll need this for the workflow **Option 2: Create From Scratch** 1. Go to [Google Sheets](https://sheets.google.com/) 2. Create a new spreadsheet 3. Name it Driver Interview Results (or your preferred name) 4. Set up the following column headers in row 1: - A1: `name` - B1: `phone` - C1: `cityState` - D1: `qualifies` - E1: `reasoning` 5. Copy the Google Sheet URL - you'll need this for the workflow ### Step 3: Import and Configure the N8N Workflow 1. **Import the Workflow** - Copy the workflow JSON from the template - In your N8N instance, go to Workflows → Import from JSON - Paste the JSON and import 2. **Configure OpenAI Credentials** - Click on either OpenAI Chat Model node - Set up credentials using your OpenAI API key - Test the connection to ensure it works 3. **Configure Google Sheets Integration** - Click on the Save to Google Sheets node - Set up Google Sheets OAuth2 credentials - Select your spreadsheet from the dropdown - Choose the correct sheet (usually Sheet1) 4. **Update the Webhook** - Click on the Webhook node - Note the webhook URL that n8n generates - This URL will receive your transcript data ### Step 4: Customize Evaluation Criteria The workflow includes predefined criteria for a Massachusetts driving job. To customize for your needs: 1. Click on the Evaluate Candidate node 2. Modify the system message to include your specific requirements 3. Update the evaluation criteria checklist 4. Adjust the JSON output format if needed **Current Evaluation Criteria:** - Valid Massachusetts driver's license - No felony convictions - Clean driving record (no recent tickets/accidents) - Willing to complete background check - Can pass drug test (including marijuana) - Available full-time Monday-Friday - Lives in Massachusetts ### Step 5: Connect to Vapi.ai (Phone Interview System) This workflow is specifically designed to work with Vapi.ai's phone interview system. Here's how to connect it: #### Setting Up the Vapi Integration 1. **Copy Your N8N Webhook URL** - In your n8n workflow, click on the Webhook node - Copy the webhook URL (it should look like: `https://your-n8n-instance.com/webhook-test/351ffe7c-69f2-4657-b593-c848d59205c0`) 2. **Configure Your Vapi Assistant** - Log into your [Vapi.ai dashboard](https://dashboard.vapi.ai/) - Create or edit your phone interview assistant - In the assistant settings, find the Server section - Set the Server URL to your n8n webhook URL - Set timeout to 20 seconds (as configured in the workflow) 3. **Configure Server Messages** - In your Vapi assistant settings, enable these server messages: - `end-of-call-report` - `transcript[transcripttype=final]` 4. **Set Up the Interview Script** - Use the provided interview script in your Vapi assistant (found in the workflow's system message) - This ensures consistent data collection for the AI evaluation #### Expected Data Format from Vapi The workflow expects Vapi to send data in this specific format.

    n8nFree
  10. Automate HR Operations with AI-Powered Multi-Agent System

    Leverage AI agents to automate and enhance your HR department's operations, from recruitment to compensation analysis, using n8n and OpenAI models.

    n8nFree
  11. Automate Resume Screening with Gmail, Gemini AI, Airtable, and Google Sheets

    Streamline your hiring process by automatically parsing, matching, and evaluating resumes received via email, and organizing candidate data and AI scores in Google Sheets.

    n8nFree
  12. Automate Resume Screening with AI: From Gmail to Google Sheets

    Streamline your HR process by automatically screening resumes received via Gmail and evaluating them using AI, with results logged in Google Sheets.

    n8nFree
  13. Resume Screening & Behavioral Interviews with Gemini, ElevenLabs, & Notion AI

    ### Description Candidate Engagement | Resume Screening | AI Voice Interviews | Applicant Insights This intelligent n8n workflow automates the process of extracting and scoring resumes received through a company career page, populating a Notion database with AI insights where the recruiter or hiring manager can automatically invite the applicant to an instant interview with an Elevenlabs AI voice agent. After the agent conducts the behavior-based interview, the workflow scores the overall interview against customizable evaluation criteria and updates the Notion database with AI insights about the applicant. [AI Powered Resume Screening & Voice AI that interviews like a Recruiter!](https://drive.google.com/uc?export=view&id=197WXAPUe0256SJniNEbBQ8A9QNByaLCM) [AI Insights in Notion dashboard](https://drive.google.com/uc?export=view&id=19A7qjEjN0hCUNVwxxsUyh3UUqYziPg1) ### Who is this for? HR teams, recruiters, and talent acquisition professionals This workflow is ideal for HR teams, recruiters, and talent acquisition professionals looking for a foundational, extensible framework to automate early-stage recruiting. Whether you're exploring AI for the first time or scaling automation across your hiring process, this template provides a base for screening, interviewing, and tracking candidates—powered entirely by n8n, Elevenlabs, Notion, and LLM integrations. Be sure to consult State and Country regulations with respect to AI Compliance, AI Bias Audits, AI Risk Assessment, and disclosure requirements. ### What problem is this workflow solving? Manually screening resumes and conducting initial interviews slows down hiring. This template automates: **Resume assessment against job description.** **Scheduling first and second round interviews.** **First-round AI-led behavioral interviews with AI scoring assessment.** **Centralized tracking of AI assessments in Notion.** ### What this does This customizable tool, configured to manage 3 requisitions in parallel, automates the application process, resume screen, and first-round behavioral interviews. ### Pre-screen Applicants with AI Immediately screens and scores applicants' resumes against the job description. The AI Agent generates a score and an AI assessment, adding both to the applicant's profile in Notion. Notion automatically notifies the hiring manager when a resume receives a score of 8 or higher. ### Voice AI that Interviews like a Recruiter AI Voice agent adapts probing questions based on applicants' responses and intelligently dives deeper into skill and experience to assess answers against a scoring rubric for each question. ### AI Applicant Insights in Notion Get detailed post-interview AI analysis, including interview recordings and question-by-question scoring breakdowns to help identify who you should advance to the next stage in the process. AI insight provided in Notion as a dashboard with drag and drop to advance top candidates to the next interview stage. ### How it works [Link to Notion template](https://www.notion.so/marketplace/templates/ai-recruiter?cr=cre%3Aculturedatasolutions) ### Notion Career Page: Notion Career Page published to the web, can be integrated with your preferred job board posting system. ### Notion Job Posting: Gateway for applicants to apply to active requisitions with a “Click to Apply” button. ### Application Form: N8N webform embedded into Notion job posting captures applicant information and routes for AI processing. ### AI Agent evaluates resume against job description AI Agent evaluates the resume against the job description, stored in Notion, and scores the applicant on a scale of 1 to 10, providing rationale for the score. ### Creates an AS record in Notion with assessment and score Workflow creates the applicant record in the Notion AS where Recruiters and Hiring Managers see applicants in a filtered view, sorted by AI-generated resume score. Users can automatically advance applicants to the next step in the process (AI Conversation interview) with drag and drop functionality. ### Invites applicant to an Instant AI Interview Dragging the applicant to the AI Interview step in the Notion AS dashboard triggers Notion automation that sends the applicant an email with a link to the Elevenlabs Conversation AI Agent. The AI Conversation Agent is provided with instructions on how to conduct the behavior-based interview, including probing questions, for the specific role. ### AI Conversation Agent Behavior Based Interview The email link resolves to an [ElevenLabs](https://elevenlabs.io/) AI Conversation agent that has been instructed to interview applicants using pre-defined interview questions, scoring rubric, job description, and company profile. The Elevenlabs agent assesses the applicant on a scale of 1 to 5 for each interview question and provides an overall assessment of the interview based on established evaluation criteria. [Click to hear AI Voice Agent in action](https://drive.google.com/uc?export=view&id=1)

    n8nFree
  14. Automate Bulk Resume Screening and Job Description Matching with GPT-4

    Streamline your hiring process by automatically extracting, evaluating, and shortlisting resumes against job descriptions using GPT-4. This n8n workflow enhances efficiency for HR and recruitment teams by providing structured, auditable, and shareable results.

    n8nFree
  15. Automate Resume Evaluation Using AI with Gmail and Notion Integration

    Streamline the hiring process by automatically scoring resumes against job profiles using AI. This workflow integrates Gmail, Notion, and Google Sheets to efficiently manage and evaluate candidate applications.

    n8nFree
  16. Automate HR Interviews with AI and BeyondPresence

    Streamline your hiring process by automating initial candidate interviews with AI-powered agents using BeyondPresence. This workflow ensures consistent, objective assessments and saves results to Google Sheets for easy review.

    n8nFree
  17. Save Time Hiring with AI: Automate Screening, Assessments & Interviews

    ## AI Recruitment Automation Pipeline - Resume Parsing, GPT-4 Evaluation, Assessment Triggers & Interview Scheduling This end-to-end **AI-powered recruitment automation workflow** helps HR and talent acquisition teams automate the complete hiring pipeline—from **resume intake and parsing** to **GPT-4-based evaluation**, **AI approvals**, **assessment delivery**, and **interview scheduling**. Built using **n8n**, this template integrates with **OpenAI GPT-4**, **Google Sheets**, **Google Drive**, **Slack**, and **SMTP** to reduce time-to-hire, improve candidate quality, and eliminate repetitive manual tasks. The workflow enables scalable, consistent, and intelligent decision-making by automating resume evaluation, semantic fit analysis, and candidate communication. This template is ideal for **recruiters**, **AI teams**, and **founders** looking to optimize hiring for tech, sales, support, and other roles with high applicant volume. --- ### Who is this for? - HR and AI teams handling high-volume recruitment - Startups and SMBs looking to reduce hiring time and cost - Hiring managers seeking to automate CV parsing and candidate evaluation --- ### What problem does this solve? - Eliminates manual resume screening - Sends real-time updates to AI team on assessment completion - Automates assessments, scoring, and interview scheduling - Keeps candidate communication consistent and timely --- ### What this workflow does #### Smart Resume Intake Form - Collects candidate data: name, email, phone, LinkedIn, job role, and CV (PDF). - Custom-designed UI with branding-ready CSS. #### PDF Resume Parsing & Storage - CV is uploaded to a dedicated **Google Drive** folder. - Resume text is extracted for semantic analysis. #### AI-Based Candidate Evaluation (GPT-4 via LangChain) - Extracts: City, Education, Job History, Skills. - Summarizes candidate profile (100 words). - Retrieves and summarizes job description from **Google Sheets**. - Performs detailed evaluation: - Semantic fit scoring (0-100%) - Key matches and skill gaps - Soft skills extraction - Red flag detection (job-hopping, missing info) - Final score (1-10) with rationale #### Google Sheets Integration - Logs and updates candidate data at each stage: `CV Submitted → Scored → Shortlisted → Assessment Sent → Interview Scheduled → Rejected` #### AI Approval via Email (Send & Wait) - AI receives evaluation summary and gives one-click **approve/reject**. - Approved → Status: Resume Selected - Rejected → Status: Resume Rejected #### Assessment Trigger (Post Approval) - Sends assessment link to shortlisted candidates. - Notifies AI via **Slack and Email** when assessment is submitted. #### Interview Scheduling - Sends **Calendly link** for self-scheduled interview booking. - Candidate receives detailed next-step instructions. #### Status-Based Candidate Emails - Automatically sends: - Shortlisting confirmation + interview setup - Rejection email with branded message --- ### Business Benefits - **Save 80%+ time** spent on manual resume reviews and coordination - **Reduce cost-per-hire** by eliminating manual tasks - **Improve hiring accuracy** with structured, AI-based decision-making - **Scalable recruitment** for 100s of candidates per week - **Enhance candidate experience** with instant status updates - **Centralize data** in Google Sheets for full team visibility --- ### Setup Instructions #### 1. Google Service Account Setup (One-time) Before using Google Sheets or Google Drive in n8n: - Go to [Google Cloud Console](https://console.cloud.google.com/). - Create a **Service Account** under your project. - Enable these APIs: - Google Sheets API - Google Drive API - Download the **JSON credentials** for the service account. - IMPORTANT: Share your target Google Sheets and Docs with the **service account email** (e.g., `your-service-account@your-project.iam.gserviceaccount.com`). --- #### Add Applicants Details to Google Sheet - **Document**: Select the `Profiles` Google Sheet document. - **Sheet**: Select the `Applicants Details` sheet. - **Fields to Map**: - `EMAIL`: `{{ $(On form submission).item.json.Email }}` - `DATE`: `{{ $now.format(dd-MM-yyyy) }}` - `NAME`: `{{ $(On form submission).item.json.Name }}` - `LINKEDIN URL`: `{{ $(On form submission).item.json[LinkedIn Profile URL] }}` - `JOB PROFILE`: `{{ $(On form submission).item.json[Job Openings] }}` - `STATUS`: `CV SUBMITTED` - `LAST UPDATED DATE`: `{{ $now.format(dd-MM-yyyy hh:mm:ss) }}` --- #### Extract Applicants Resume Text - **Text**: `{{ $(Extract from File).item.json.text }}` --- #### Get Job Description from Google Sheet - **Document**: `Profiles` - **Sheet**: `Job Openings` - **Filter**: - **Column**: `Job Profile` - **Value**: `{{ $(On form submission).item.json[Job Openings] }}` --- #### Save Evaluation Results in Google Sheets - **Document**: `Profiles` - **Sheet**: `Applicants Details`

    n8nFree
  18. Automate Construction Site Attendance with Geofencing and Google Sheets

    This n8n workflow automates the tracking of construction site attendance using geofencing technology. It logs workers' Punch In and Punch Out times based on their GPS location, stores the data in Google Sheets, and sends email alerts for any errors.

    n8nFree
  19. Automate Resume Screening from Gmail to Google Sheets with AI

    This n8n workflow automates the process of collecting, extracting, and scoring resumes sent to a Gmail inbox. It uses AI to evaluate candidates and logs their scores in a Google Sheet, streamlining recruitment efforts.

    n8nFree
  20. Automate CV Screening and Analysis with OpenAI

    Streamline your recruitment process by automating CV screening with OpenAI, providing objective analysis and insights into candidate suitability.

    n8nFree
  21. Automate Appointment Letter Creation and HR Approval with Google Docs and Gmail

    Streamline the appointment letter process by automating document creation, HR approval, and email delivery using Google Docs, Google Drive, and Gmail.

    n8nFree
  22. Page 1 of 12Next →

    Related categories

    Communication (2,463)AI (1,929)Business Operations & ERPs (1,540)Other (1,425)Productivity (1,202)Marketing (1,145)Data & Analytics (995)File & Document Management (802)CRM - Sales (604)Notifications (580)

    Need a custom hr & operations workflow?

    Our automation experts build tailored workflows for your exact stack and process.

    Request a Custom Workflow