v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
CRM

Create note

Creates a note and optionally maps it to accounts by domain and contacts by email.

post/v1/notes

Request body

account_domainsstring[] nullable
contact_emailsstring[] nullable

Response

Note was created.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}