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": "AW-2: 3hr No-Click Follow-up (cron)",
"nodes": [
{
"id": "trg-cron",
"name": "Every 10 min",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
240,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 10
}
]
}
}
},
{
"id": "call-endpoint",
"name": "POST /api/run-follow-ups?type=1",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
480,
300
],
"parameters": {
"method": "POST",
"url": "https://YOUR_APP_HOST/api/run-follow-ups?type=1",
"authentication": "none",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_API_TOKEN"
}
]
},
"sendBody": false,
"options": {
"timeout": 60000
}
}
}
],
"connections": {
"Every 10 min": {
"main": [
[
{
"node": "POST /api/run-follow-ups?type=1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"callerPolicy": "workflowsFromSameOwner",
"availableInMCP": false
},
"active": false
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AW-2: 3hr No-Click Follow-up (cron). Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/rafiulislam4246/auto-website-sell-workflows/blob/main/workflows/04-3hr-no-click-followup.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.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.