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": "REV-FU-2: Audit 1hr Post-View No-Reply (cron)",
"nodes": [
{
"id": "trg-cron",
"name": "Every 10 min",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.3,
"position": [
240,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "*/10 * * * *"
}
]
}
}
},
{
"id": "call-endpoint",
"name": "POST /api/run-follow-ups-audit?type=2",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
480,
300
],
"parameters": {
"method": "POST",
"url": "https://YOUR_APP_HOST/api/run-follow-ups-audit?type=2",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_API_TOKEN"
}
]
},
"options": {
"timeout": 60000
}
},
"onError": "continueRegularOutput"
}
],
"connections": {
"Every 10 min": {
"main": [
[
{
"node": "POST /api/run-follow-ups-audit?type=2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"timezone": "America/New_York",
"saveDataErrorExecution": "all",
"saveDataSuccessExecution": "all",
"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
REV-FU-2: Audit 1hr Post-View No-Reply (cron). Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/rafiulislam4246/review-engine/blob/main/workflows/11-audit-1hr-post-view-nudge.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.