v1

latestOpenAPI 3.0.02026-08-04109109370.6 KB
Tasks

Create a new task

post/tasks

Request body

titlestring

The title of the task

descriptionstring

The description of the task

dueTimestring

The due time of the task. Formatted as a Unix timestamp

Example request

{
  "recurrenceRule": {
    "htmlUrl": "https://app.nutshell.com/lead/1006",
    "htmlUrlPath": "/lead/1006",
    "rule": "FREQ=WEEKLY;BYDAY=MO",
    "mode": "dueDate",
    "id": "3-contacts"
  },
  "links": {
    "relatedEntity": "3-contacts",
    "assignee": "1-users"
  }
}

Response

A list of tasks