Event Properties
| Field | Value |
|---|---|
event | "template.selected" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
selectedTemplateId | string | Identifier of the chosen template |
selectedTemplateType | "legacy" | "schema-driven" | Type of the chosen template |
selectedTemplateLanguage | string | Language of the chosen template |
Example
{
"event": "template.selected",
"confidential": false,
"payload": {
"selectedTemplateId": "template_selected",
"selectedTemplateType": "legacy",
"selectedTemplateLanguage": "en"
}
}
| Field | Type | Description |
|---|---|---|
selectedTemplateId | string | Identifier of the chosen template |
selectedTemplateType | "legacy" | "schema-driven" | Type of the chosen template |
selectedTemplateLanguage | string | Language of the chosen template |
Example
{
"event": "template.selected",
"confidential": true,
"payload": {
"selectedTemplateId": "template_selected",
"selectedTemplateType": "legacy",
"selectedTemplateLanguage": "en"
}
}