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": "fusionAIze Grid - Generic Agent Dispatcher",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "openclaw-dispatch",
"responseMode": "lastNode",
"options": {}
},
"name": "Webhook Ingress",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://127.0.0.1:8000/v1/agents/chat",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "agent_role",
"value": "={{$json[\"body\"][\"target_role\"]}}"
},
{
"name": "prompt",
"value": "={{$json[\"body\"][\"payload\"]}}"
}
]
},
"options": {}
},
"name": "OpenClaw Local Dispatch",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
500,
300
]
}
],
"connections": {
"Webhook Ingress": {
"main": [
[
{
"node": "OpenClaw Local Dispatch",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
fusionAIze Grid - Generic Agent Dispatcher. Uses httpRequest. Webhook trigger; 2 nodes.
Source: https://github.com/fusionAIze/faigrid/blob/main/core/workbench/templates/openclaw-routing-webhook.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.
v2 Like Minds — Instagram Publish. Uses httpRequest. Webhook trigger; 6 nodes.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Materials Search Workflow. Uses httpRequest. Webhook trigger; 5 nodes.
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.