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": "{{client_name}} - v07 Payout Gate",
"nodes": [
{
"id": "wh",
"name": "ClickUp Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
300
],
"parameters": {
"path": "{{slug}}-v07",
"httpMethod": "POST",
"responseMode": "onReceived"
}
},
{
"id": "gt",
"name": "Get Task",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
220,
300
],
"parameters": {
"method": "GET",
"url": "={{ \"https://api.clickup.com/api/v2/task/\"+$json.body.task_id }}",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "{{clickup_token}}"
}
]
},
"options": {}
}
},
{
"id": "s1",
"name": "Ext",
"type": "n8n-nodes-base.set",
"typeVersion": 3,
"position": [
440,
300
],
"parameters": {
"mode": "manual",
"assignments": {
"assignments": [
{
"id": "a1",
"name": "tn",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "a2",
"name": "cp",
"type": "number",
"value": "={{ parseFloat((($json.custom_fields||[]).find(f=>f.name===\"Crew Payout\")||{}).value||0) }}"
},
{
"id": "a3",
"name": "lb",
"type": "number",
"value": "={{ parseFloat((($json.custom_fields||[]).find(f=>f.name===\"Labor Budget\")||{}).value||0) }}"
}
]
},
"options": {}
}
},
{
"id": "g1",
"name": "Payout > 0?",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
640,
300
],
"parameters": {
"conditions": {
"options": {
"caseSensitive": false
},
"conditions": [
{
"id": "c1",
"leftValue": "={{ $json.cp }}",
"operator": {
"type": "number",
"operation": "larger"
},
"rightValue": 0
}
]
}
}
},
{
"id": "i1",
"name": "Over Budget?",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
840,
200
],
"parameters": {
"conditions": {
"options": {
"caseSensitive": false
},
"conditions": [
{
"id": "c2",
"leftValue": "={{ $json.cp }}",
"operator": {
"type": "number",
"operation": "larger"
},
"rightValue": "={{ $json.lb }}"
}
]
}
}
},
{
"id": "sl1",
"name": "Slack - Blocked",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
1040,
120
],
"parameters": {
"method": "POST",
"url": "https://hooks.slack.com/services/{{slack_webhook}}",
"sendBody": true,
"contentType": "json",
"specifyBody": "keypair",
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ \"PAYOUT BLOCKED: \"+$json.tn+\" \u2014 Crew Payout $\"+$json.cp+\" exceeds Labor Budget $\"+$json.lb }}"
}
]
},
"options": {}
}
},
{
"id": "ok1",
"name": "Within Budget",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1040,
280
],
"parameters": {}
},
{
"id": "no1",
"name": "No Payout",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
640,
440
],
"parameters": {}
}
],
"connections": {
"ClickUp Webhook": {
"main": [
[
{
"node": "Get Task",
"type": "main",
"index": 0
}
]
]
},
"Get Task": {
"main": [
[
{
"node": "Ext",
"type": "main",
"index": 0
}
]
]
},
"Ext": {
"main": [
[
{
"node": "Payout > 0?",
"type": "main",
"index": 0
}
]
]
},
"Payout > 0?": {
"main": [
[
{
"node": "Over Budget?",
"type": "main",
"index": 0
}
],
[
{
"node": "No Payout",
"type": "main",
"index": 0
}
]
]
},
"Over Budget?": {
"main": [
[
{
"node": "Slack - Blocked",
"type": "main",
"index": 0
}
],
[
{
"node": "Within Budget",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionTimeout": 30
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
{{client_name}} - v07 Payout Gate. Uses httpRequest. Webhook trigger; 8 nodes.
Source: https://github.com/scubarichard/rpe-systems/blob/main/workflows/workflow-v07-payout-gate.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.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a