Links

Create

Create a note.
post
https://{{account_id}}.acquire.io/api/v1/crm/note/create?contactId={{contactId}}
Create a Note
Body (raw)
{
"type": "note",
"title": "this is test note title",
"description": "this is test note description",
"message": "this is test note",
"mentionUsers": [
"00"
]
}