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"template.selected"
confidentialboolean
payloadobject
FieldTypeDescription
selectedTemplateIdstringIdentifier of the chosen template
selectedTemplateLanguagestringLanguage of the chosen template

Example

{
  "event": "template.selected",
  "confidential": false,
  "payload": {
    "selectedTemplateId": "template_selected",
    "selectedTemplateLanguage": "en"
  }
}