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": "FitEqub \u2014 Equb Payout Processor",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "30 0 * * *"
}
]
}
},
"name": "Daily 12:30am (after settlement)",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{$env.FITEQUB_API_URL}}/cron/payouts",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-cron-secret",
"value": "={{$env.FITEQUB_CRON_SECRET}}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"options": {
"timeout": 120000
}
},
"name": "Process Pending Payouts",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
470,
300
]
}
],
"connections": {
"Daily 12:30am (after settlement)": {
"main": [
[
{
"node": "Process Pending Payouts",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "fitequb"
},
{
"name": "cron"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FitEqub — Equb Payout Processor. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/stringztechnologies/fitequb/blob/7335eda24079c87d7742779254389c86ad6ab113/n8n/equb-payouts.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.