workflows.fit
Back to n8n workflows
n8n templateFreeBy Dhruv from Saleshandy

Qualify Calendly demo requests with GPT-4 & route to Saleshandy sequences with logs

This n8n template captures every “Request a Demo” booking in Calendly, uses OpenAI to score and qualify leads in real time, routes them into the correct Saleshandy sequence, and logs all data in Google Sheets for full...

Data & StorageProductivityDevelopmentCore NodesAILangchainSwitchSet
Loading interactive preview...

Template notes

This n8n template captures every “Request a Demo” booking in Calendly, uses OpenAI to score and qualify leads in real time, routes them into the correct Saleshandy sequence, and logs all data in Google Sheets for full GTM visibility.

Use cases include:

Empowering SDR teams to focus on high-value demos Providing growth marketers with reliable funnel metrics Automating triage for B2B AE teams overwhelmed by demo requests

Good to know

OpenAI GPT-4 calls cost based on token usage—you can expect ~1,200 tokens per lead. Calendly API rate-limits at 180 requests/min; consider batching if volume spikes. Google Sheets writes are single-threaded; high-volume users may opt for Airtable or BigQuery.

How it works Capture – Webhook node listens for every new “Request a Demo” form submission in Calendly.

Score – AI Agent node sends job title, company size, domain quality, and custom questions to OpenAI; returns a 1–10 score plus label (Qualified/Semi-qualified/Unqualified).

Verify meeting – HTTP Request node confirms via the Calendly API that a slot was actually scheduled.