The ClickUp Trigger node consistently fails with error Bad request - Webhook configuration already exists after 2-3 successful executions, making it unreliable for production use.
To reproduce
- Create ClickUp Trigger with task.updated event and List ID filter
- Test workflow 2-3 times - works correctly
- Subsequent executions or workflow activation fails with webhook duplicate error
Tested configurations:
ClickUp OAuth App authentication
Direct API Key authentication
• Both authentication methods produce identical behaviour!
The Clickup trigger is using webhooks under the hood and the error sounds like n8n is trying to register a webhook URL that already exists.
