Skip to main content

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"
  }
}