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": "Smartlead Campaign Pull",
"nodes": [
{
"id": "SmartleadList",
"parameters": {
"resource": "lead",
"operation": "listCampaignLeads",
"campaignId": "YOUR_CAMPAIGN_ID",
"limit": 100
},
"name": "Smartlead - List Leads",
"type": "n8n-nodes-smartlead.smartlead",
"typeVersion": 1,
"position": [
-260,
220
]
},
{
"id": "SplitBatches",
"parameters": {
"batchSize": 25,
"options": {
"resetAtStart": true
}
},
"name": "Split In Batches",
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 1,
"position": [
-10,
220
]
},
{
"id": "HttpPush",
"parameters": {
"url": "https://example.com/prospect-sync",
"method": "POST",
"jsonParameters": true,
"options": {},
"bodyParametersJson": "={{ $json }}"
},
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
250,
220
]
}
],
"connections": {
"Smartlead - List Leads": {
"main": [
[
{
"node": "Split In Batches",
"type": "main",
"index": 0
}
]
]
},
"Split In Batches": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "smartlead-campaign-pull",
"id": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Smartlead Campaign Pull. Uses n8n-nodes-smartlead, httpRequest. Manual trigger; 3 nodes.
Source: https://github.com/whrit/n8n-nodes-smartlead/blob/f060cd1fa21ab8561c56c7397b1fbee44596fa5b/examples/pull-smartlead-campaign.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.
AI Lead Auto-Responder. Uses gmail, httpRequest. Manual trigger; 7 nodes.
Django CRM - Enviar Comunicaciones de Campaña. Uses start, httpRequest, emailSend, twilio. Manual trigger; 17 nodes.
Lead Status Update Based on Email Response. Uses emailReadImap, httpRequest. Manual trigger; 12 nodes.
Lead Search Scoring Engine. Uses httpRequest. Manual trigger; 3 nodes.
GoBot - Daily Analytics Collection. Uses httpRequest, airtable. Scheduled trigger; 7 nodes.