threadliner

Create a task for a contact

POST
/contacts/{contactId}/tasks

Path Parameters

contactId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/contacts/string/tasks" \  -H "Content-Type: application/json" \  -d '{    "title": "string"  }'
Empty
Was this page helpful?

Last updated on