Creates a task

Creates a task.
To fill in a custom field, add the custom field 'serializationname' to the request
params, with the desired value. Only 100 tags maximum can be specified.
When you specify a parent_task_id you will create a subtask. Some attributes are not available for subtasks:
clickup_id, monday_id, project_id and contact_id.
To attach a recurrence, set recurrence_type (Weekly, Monthly, Yearly, Periodically, Custom) along
with the matching `recurrence
*fields.start_timeis required when a recurrence is set. ForCustom, also provide recurrence_frequencyandrecurrence_customable_type (WeeklyorMonthly) with the corresponding recurrence_week_daysorrecurrence_day_into_month`.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Task attributes

string
required
string
date-time
boolean
string
string
string
enum
Allowed:
boolean
string

ID of a task template to instantiate the task from. When provided, the task is created from the template (its name, description, assignments, tags, custom fields, files and subtasks are copied) and the template attributes take precedence over the other attributes.

string
string
string

Only project sections that are not templates can be used. Deprecated: attaching a task to a non-template project section is deprecated.

string
string

Deprecated: attaching a task to a non-template workspace is deprecated.

user_ids
array of strings
user_ids
contact_ids
array of strings
contact_ids
tags
array of strings
tags
string | null
enum

Recurrence kind. Send null to remove an existing rule. Other
recurrence_* attributes depend on this type.

Allowed:
integer | null
string | null
enum
Allowed:
recurrence_week_days
array of strings | null
recurrence_week_days
integer | null
integer | null
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json