OCNORA

ClickUp

Business appsAPI keycredential probe

Create tasks in ClickUp (personal API token).

OCNORA ships 33 typed ClickUp operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.clickup.com/api/v2 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when ClickUp reports a change (task, list, folder, goal).
    trigger.clickup_event

Operations 33

  • Add Task Assignee
    Assign one or more people to a task by its task id, leaving whoever is already assigned in place.
    clickup.add_task_assignee
  • Add Task Attachment
    Upload a file and attach it to a task by its task id. The body is plain text, or a base64 blob from an upstream download node.
    clickup.add_task_attachment
  • Add Task Dependency
    Link two tasks so one waits on the other, addressed by the task id of the first. Set exactly one of depends_on (this task waits for that one) or dependency_of (that task waits for this one).
    clickup.add_task_dependency
  • Add Task Tag
    Add an existing Space tag to a task by its task id. The tag must already exist in the task's Space.
    clickup.add_task_tag
  • Create Folder
    Create a Folder in a Space, addressed by the space id, optionally nested inside an existing Folder.
    clickup.create_folder
  • Create Folderless List
    Create a List directly in a Space, addressed by the space id, with no Folder around it.
    clickup.create_folderless_list
  • Create Goal
    Create a Goal in a Workspace, addressed by the team id.
    clickup.create_goal
  • Create List
    Create a List inside a Folder, addressed by the folder id.
    clickup.create_list
  • Create Task
    Create a task in a ClickUp list.
    clickup.create_task
  • Create Task Comment
    Post a comment on a task, addressed by its task id.
    clickup.create_task_comment
  • Create Time Entry
    Log a block of time in a Workspace, addressed by the team id, optionally against a task.
    clickup.create_time_entry
  • Delete List
    Permanently delete a List and every task in it, addressed by its list id.
    clickup.delete_list
  • Delete Task
    Permanently delete one task by its task id. This cannot be undone.
    clickup.delete_task
  • Get Folder
    Read one Folder by its folder id, with the Lists inside it.
    clickup.get_folder
  • Get List
    Read one List by its list id, with its statuses, task count and the Folder and Space it belongs to.
    clickup.get_list
  • Get Space
    Read one Space by its space id, with the statuses its tasks may use and the ClickApps it has enabled.
    clickup.get_space
  • Get Task
    Read one task by its task id, with its status, assignees, tags, dates and custom field values.
    clickup.get_task
  • List Custom Fields
    List the custom fields a List's tasks accept, addressed by the list id. Each row's id is the field_id clickup.set_custom_field_value needs.
    clickup.list_custom_fields
  • List Folderless Lists
    List the Lists that sit directly in a Space, addressed by the space id. Lists inside Folders are not returned — use clickup.list_lists for those.
    clickup.list_folderless_lists
  • List Folders
    List the Folders in a Space, addressed by the space id. Subfolders come back in the same flat list, each carrying parent_folder.
    clickup.list_folders
  • List Goals
    List the Goals in a Workspace, addressed by the team id, along with the Goal folders they are grouped into.
    clickup.list_goals
  • List Lists In Folder
    List the Lists inside one Folder, addressed by the folder id.
    clickup.list_lists
  • List Spaces
    List the Spaces in a Workspace, addressed by the team id.
    clickup.list_spaces
  • List Task Comments
    List a task's comments by its task id, newest first. ClickUp returns the 25 most recent unless start and start_id are given.
    clickup.list_task_comments
  • List Tasks
    List the tasks in one List, addressed by its list id, 100 per page, with optional status, assignee and tag filters.
    clickup.list_tasks
  • List Workspace Tasks
    Search tasks across a whole Workspace by team id, narrowed to given Spaces, Folders or Lists. This is the only way to list a Space's tasks — ClickUp has no per-Space task endpoint.
    clickup.list_team_tasks
  • List Workspaces
    List the Workspaces this token can reach. Start here: every other id in ClickUp descends from a Workspace (team) id.
    clickup.list_teams
  • List Time Entries
    List time entries in a Workspace, addressed by the team id, within a date range and optionally narrowed to one Space, Folder, List or task.
    clickup.list_time_entries
  • Set Custom Field Value
    Write one custom field value on a task, addressed by the task id and the field id. This is the only way to set a custom field — the Update Task body cannot.
    clickup.set_custom_field_value
  • Stop Time Entry
    Stop the timer currently running for the token's own user in a Workspace, addressed by the team id.
    clickup.stop_time_entry
  • Update Comment
    Edit a comment's text, reassign it, or mark it resolved, addressed by its comment id rather than a task id.
    clickup.update_comment
  • Update List
    Rename a List or change its description, due date, priority, owner or colour, addressed by its list id.
    clickup.update_list
  • Update Task
    Change a task's name, description, status, priority, dates, estimate or parent, addressed by its task id. Custom field values are set with clickup.set_custom_field_value instead.
    clickup.update_task

Run your first ClickUp workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.