Create
Create a note.
Last updated
Create a note.
Last updated
POST
https://{{account_id}}.acquire.io/api/v1/crm/note/create?contactId={{contactId}}
Create a note. The contact_id must be passed in to the body as a query parameter. The body must contain a "type"
key set to "note"
.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Body (raw)
contactId*
integer
The contact's ID
Authorization*
string
Bearer {{API_KEY}}
mentionUsers
array
Array of integers. Mention userIds in the note.
message
string
Message of the note
description
string
A description for the note
title
string
Title for the note
type
string
"note"