v3

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

Bulk create notes

Creates up to 100 notes and maps them to account/contact references.

post/v1/notes/bulk

Request body

account_domainsstring[] nullable
contact_emailsstring[] nullable

Response

Notes were created.

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

Example response

{
  "success": true
}