This workflow follows the Execute Workflow Trigger → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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": "Advisor Eliza Agent",
"nodes": [
{
"parameters": {
"method": "POST",
"url": "https://establish-thank-investigate-ut.trycloudflare.com/4f8d7cc0-cd02-09bf-b8cf-93bc61a51d96/message",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ $json.query }}"
},
{
"name": "userId",
"value": "n8n-user"
},
{
"name": "userName",
"value": "N8N Assistant"
}
]
},
"options": {}
},
"id": "2c6df27d-b2c1-44a5-adce-34aa6d66f4a8",
"name": "Send to Eliza Agent",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
340,
-140
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "42335239-2425-4274-8223-20ae2ca6111e",
"name": "output",
"value": "={{ $json.text }}",
"type": "string"
}
]
},
"options": {}
},
"id": "73668fc3-4078-4813-aae7-9a0f5185234e",
"name": "Success",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
620,
-140
]
},
{
"parameters": {
"inputSource": "passthrough"
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
20,
20
],
"id": "1cf404f4-f4da-42df-b5ce-c48aca3e44a5",
"name": "When Executed by Another Workflow"
}
],
"connections": {
"Send to Eliza Agent": {
"main": [
[
{
"node": "Success",
"type": "main",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Send to Eliza Agent",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "60c0589a-4861-42a7-a102-56b4297f3247",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "advisor-agent",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Advisor Eliza Agent. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 3 nodes.
Source: https://github.com/nicoware-dev/hivex/blob/103dd8e3ee61bd304c4f5c68164b0d77a25e80ef/n8n/eliza-agent-tool.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.
Add Google Drive File to Vector DB Webhook. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 2 nodes.
[2/2] KNN classifier (lands dataset). Uses httpRequest, stickyNote, executeWorkflowTrigger. Event-driven trigger; 18 nodes.
Workflows from the webinar "Build production-ready AI Agents with Qdrant and n8n".
[3/3] Anomaly detection tool (crops dataset). Uses stickyNote, httpRequest, executeWorkflowTrigger. Event-driven trigger; 17 nodes.
Workflows from the webinar "Build production-ready AI Agents with Qdrant and n8n".