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": "Master Workflow Trigger (Test All 3 Workflows)",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"minutesInterval": 6
}
]
}
},
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $vars.N8N_BASE_URL }}/webhook/auction-trigger",
"options": {}
},
"name": "Trigger Auction Aggregator",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
200
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $vars.N8N_BASE_URL }}/webhook/invoice-trigger",
"options": {}
},
"name": "Trigger Invoice Intake",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $vars.N8N_BASE_URL }}/webhook/crm-trigger",
"options": {}
},
"name": "Trigger CRM Sync",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
400
]
},
{
"parameters": {
"method": "GET",
"url": "https://gateway.ysiddo-ai-projects.app/streampulse/health",
"options": {}
},
"name": "Verify StreamPulse Health",
"type": "n8n-nodes-base.httpRequest",
"position": [
750,
300
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Trigger Auction Aggregator"
},
{
"node": "Trigger Invoice Intake"
},
{
"node": "Trigger CRM Sync"
}
]
]
},
"Trigger Auction Aggregator": {
"main": [
[
{
"node": "Verify StreamPulse Health"
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Master Workflow Trigger (Test All 3 Workflows). Uses httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/Yacine-ai-tech/StreamPulse/blob/master/connectors/n8n/workflows/master_trigger.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
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.