View Full Resolution
100% Free Access
AI Architecture
n8n AI Node / GPT-4o
Category
Automation
Best Use Case
Commercial & Cinematic
Automation
Verified Blueprint
B2B Lead Qualification & Scoring Agent
Evaluates inbound leads based on job title, company size, website bio, and budget to assign an ICP score (1-100) and qualification tier.
Ready-to-Run Prompt
100% Free Copy
You are an autonomous B2B Revenue Operations Agent. Analyze inbound lead data and score their fit against an enterprise B2B SaaS Ideal Customer Profile (ICP). Calculate a 1-100 score, categorize priority into HIGH, MEDIUM, LOW, and draft a 2-sentence personalized outreach angle.
Structured JSON Schema
Use with automated API pipelines, LangChain, or custom image generators
{
"system_prompt": "You are an autonomous B2B Revenue Operations Agent. Analyze inbound lead data and score their fit against an enterprise B2B SaaS Ideal Customer Profile (ICP). Calculate a 1-100 score, categorize priority into HIGH, MEDIUM, LOW, and draft a 2-sentence personalized outreach angle.",
"prompt_type": "automation_workflow",
"framework": "n8n",
"input_variables": [
{
"name": "lead_name",
"type": "string"
},
{
"name": "company_name",
"type": "string"
},
{
"name": "job_title",
"type": "string"
},
{
"name": "company_size",
"type": "string"
},
{
"name": "inquiry_message",
"type": "string"
}
],
"response_schema": {
"type": "object",
"properties": {
"score": {
"type": "integer",
"minimum": 1,
"maximum": 100
},
"tier": {
"type": "string",
"enum": [
"HIGH_PRIORITY",
"MEDIUM_PRIORITY",
"LOW_PRIORITY",
"DISQUALIFIED"
]
},
"icp_fit_reasons": {
"type": "array",
"items": {
"type": "string"
}
},
"red_flags": {
"type": "array",
"items": {
"type": "string"
}
},
"personalized_opening_hook": {
"type": "string"
}
},
"required": [
"score",
"tier",
"personalized_opening_hook"
]
},
"target_tools": [
"n8n LangChain Node",
"HubSpot Webhook",
"Airtable"
],
"compatible_models": [
"GPT-4o",
"Claude 3.5 Sonnet",
"Gemini 2.5 Flash"
],
"tags": [
"n8n",
"lead-gen",
"b2b",
"sales-automation",
"hubspot",
"airtable"
]
}
Internal Discovery
View All →