Hi @jan. I also got this error message:
Preformatted text
The webhook path [77b3afad-5fdc-4884-9b24-5e177ae0cb25/webhook] and method [POST] already exist.*
Problem
{
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"authentication": "oAuth2",
"team": "8426050",
"events": [
"taskStatusUpdated"
],
"filters": {}
},
"name": "ClickUp Trigger",
"type": "n8n-nodes-base.clickUpTrigger",
"typeVersion": 1,
"position": [
440,
300
],
"webhookId": "77b3afad-5fdc-4884-9b24-5e177ae0cb25",
"notesInFlow": true,
"credentials": {
"clickUpOAuth2Api": "OAuth2 [email protected]"
},
"notes": "When task status is updated..."
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "update",
"id": "={{$node[\"ClickUp Trigger\"].json[\"task_id\"]}}",
"updateFields": {
"status": "={{$node[\"ClickUp Trigger\"].json[\"history_items\"][0][\"before\"][\"status\"]}}"
}
},
"name": "ClickUp",
"type": "n8n-nodes-base.clickUp",
"typeVersion": 1,
"position": [
800,
210
],
"credentials": {
"clickUpOAuth2Api": "OAuth2 [email protected]"
}
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "=status",
"value2": "next actions"
}
]
}
},
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
620,
300
],
"notesInFlow": true,
"notes": "If task status = Next Action"
},
{
"parameters": {},
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
810,
400
]
},
{
"parameters": {
"channel": "n8n2",
"text": "=ClickUp task https://app.clickup.com/----/v/l/li/{{$node[\"ClickUp\"].parameter[\"id\"]}} {{$node[\"ClickUp Trigger\"].parameter[\"events\"][0]}} to Next Actions",
"attachments": [],
"otherOptions": {}
},
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
990,
210
],
"credentials": {
"slackApi": "Forwardjump Slack"
}
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"ClickUp Trigger\"].json[\"history_items\"][0][\"before\"][\"status\"]}}",
"value2": "waiting on"
}
]
}
},
"name": "IF1",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
970,
400
],
"notesInFlow": true,
"notes": "If Task status = Waiting on"
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "update",
"id": "={{$node[\"ClickUp Trigger\"].json[\"task_id\"]}}",
"updateFields": {
"status": "={{$node[\"ClickUp Trigger\"].json[\"history_items\"][0][\"before\"][\"status\"]}}"
}
},
"name": "ClickUp1",
"type": "n8n-nodes-base.clickUp",
"typeVersion": 1,
"position": [
1150,
380
],
"credentials": {
"clickUpOAuth2Api": "OAuth2 [email protected]"
}
},
{
"parameters": {
"channel": "n8n2",
"text": "=ClickUp task https://app.clickup.com/8426050/v/l/li/{{$node[\"ClickUp\"].parameter[\"id\"]}} {{$node[\"ClickUp Trigger\"].parameter[\"events\"][0]}} to Waiting On",
"attachments": [],
"otherOptions": {}
},
"name": "Slack1",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
1320,
380
],
"credentials": {
"slackApi": "Forwardjump Slack"
}
}
],
"connections": {
"ClickUp Trigger": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"ClickUp": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
},
"IF": {
"main": [
[
{
"node": "ClickUp",
"type": "main",
"index": 0
}
],
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
},
"NoOp": {
"main": [
[
{
"node": "IF1",
"type": "main",
"index": 0
}
]
]
},
"IF1": {
"main": [
[
{
"node": "ClickUp1",
"type": "main",
"index": 0
}
]
]
},
"ClickUp1": {
"main": [
[
{
"node": "Slack1",
"type": "main",
"index": 0
}
]
]
}
}
}
I am running a self-hosted install of version 0.95.1