# ClickUp

## Connection

When you're setting up your first workflow with ClickUp, you will need to create a [connection](https://docs.getmesa.com/going-further/credential) in order to connect MESA with ClickUp.

<figure><img src="/files/fMHvScFKZUD6GTT4DF6h" alt=""><figcaption></figcaption></figure>

Click Sign in with ClickUp to login to your account and connect your Workspace with MESA.

Once that's done, your connection is complete.

## Technical Notes

### ClickUp Free Plan: Custom Field Limits

#### What's the limitation?

ClickUp's Free Forever plan limits how many times custom fields can be set across tasks in a space.

#### Why does this affect workflows?

Automated workflows can hit this limit faster than manual use.

#### Common problems

* Workflow fails
* Error mentions "Custom field usages exceeded"

#### How to fix it

* Remove unused custom fields in ClickUp
* Reduce how often workflows set custom fields
* Upgrade your ClickUp plan

#### Example

A workflow that updates 3 custom fields on every new task will hit the limit faster than expected.

### Task Update Trigger

Adding an attachment to a task won't run the Task Update trigger, but uploading an attachment to a task comment will.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getmesa.com/connect/clickup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
