Skip to main content

Automate lead intent classification from Google Sheets to ClickUp with Azure GPT-4

Workflow preview

Workflow preview
100%
Automate lead intent classification from Google Sheets to ClickUp with Azure GPT-4 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 Automatically analyze incoming lead replies from Google Sheets using Azure OpenAI GPT 4, classify their intent (Demo Request, Pricing, Objection, etc.), and create actionable follow up ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.clickup, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.outputparserstructured

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 lead intent classification from Google Sheets to ClickUp with Azure GPT-4
Workflow name
Automate lead intent classification from Google Sheets to ClickUp with Azure GPT-4

Description

Automatically analyze incoming lead replies from Google Sheets using Azure OpenAI GPT-4, classify their intent (Demo Request, Pricing, Objection, etc.), and create actionable follow-up tasks in ClickUp β€” all without manual intervention. Streamline your sales response workflow and never miss a lead again. πŸ€–πŸ“©πŸ“ˆ

What This Template Does

  • Triggers every 15 minutes to check for new lead replies in Google Sheets. ⏰
  • Prepares lead data for AI analysis by standardizing input fields. 🧩
  • Uses Azure OpenAI GPT-4 to classify lead intent (Demo Request, Pricing Inquiry, Objection, etc.). 🧠
  • Routes leads based on intent to the corresponding follow-up handler. πŸ”€
  • Creates new ClickUp tasks with calculated due dates, descriptions, and pipeline stages. πŸ—‚οΈ
  • Adds structured checklists to each task for consistent sales follow-ups. βœ…
  • Loops through multiple tasks while respecting ClickUp API rate limits. πŸ”

Key Benefits

βœ… Saves hours of manual lead qualification and task creation. βœ… Ensures no lead reply is ignored or delayed. βœ… Standardizes intent-based follow-ups for sales teams. βœ… Enhances productivity with AI-driven decision logic. βœ… Maintains clear visibility across CRM and task systems.

Features

  • 15-minute recurring trigger to monitor new replies.
  • AI-powered intent classification using Azure OpenAI GPT-4.
  • Multi-category routing logic for personalized next steps.
  • Seamless ClickUp integration for automated task generation.
  • Smart checklist creation for follow-up management.
  • Batch loop processing to avoid rate-limit errors.

Requirements

  • n8n instance (cloud or self-hosted).
  • Google Sheets OAuth2 credentials with read access.
  • Azure OpenAI GPT-4 API credentials.
  • ClickUp API token with workspace permissions.
  • Target Audience
  • Sales and marketing teams managing inbound leads. πŸ’Ό
  • Agencies automating client qualification workflows. 🏒
  • Startups improving lead follow-up efficiency. πŸš€
  • Teams integrating AI-driven insights into CRM processes. 🌐

Step-by-Step Setup Instructions

  • Connect Google Sheets with your lead replies document. πŸ“Š
  • Add Azure OpenAI GPT-4 API credentials for intent analysis. 🧠
  • Configure ClickUp workspace details β€” team, space, folder, and list IDs. βš™οΈ
  • Set your preferred trigger interval (default: every 15 minutes). ⏰
  • Run a test with sample data to confirm intent mapping and task creation. βœ…
  • Activate the workflow to automatically classify leads and create ClickUp tasks. πŸš€

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Sticky Note8

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

Block 10 - Sticky Note9

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

Block 11 - Sticky Note10

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

Block 12 - Sticky Note11

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

Block 13 - Sticky Note12

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

Block 14 - Sticky Note13

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

Block 15 - Sticky Note14

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

Block 16 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 17 - Google Sheets - Read New Replies

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

Block 18 - Prepare Data for Classification

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Extract Intent Result

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Switch - Intent Router

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 21 - Map Demo Next Steps

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 22 - Map Pricing Next Steps

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 23 - Map Objection Next Steps

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Map Default Next Steps

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate lead intent classification from Google Sheets to ClickUp with Azure GPT-4
Complexity advanced
Nodes 32
Categories AI Summarization
Author Rahul Joshi
Published 07 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9346/9346.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 lead intent classification from Google Sheets to ClickUp with Azure GPT-4 do?

Description Automatically analyze incoming lead replies from Google Sheets using Azure OpenAI GPT 4, classify their intent (Demo Request, Pricing, Objection, etc.), and create actionable follow up ...

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