Event Properties
| Field | Value |
|---|---|
event | "template.deleteConfirmationDismissed" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
templateId | string | - |
templateType | "personal" | - |
Example
{
"event": "template.deleteConfirmationDismissed",
"confidential": false,
"payload": {
"templateId": "template_personal_1",
"templateType": "personal"
}
}
| Field | Type | Description |
|---|---|---|
templateId | string | - |
templateType | "personal" | - |
Example
{
"event": "template.deleteConfirmationDismissed",
"confidential": true,
"payload": {
"templateId": "template_personal_1",
"templateType": "personal"
}
}