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": "Multi-Agent Content Pipeline",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "content-pipeline",
"responseMode": "onReceived",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://138.199.237.34:7000/agent/marketing",
"authentication": "none",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "message",
"value": "={{ $json.body.topic ? 'Erstelle Marketing-Strategie f\u00fcr: ' + $json.body.topic : 'Erstelle Marketing-Strategie' }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
}
},
"id": "marketing-agent",
"name": "Marketing Agent",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
450,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://138.199.237.34:7000/agent/social-youtube",
"authentication": "none",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "message",
"value": "={{ 'Erstelle Social Media Content basierend auf dieser Strategie: ' + $json.response }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
}
},
"id": "social-youtube-agent",
"name": "Social-YouTube Agent",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
650,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://138.199.237.34:7000/agent/automation",
"authentication": "none",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "message",
"value": "Erstelle n8n Workflow f\u00fcr automatische Content-Verteilung"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
}
},
"id": "automation-agent",
"name": "Automation Agent",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
850,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": true, \"marketing\": $('Marketing Agent').item.json, \"social\": $('Social-YouTube Agent').item.json, \"automation\": $('Automation Agent').item.json } }}"
},
"id": "respond",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1050,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Marketing Agent",
"type": "main",
"index": 0
}
]
]
},
"Marketing Agent": {
"main": [
[
{
"node": "Social-YouTube Agent",
"type": "main",
"index": 0
}
]
]
},
"Social-YouTube Agent": {
"main": [
[
{
"node": "Automation Agent",
"type": "main",
"index": 0
}
]
]
},
"Automation Agent": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 1,
"updatedAt": "2025-01-01T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Multi-Agent Content Pipeline. Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/Heiko888/Connection-Key-MCP-Server/blob/19729d8c010e37d8fb1ef61e2b2bb5b230b11f4a/n8n-workflows/multi-agent-pipeline.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.
Jigsaw API key for image processing, I use this as a gatekeeper/second pair of eyes. LINK to their website https://jigsawstack.com/ SECOND A postgress DATABASE (I use Supabase) LlamaCloud for the pars
Whatsapp Multi Agent System optimized copy 2.0. Uses airtable, httpRequest, errorTrigger. Webhook trigger; 44 nodes.
Invoice Agent. Uses httpRequest, emailSend. Webhook trigger; 29 nodes.
Reputation Engine — SEO QA Agent. Uses httpRequest. Webhook trigger; 28 nodes.
This workflow handles incoming voice calls or audio messages, transcribes them using Whisper (OpenAI) or ElevenLabs, extracts booking intent and preferred time slots using AI, checks availability on C