Event Properties
| Field | Value |
|---|---|
event | "template.pickerOpened" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
location | "settings" | "interaction" | Where in the UI the picker was opened from |
personalTemplateCount | number | undefined | Number of personal templates available when the picker opens |
Example
{
"event": "template.pickerOpened",
"confidential": false,
"payload": {
"location": "settings",
"personalTemplateCount": 3
}
}
| Field | Type | Description |
|---|---|---|
location | "settings" | "interaction" | Where in the UI the picker was opened from |
personalTemplateCount | number | undefined | Number of personal templates available when the picker opens |
Example
{
"event": "template.pickerOpened",
"confidential": true,
"payload": {
"location": "settings",
"personalTemplateCount": 3
}
}