Skip to main content

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