threadliner

Create a note for a contact

POST
/contacts/{contactId}/notes

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/notes" \  -H "Content-Type: application/json" \  -d '{    "text": "string"  }'
Empty
Was this page helpful?

Last updated on