Skip to main content

CreateTask creates a new pending task.

POST 

/api/v1/crm/tasks

Errors:

  • UNAUTHENTICATED: missing auth context.
  • INVALID_ARGUMENT: title is empty; parent_task_id points to a subtask (max nesting depth of 1 is enforced).

Request

Responses

A successful response.