Add note message
Add a message to a note.
post
https://{{account_id}}.acquire.io/api/v1/crm/note/add-message
Add a message to the note.
Body (raw)
{
"type": "message",
"mentionUsers": [
"00"
],
"message": "this is test note message",
"parent_id": 0,
"note_id": 10,
"contact_id": 90
}
Last modified 1yr ago