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 →
{
"name": "3. Qualify with Agent Zero - Ringatrade",
"nodes": [
{
"parameters": {
"path": "agent-zero-qualify",
"responseMode": "onReceived",
"options": {}
},
"id": "1",
"name": "Webhook: Agent Zero Qualify",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "lead_id",
"value": "={{$json.body.lead.id}}"
},
{
"name": "job_description",
"value": "={{$json.body.lead.job_description}}"
}
]
},
"options": {}
},
"id": "2",
"name": "Prepare LLM Prompt",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "3",
"name": "NoOp (Connect OpenAI/Agent Zero here)",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {},
"id": "4",
"name": "NoOp (HTTP POST to /api/update-lead-status)",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
850,
300
]
}
],
"connections": {
"Webhook: Agent Zero Qualify": {
"main": [
[
{
"node": "Prepare LLM Prompt",
"type": "main",
"index": 0
}
]
]
},
"Prepare LLM Prompt": {
"main": [
[
{
"node": "NoOp (Connect OpenAI/Agent Zero here)",
"type": "main",
"index": 0
}
]
]
},
"NoOp (Connect OpenAI/Agent Zero here)": {
"main": [
[
{
"node": "NoOp (HTTP POST to /api/update-lead-status)",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
3. Qualify with Agent Zero - Ringatrade. Webhook trigger; 4 nodes.
Source: https://github.com/fabmendez/Ring-A-Trade/blob/7ec1f173fcab8060ab3e646dc834a2aa2d895897/n8n-workflows/3-qualify-agent-zero.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 is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.
SEO Keyword Research Workflow. Uses httpRequest. Webhook trigger; 3 nodes.
<Workflow Display Name>. Uses httpRequest. Webhook trigger; 3 nodes.
ROI Automated Tracking Pipeline. Uses httpRequest, googleSheets. Webhook trigger; 3 nodes.