template.created

Published when a template is created.

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.created.
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 TemplateCreatedEventData
Data associated with the event.
{
	"accountId": "117781559",
	"type": "template.created",
	"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"
	}
}