Creates a new note attached to an event, policy, or insured.
The note will be created by the user matching requestorEmail for audit purposes.
Required permission: Permission depends on entity type:
events → claim.notes:updatepolicies → policy.notes:updateinsureds → insured.notes:updatePrivileged notes: If isPrivileged is true, the requestor must also have privileged_notes:read permission.
Use format: ApiKey <your-api-key>
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
Email of the user making the request (for audit trail, must match existing user)
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.
Note created successfully
The ID of the created note