Published when a template's settings are updated (e.g. template title or description is updated).
Permissions:Project.Templates
Event payload
Attribute |
---|
accountId UUID The ID of the account associated with the event. |
type string The type of event this represents, template.updated . |
eventId UUID Unique ID for the event. |
createdAt DateTime Timestamp of when the event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: 2020-01-26T02:25:34Z |
data TemplateUpdatedEventData Data associated with the event. |
{
"accountId": "117781559",
"type": "template.updated",
"eventId": "aedeb1fb-6c7d-4484-8106-866d97652383",
"createdAt": "2023-06-18T18:23:11Z",
"data": {
"title": "2 Page Brochure",
"thumbnail": "https://app.marq.com/documents/thumb/c7f72cdc-48d3-42d0-ab8e-a77e59b1b616/0/2048/NULL/400",
"categories": "https://documents.app.marq.com/documents/c7f72cdc-48d3-42d0-ab8e-a77e59b1b616/templateCategoryValues",
"createNew": "https://app.marq.com/documents/editNew/c7f72cdc-48d3-42d0-ab8e-a77e59b1b616",
"id": "c7f72cdc-48d3-42d0-ab8e-a77e59b1b616",
"description": "",
"lastModified": "2023-02-24T01:08:27Z",
"created": "2022-02-03T09:01:25Z"
}
}