Sign in

Create Task

documented

Create a new task.

POST /v2/taskTasksno implementation yet0 runs

Input

list_id
List ID
e.g. 123456
title
Task Title
e.g. 'Implement API v2 task creation'
description
Description
Optional task description
status
Status
e.g. Open or In Progress
assignees
Assignee IDs (JSON array)
e.g. ["111","222"]
tags
Tags (JSON array of strings)
e.g. ["backend","api"]
due_date
Due Date (epoch ms)
e.g. 1700000000000
due_date_time
Due Date Includes Time
true or false
time_estimate
Time Estimate (ms)
e.g. 3600000
Calls ClickUp as you (your API key is your account); keychains.dev holds the credentials.
Create Task · ClickUp · OpenIntegrations