AutomationFlowsMarketing & Ads › Smartlead Campaign Pull

Smartlead Campaign Pull

Smartlead Campaign Pull. Uses n8n-nodes-smartlead, httpRequest. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesN8N Nodes SmartleadHTTP Request
Marketing & Ads Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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"
}
Pro

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 →

More Marketing & Ads workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Marketing & Ads

AI Lead Auto-Responder. Uses gmail, httpRequest. Manual trigger; 7 nodes.

Gmail, HTTP Request
Marketing & Ads

Django CRM - Enviar Comunicaciones de Campaña. Uses start, httpRequest, emailSend, twilio. Manual trigger; 17 nodes.

Start, HTTP Request, Email Send +1
Marketing & Ads

Lead Status Update Based on Email Response. Uses emailReadImap, httpRequest. Manual trigger; 12 nodes.

Email Read Imap, HTTP Request
Marketing & Ads

Lead Search Scoring Engine. Uses httpRequest. Manual trigger; 3 nodes.

HTTP Request
Marketing & Ads

GoBot - Daily Analytics Collection. Uses httpRequest, airtable. Scheduled trigger; 7 nodes.

HTTP Request, Airtable