Hello, everyone!
I have created a custom field in ClickUp (checkbox) to execute an integration in n8n, I tested this using trigger “task.updated” from ClickUp, and work very well, but this trigger occurs many times in my list of ClickUp, then I’m tried to make automation in ClickUp to call a Webhook just when “checkbox” change, the automation work internal in ClickUp (change status, values…) but the webhook is not actioned. If I call Webhook manually works well.
{
“nodes”: [
{
“parameters”: {
“path”: “681b38a7-d40c-4846-843e-932c7f1699f6”,
“options”: {}
},
“name”: “Webhook”,
“type”: “n8n-nodes-base.webhook”,
“typeVersion”: 1,
“position”: [
-400,
160
],
“webhookId”: “681b38a7-d40c-4846-843e-932c7f1699f6”
}
],
“connections”: {}
}
Information on y
- n8n version: 0.186.1
- Database you’re using (default: SQLite):
- Running n8n with the execution process own(default):
- Running n8n via n8n.cloud and desktop app]: