Skip to main content
POST

Authentication

Requires a key with the tasks:write scope.

Path parameters

string
required
Template UUID. Template must be isActive=true.

Request body

All fields optional. Override template defaults by passing them here.
string
UUID. Required if the template doesn’t have a bound farm. Must be owned by the user.
string
Defaults to template’s name.
string
Defaults to template’s description.
string
One of low, medium, high, urgent. Defaults to template’s priority.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept.
string
Calendar date as YYYY-MM-DD. A full ISO 8601 datetime is accepted too, but only its date part is kept.
string
Defaults to template’s defaultAssignee.
string
Free-text field reference (denormalized).
string
Defaults to template’s estimatedDuration.
string
Free text.

Response

Returns the newly-created task wrapped under data. See Get task for the task shape.

Errors