Block 1 - Get Categories
- Type / Role
- n8n-nodes-base.airtable - airtable
- Config choices
- Version 2.1
Calendly Lead Qualification & AI Powered Categorization What it's for: This automation streamlines your sales qualification process by automatically capturing Calendly bookings, filtering qualified...
n8n-nodes-base.airtable, n8n-nodes-base.if, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.aggregate
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Keith Uy.
Original n8n.io sourceThis automation streamlines your sales qualification process by automatically capturing Calendly bookings, filtering qualified leads, and using AI to intelligently categorize the reasons prospects book discovery calls. Perfect for agencies, consultancies, or any business using Calendly for sales meetings who want to automatically organize and track lead intent in Airtable.
Key Features:
Input: Calendly webhook triggers when someone books or cancels a meeting
n8n Processing Flow:
AI Processing: OpenAI GPT-5 analyzes the prospect's stated reason for booking and matches it to predefined categories (e.g., "Uncertainty / Strategy Gap", "Scaling Issues", etc.)
Output: Organized, categorized lead data in Airtable ready for sales follow-up
Table 1: "Calendly Information" with fields:
Table 2: "Categories" with fields:
data.records:read and data.records:writeinvitee.createdinvitee.canceledUpdate Airtable Node Connections:
Customize Qualification Logic:
questions_and_answers[2].answer equals "Yes"[2] to match your qualification question's positionCustomize AI Category Prompt:
Update Field Mappings:
questions_and_answers[0].answerquestions_and_answers[1].answerquestions_and_answers[2].answerquestions_and_answers[3].answer[0], [1], etc. to match your form structureAdjust Qualification Criteria:
Add More Categories:
Improve AI Accuracy:
Enhance Data Capture:
Notifications:
Multi-Language Support:
Advanced Routing:
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.
| Workflow | Qualify Calendly leads in Airtable with OpenAI GPT-based categorization |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Lead Generation, AI Summarization |
| Author | Keith Uy |
| Published | 21 Nov 2025 |
Use the JSON export at /data/workflows/11093/11093.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Calendly Lead Qualification & AI Powered Categorization What it's for: This automation streamlines your sales qualification process by automatically capturing Calendly bookings, filtering qualified...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Lead Generation, AI Summarization use case.