Endpoint: POST /clickup-webhook
Status: ● online
Events log: events.jsonl
GET /ping – healthcheckPOST /clickup-webhook – endpoint ClickUpGET /events?limit=50 – ultimi eventi ricevutiGET /clear – svuota log (debug)curl -X POST https://<your-tunnel>/clickup-webhook \
-H "Content-Type: application/json" \
-d '{"event":"taskCreated","task_id":"test123","webhook_id":"test"}'
1. ClickUp → Settings → Integrations → Webhooks → New webhook
2. Endpoint URL: https://<your-tunnel>/clickup-webhook
3. Events: taskCreated, taskUpdated, taskCommented, taskAssigneeUpdated, taskStatusUpdated
4. Status: active