OnInvoxAuraClinicalNoteCreated


Triggered when a clinical note is created in Invox Aura, before processing is complete.

Payload

{
  "eventName": "OnInvoxAuraClinicalNoteCreated",
  "organizationId": "org-789",
  "userId": "user-456",
  "timestamp": "2026-03-31T19:06:58.667Z",
  "consultationSessionId": "medical-consultation-u1234-1234567890-abc123",
  "id": "note-123",
  "summary": "Initial note summary...",
  "sentAt": 1738670400000,
  "patientId": "PAT-12345",
  "requestSignature": "<base64>"
}

Field description

FieldTypeRequiredDescription
eventNamestringYesAlways "OnInvoxAuraClinicalNoteCreated"
organizationIdstringYesOrganization ID
userIdstringNoUser ID
timestampstringYesISO 8601 UTC — time of delivery
consultationSessionIdstringNoConsultation session ID
idstringYesAura session ID
summarystringYesInitial clinical note summary
sentAtnumberYesUnix timestamp in ms
patientIdstringNoPatient ID
requestSignaturestringNoHMAC-SHA256 in Base64. Present if the organization has credentials configured.

Signature string

The fields are signed in the following order:

organizationId|userId|timestamp|consultationSessionId|id|summary|sentAt|patientId|API_KEY