The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"id": "t1",
"name": "AI Lead Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
100,
200
],
"parameters": {
"path": "qualify-lead",
"httpMethod": "POST"
}
},
{
"id": "n2",
"name": "GPT Lead Score Check",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
300,
200
],
"parameters": {
"url": "https://api.openai.com/v1/chat/completions",
"method": "POST"
}
},
{
"id": "n3",
"name": "Is Score > 7?",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
500,
200
],
"parameters": {}
},
{
"id": "n4",
"name": "Sales Slack Alert",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
700,
150
],
"parameters": {
"url": "https://hooks.slack.com/sales-alerts",
"method": "POST"
}
},
{
"id": "n5",
"name": "Low Priority Archive",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
700,
300
],
"parameters": {}
},
{
"id": "n6",
"name": "AI Respond",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
900,
200
],
"parameters": {
"responseCode": 200
}
}
],
"connections": {
"AI Lead Webhook": {
"main": [
[
{
"node": "GPT Lead Score Check",
"type": "main",
"index": 0
}
]
]
},
"GPT Lead Score Check": {
"main": [
[
{
"node": "Is Score > 7?",
"type": "main",
"index": 0
}
]
]
},
"Is Score > 7?": {
"main": [
[
{
"node": "Sales Slack Alert",
"type": "main",
"index": 0
}
],
[
{
"node": "Low Priority Archive",
"type": "main",
"index": 0
}
]
]
},
"Sales Slack Alert": {
"main": [
[
{
"node": "AI Respond",
"type": "main",
"index": 0
}
]
]
},
"Low Priority Archive": {
"main": [
[
{
"node": "AI Respond",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Flowforge N8N. Uses httpRequest. Webhook trigger; 6 nodes.
Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/ai-lead-qualification/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c