ClickUp + Elido — link events land as ClickUp tasks
Route Elido's click thresholds, campaign milestones, and URL scan alerts directly into any ClickUp List. API token setup, no webhook URL management required.
What you can do
Link events → ClickUp tasks, automatically
How it works
Outbound — Elido → ClickUp API
When a configured event fires in Elido (threshold hit, scan failed, link created), the webhook-dispatcher calls the ClickUp REST API with your stored token and creates a task in the List you selected. No webhook URL to expose, no firewall rules to manage.
threshold.exceeded, scan.failed, or link.created
POST /api/v2/list/{id}/task with token + context
Slug, URL, click count, and Elido dashboard link included
Setup guide
Three steps to your first event-driven task
- 1Generate a ClickUp API token
ClickUp → Settings → Apps → API Token → Generate. Copy the token shown — it will not appear again.
- 2Pick a List ID
URL of the target list, or run `GET https://api.clickup.com/api/v2/team` and pick from the response. Copy the numeric List ID.
- 3Paste both into Elido
/dashboard/webhooks → ClickUp → paste API token + List ID. Choose which Elido events create tasks. Save.
Authentication
API token — simple, scoped to your user
ClickUp uses a personal API token that you generate in Settings → Apps. Paste it once into Elido — it is immediately encrypted with your workspace KMS key and stored only in encrypted form. When Elido calls the ClickUp API, the token is decrypted in memory only for that request. You can rotate or delete the token at any time from ClickUp's side (which invalidates it) or from Elido's side by removing the integration.
Frequently asked questions
Does Elido see my tasks in ClickUp?+
No. The integration is write-only from Elido's side. We create tasks in the List you specify. We do not read your existing tasks, comments, or subtasks.
How do I find my ClickUp List ID?+
Open the target List in ClickUp, look at the URL — it will contain `/list/XXXXXXXXX`. That numeric ID is what you paste into Elido. Alternatively, call GET https://api.clickup.com/api/v2/team and traverse the spaces → folders → lists structure.
Can I limit Elido to a specific ClickUp workspace?+
Yes. The API token is scoped to your ClickUp user. You pick a specific List ID during setup — Elido will only create tasks in that list.
How do I revoke access?+
Delete the integration in /dashboard/webhooks → ClickUp → Remove. You can also regenerate your ClickUp API token from ClickUp → Settings → Apps, which automatically invalidates the stored one.
Can I get multiple event types (threshold + link.created) into ClickUp?+
Yes. Each trigger type in Elido can be independently routed. You can send threshold-exceeded events to one List and scan-failed events to another.