Skip to main content

createTask

Creates a Task

Arguments

assigneeIds[ID!]

An optional array of User IDs to assign to the Task

creatorIdID!

The User who is creating the Task

customerIdID

An ID of the Customer to associate with the Task

deadlineDeadlineInput

A deadline for the Task to be completed

descriptionString

The description of the Task

notifyAssigneesBoolean

Whether to notify any newly assigned users that the have been assigned to the Task

repeatTaskRepeatInput

When the Task will repeat

tags[String!]

A list of tags to associate with the Task

timezoneString

The timezone of the Task

titleString

The title of the Task

Returns

CreateTaskPayload!