v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Task

Associate Clients or Leads with a Task

Associate Clients or Leads with a Task

post/communications/tasks/{task_id}/add-people

Path parameters

task_idstring required

task id

Headers

x-api-keystring required

A valid api key. If you don't have one, please request one through the Web Integration screen.

Request body

task_idstring required

task id

Example request

{
  "associated_people": [
    {
      "object_type_id": 1234567891234567,
      "id": 1234567891234567
    }
  ]
}

Response

Task id created

idstring required

task id

Example response

{
  "associate_people": [
    {
      "object_type_id": 1234567891234567,
      "id": 1234567891234567
    }
  ]
}