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": "ClickUp AI Agent - Simple Fixed",
"nodes": [
{
"parameters": {
"path": "clickup-agent-v2",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "user_id",
"value": "={{ $json.body.user_id || 'andrew' }}"
},
{
"name": "agent_mode",
"value": "={{ $json.body.agent_mode || 'task_manager' }}"
}
],
"object": [
{
"name": "payload",
"value": "={{ $json.body.payload || {} }}"
}
]
}
},
"id": "parse-request",
"name": "Parse Request",
"type": "n8n-nodes-base.set",
"typeVersion": 3,
"position": [
460,
300
]
},
{
"parameters": {
"jsCode": "// Simple test with credential check\nconst result = {\n status: \"success\",\n message: \"Workflow is working!\",\n user_id: $input.item.json.user_id,\n payload: $input.item.json.payload,\n timestamp: new Date().toISOString(),\n note: \"Ready for AI integration\"\n};\n\nreturn result;"
},
"id": "process-request",
"name": "Process Request",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
680,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ $json }}"
},
"id": "webhook-response",
"name": "Webhook Response",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
900,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Parse Request",
"type": "main",
"index": 0
}
]
]
},
"Parse Request": {
"main": [
[
{
"node": "Process Request",
"type": "main",
"index": 0
}
]
]
},
"Process Request": {
"main": [
[
{
"node": "Webhook Response",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"timezone": "America/New_York"
},
"versionId": "1",
"id": "clickup-agent-simple-fixed"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ClickUp AI Agent - Simple Fixed. Webhook trigger; 4 nodes.
Source: https://github.com/Andrew-Vinyl/ai-workflow-forge/blob/3c807fee8788dbd6ce746fa626369c041394271b/flows/clickup-agent-simple-fixed.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