Skip to main content

Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking

Workflow preview

Workflow preview
100%
Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Streamline interview feedback handling with this rejection focused workflow. It processes raw interview feedback, applies an AI powered scoring model, checks against a threshold, and au...

Best for

  • HR automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.clickup, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatazureopenai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking
Workflow name
Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking

Description

Streamline interview feedback handling with this rejection-focused workflow. It processes raw interview feedback, applies an AI-powered scoring model, checks against a threshold, and automatically sends polite rejection emails while logging tasks in ClickUp—ensuring consistent, hands-free candidate management.

What This Template Does

📋 Pulls raw feedback data from Google Sheets 🧠 Uses GPT-4o-mini to structure and score candidate profiles ⚖️ Applies threshold check (average score > 3.1 = pass, else reject) 🔀 Routes candidates via decision branch (pass = no action, fail = rejection) 📩 Sends templated rejection email via Gmail 🗂 Creates ClickUp task for rejection tracking (7-day due date)

Prerequisites

  • Google Sheets with interview feedback data
  • n8n instance (self-hosted or cloud)
  • Azure OpenAI (GPT-4o-mini) API key for AI-powered analysis
  • Gmail API credentials (for sending rejection emails)
  • ClickUp API credentials (for rejection task logging)

Step-by-Step Setup

  • Connect Google Sheets node to fetch feedback data.
  • Configure LangChain LLM node with GPT-4o-mini to structure and score feedback.
  • Add Code node to apply rejection threshold (> 3.1).
  • Route candidates via If node (TRUE = pass, FALSE = rejection).
  • For failed candidates:
  • Use Code node to prepare structured data.
  • Send rejection email with Gmail node.
  • Log decision with ClickUp task creation node.

Customization Ideas

  • Replace templated rejection with AI-personalized feedback.
  • Store candidate profiles in Notion or Airtable for future reference.
  • Send recruiter alerts in Slack/Teams for visibility.
  • Adjust scoring threshold per role or interview stage.

Key Benefits

✅ Automates rejection handling with no manual effort ✅ Ensures fair and consistent candidate scoring ✅ Maintains candidate experience with polite communication ✅ Provides recruiters visibility with ClickUp tracking ✅ Simple, lightweight workflow for fast hiring pipelines

Perfect For

  • HR teams handling high interview volumes
  • Companies seeking automated rejection handling
  • Startups needing lightweight ATS alternatives
  • Recruiters wanting to save time while staying consistent

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Send Rejection Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 2 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 3 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 4 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - Create a task

Type / Role
n8n-nodes-base.clickUp - clickUp
Config choices
Version 1

Block 7 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 9 - Azure OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatAzureOpenAi - lmChatAzureOpenAi
Config choices
Version 1

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking
Complexity advanced
Nodes 18
Categories HR, AI Summarization
Author Rahul Joshi
Published 12 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8515/8515.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automate candidate rejections with GPT-4o-mini, Gmail & ClickUp task tracking do?

Description Streamline interview feedback handling with this rejection focused workflow. It processes raw interview feedback, applies an AI powered scoring model, checks against a threshold, and au...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Summarization use case.