Skip to main content
POST
Create Contact Note

Authorizations

api_access_token
string
header
required

Path Parameters

id
string<uuid>
required

ID of the contact

Body

application/json
content
string
required

Note content

Example:

"Follow up with customer next week"

Response

Contact note created successfully

success
boolean
required
Example:

true

data
object
required

Created note data

meta
object
required
message
string
required

Success message

Example:

"Contact note created successfully"