Create
Create a note.
Create a Note
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"
.
Query Parameters
Name | Type | Description |
---|---|---|
contactId* | integer | The contact's ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{API_KEY}} |
Request Body
Name | Type | Description |
---|---|---|
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" |
Body (raw)
Last updated