Create Note
Creates a new note attached to an event, policy, or insured.
Required permission: Permission depends on entity type:
events→claim.notes:updatepolicies→policy.notes:updateinsureds→insured.notes:update
Privileged notes: If isPrivileged is true, the API key must also have privileged_notes:read permission.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
The type of entity (events, policies, or insureds) The type of entity the note is attached to
events, policies, insureds The ID of the entity
Body
The note content
If true, the note is only visible to users with privileged_notes:read permission
Optional creation timestamp (ISO 8601). Defaults to current time if not provided.
ID of an existing user to set as the note author. Mutually exclusive with authorName.
Free-text author name for external authors not in the system. Mutually exclusive with authorId.
Response
Note created successfully
The ID of the created note
