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
Onsite Photos to Jobs (SMS Agent). Uses dataTable, twilio, httpRequest, airtable. Webhook trigger; 62 nodes.
W1 - IN WhatsApp Adapter (Secure + Fast ACK). Uses postgres, redis, httpRequest. Webhook trigger; 50 nodes.
W1 - IN WhatsApp Adapter (Secure + Fast ACK). Uses postgres, redis, httpRequest. Webhook trigger; 48 nodes.