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": "Forge AI Dev Team Integration",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "forge",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-in",
"name": "Forge Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json.event}}",
"operation": "equals",
"value2": "task_done"
},
{
"value1": "={{$json.event}}",
"operation": "equals",
"value2": "epic_complete"
},
{
"value1": "={{$json.event}}",
"operation": "equals",
"value2": "project_complete"
}
]
}
},
"id": "event-router",
"name": "Route by Event",
"type": "n8n-nodes-base.switch",
"typeVersion": 1,
"position": [
460,
300
]
},
{
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json.data.score}}",
"operation": "smallerEqual",
"value2": 6
}
]
}
},
"id": "quality-check",
"name": "Low Quality Check",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
680,
200
]
},
{
"parameters": {
"url": "=http://localhost:3737/project/{{$json.data.projectId}}/retry-low-quality",
"method": "POST",
"jsonParameters": true,
"bodyParametersJson": "{\"minScore\": 7}",
"options": {}
},
"id": "trigger-retry",
"name": "Trigger Retry",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
900,
160
]
},
{
"parameters": {
"url": "=http://localhost:3737/project/{{$json.data.projectId}}/security-audit",
"method": "POST",
"options": {}
},
"id": "security-audit",
"name": "Security Audit",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
900,
320
]
},
{
"parameters": {
"url": "http://localhost:3737/metrics",
"options": {}
},
"id": "get-metrics",
"name": "Get Metrics",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
680,
460
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={\"received\": true, \"event\": \"{{$node[\"Forge Webhook\"].json.event}}\"}",
"options": {}
},
"id": "webhook-response",
"name": "Webhook Response",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
460,
500
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 24
}
]
}
},
"id": "daily-trigger",
"name": "Daily Report Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
240,
600
]
},
{
"parameters": {
"url": "http://localhost:3737/stats",
"options": {}
},
"id": "daily-stats",
"name": "Get Daily Stats",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
460,
600
]
}
],
"connections": {
"Forge Webhook": {
"main": [
[
{
"node": "Route by Event",
"type": "main",
"index": 0
},
{
"node": "Webhook Response",
"type": "main",
"index": 0
}
]
]
},
"Route by Event": {
"main": [
[
{
"node": "Low Quality Check",
"type": "main",
"index": 0
}
],
[
{
"node": "Security Audit",
"type": "main",
"index": 0
}
],
[
{
"node": "Get Metrics",
"type": "main",
"index": 0
}
]
]
},
"Low Quality Check": {
"main": [
[
{
"node": "Trigger Retry",
"type": "main",
"index": 0
}
],
[
{
"node": "Security Audit",
"type": "main",
"index": 0
}
]
]
},
"Daily Report Trigger": {
"main": [
[
{
"node": "Get Daily Stats",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Forge AI Dev Team Integration. Uses httpRequest. Webhook trigger; 9 nodes.
Source: https://github.com/MrNova420/forge/blob/1e1ae09879b15fc89073d6a555536e16034093f8/n8n/forge-workflow.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.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Automatically sync Fizzy cards to Basecamp todos in real-time. When cards are created, assigned, completed, or reopened in Fizzy, the changes sync instantly to your Basecamp project. Card tags determi
This workflow automates accounts payable: upload a PDF invoice, let Claude AI extract the key fields, and automatically create a vendor bill (incoming invoice) in Odoo 18.
This n8n workflow automates airline customer support by classifying travel-related questions, fetching relevant information, generating AI answers, and delivering structured responses to users. It ens
This n8n template lets you automatically pull market data for the cryptocurrencies from CoinGecko every hour, calculate custom volatility and market-health metrics, classify each coin’s price action i