Add note message
Add a message to a note.
Add a message to the note.
POST
https://{{account_id}}.acquire.io/api/v1/crm/note/add-message
Add a message to a note. The body must contain the note_id, contact_id, and a key of "type"
set to "message"
.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{API_KEY}} |
Request Body
Name | Type | Description |
---|---|---|
type* | string | message |
contact_id* | integer | The contact's ID that the note is attached to |
note_id* | integer | The note's ID |
Body (raw)
Last updated