Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

Body

application/json

The task to create. Provide exactly one of phoneNumberId, conversationId, or activityId to link the task to that resource.

title
string
required

The title of the task.

Example:

"Follow up with customer"

description
string
required

The description of the task.

Example:

"Discuss pricing and onboarding next steps."

phoneNumberId
string
required
Pattern: ^PN(.*)$
dueDate
string<date-time>
assignedTo
string
Pattern: ^US(.*)$

Response

Created

data
object
required