Skip to main content
Version: v3

Create Task

POST 

/contacts/:contactId/tasks

Create Task

Request

Version stringrequired

API Version

Available optionsv3
contactId stringrequired

Contact Id

application/json

Bodyrequired

    titlestringrequired

    Title of the task

    bodystring

    Body or description of the task

    dueDatestringrequired

    Due date of the task (ISO 8601 format)

    completedbooleanrequired

    Whether the task is completed

    assignedTostring

    User Id to whom the task is assigned

application/json

Successful response

Schema
    taskobject

    Task details