Elido
← Integrations
Beta

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

Event-driven task creation
link.clicked, threshold.exceeded, and scan.failed events all route to ClickUp tasks the moment they fire in Elido — no polling, no cron job.
Any List as the target
Pick any ClickUp List — a Sprints list, a bug tracker, a marketing board. Paste the List ID and you're done.
Task context included
Every task Elido creates includes the link slug, destination URL, click count, and a direct link back to the Elido dashboard so the assignee can act without leaving ClickUp.
Token encrypted at rest
Your ClickUp API token is encrypted with your workspace's KMS key before storage. It is never logged or exposed in the UI after the initial paste.

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.

1
Event fires in Elido

threshold.exceeded, scan.failed, or link.created

2
Webhook-dispatcher calls ClickUp

POST /api/v2/list/{id}/task with token + context

3
Task visible in ClickUp

Slug, URL, click count, and Elido dashboard link included

Setup guide

Three steps to your first event-driven task

  1. 1
    Generate a ClickUp API token

    ClickUp → Settings → Apps → API Token → Generate. Copy the token shown — it will not appear again.

  2. 2
    Pick 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.

  3. 3
    Paste 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.

Keep your team informed without manual updates

Start free. No card required.

ClickUp + Elido — Forward link events to ClickUp tasks · Elido