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": "Daily Outreach Trigger (Smartlead)",
"nodes": [
{
"id": "cron-trigger",
"name": "Daily 9 AM ET",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
240,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 4
}
]
}
}
},
{
"id": "http-outreach",
"name": "Trigger Outreach",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
440,
300
],
"parameters": {
"method": "POST",
"url": "https://outreach-orchestrator-placeholder.run.app/campaigns",
"sendBody": true,
"contentType": "json",
"body": "{\"min_score\": 45}"
}
},
{
"id": "http-analytics",
"name": "Fetch Analytics",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
640,
300
],
"parameters": {
"method": "GET",
"url": "https://outreach-orchestrator-placeholder.run.app/analytics"
}
}
],
"connections": {
"Daily 9 AM ET": {
"main": [
[
{
"node": "Trigger Outreach",
"type": "main",
"index": 0
}
]
]
},
"Trigger Outreach": {
"main": [
[
{
"node": "Fetch Analytics",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Daily Outreach Trigger (Smartlead). Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/miamisupportai-creator/auto-solution-downloader/blob/41398668afe6fb22456aa3ec36ab77e932fc4322/n8n-workflows/02-daily-outreach.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.
GoBot - Daily Analytics Collection. Uses httpRequest, airtable. Scheduled trigger; 7 nodes.
Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.
Cocktail Recipe Sharing. Uses bannerbear, httpRequest, rocketchat, stopAndError. Scheduled trigger; 5 nodes.
E-Décor - Marketing Auto. Uses httpRequest, emailSend. Scheduled trigger; 3 nodes.
LeadFlow AI — 06 Health Monitor. Uses httpRequest. Scheduled trigger; 2 nodes.