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.pickerOpened"
confidentialboolean
payloadobject
FieldTypeDescription
location"settings" | "interaction"Where in the UI the picker was opened from

Example

{
  "event": "template.pickerOpened",
  "confidential": false,
  "payload": {
    "location": "settings"
  }
}