Event Properties
| Field | Value |
|---|---|
event | "template.metadataEditOpened" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
templateId | string | Identifier of the template being edited |
templateType | "personal" | Type of template |
source | "template_detail" | Where the edit was initiated |
Example
{
"event": "template.metadataEditOpened",
"confidential": false,
"payload": {
"templateId": "template_1",
"templateType": "personal",
"source": "template_detail"
}
}
| Field | Type | Description |
|---|---|---|
templateId | string | Identifier of the template being edited |
templateType | "personal" | Type of template |
source | "template_detail" | Where the edit was initiated |
Example
{
"event": "template.metadataEditOpened",
"confidential": true,
"payload": {
"templateId": "template_1",
"templateType": "personal",
"source": "template_detail"
}
}