Event Properties
| Field | Value |
|---|---|
event | "embedded.templatesReturned" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
count | number | Number of templates returned |
Example
{
"event": "embedded.templatesReturned",
"confidential": false,
"payload": {
"count": 5
}
}
| Field | Type | Description |
|---|---|---|
count | number | Number of templates returned |
Example
{
"event": "embedded.templatesReturned",
"confidential": true,
"payload": {
"count": 5
}
}