Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Event Properties

FieldValue
event"settings.onboardingCompleted"
confidentialboolean
payloadobject
FieldTypeDescription
countryCodestringUser’s selected country
languageCodestringUser’s selected language
specialtyNamestringUser’s selected medical specialty

Example

{
  "event": "settings.onboardingCompleted",
  "confidential": false,
  "payload": {
    "countryCode": "DK",
    "languageCode": "en",
    "specialtyName": "cardiology"
  }
}