Create Application Task

The Create Task API can be used to create an application task.

Body Params

Request Body

metadata
object

Optional associated metadata as a simple key→value map.

  • Keys are strings up to 40 characters long.
  • Values can be string, number, or boolean.
  • Up to 20 entries.
  • String values up to 500 characters.
string
required

ID of associated application

string
required

Title of the task (minimum length 1 character, maximum length of 1000 characters)

string
enum

Task Status. Can be Done, In Progress, In Review, Not Done, Cancelled, Failed.

Allowed:
externalAssignee

Task external assignee object

string | null

Internal assignees instructions (maximum length of 5000 characters)

string | null

External assignee instructions (maximum length of 5000 characters)

Due Date of the Task

string | null

Task group (maximum length of 248 characters)

variables

Associated variables (maximum 500 values in array, each value with a maximum length of 300 characters)

string | null

Task auto pass condition formula (maximum length of 8000 characters)

blockedApplicationStatusIds
array of strings

Blocked application statuses IDs (maximum 50 values in array)

blockedApplicationStatusIds
assignedTeamMemberIds
array of strings

Assigned team member IDs (maximum 20 values in array)

assignedTeamMemberIds
labelIds
array of strings

Associated label IDs (maximum 50 values in array)

labelIds
boolean

A toggle that, if set to TRUE, will cause an email to be sent to the assignee to notify them about the task.

Headers
string
enum
Defaults to 2024-02-26
Allowed:
Responses

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