project.created

Published when a project is created.

Permissions:Project.Content

Event payload

Attribute
accountId UUID
The ID of the account associated with the event.
type string
The type of event this represents, project.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 ProjectCreatedEventData
Data associated with the event.
{
	"accountId": "117781559",
	"type": "project.created",
	"eventId": "aedeb1fb-6c7d-4484-8106-866d97652383",
	"createdAt": "2023-06-18T18:23:11Z",
	"data": {

		"id": "g442f8ed-6e6f-78e3-55ge-31d56e8w9874",
		"selfUri": "https://projects.app.marq.com/v1/users/000000000/projects/g442f8ed-6e6f-78e3-55ge-31d56e8w9874",
		"title": "Listing Presentation - 123 Main Street",
		"editorUri": "https://app.marq.com/projects/edit/g442f8ed-6e6f-78e3-55ge-31d56e8w9874",
		"publishedUri": "https://pub.marq.com/g442f8ed-6e6f-78e3-55ge-31d56e8w9874/",
		"thumbnailUri": "https://app.marq.com/projects/thumb/g442f8ed-6e6f-78e3-55ge-31d56e8w9874/0/505735/NULL/400",
		"templateId": "e675f8ed-0a4f-43a7-93cd-74b00e8c2778",
		"ownerId": 116622339,
		"created": "2022-09-12T20:17:33Z",
		"lastModified": "2022-09-13T23:07:50Z",
		"dataItemUsages": [{
				"fieldValue": "453156881",
				"fieldLabel": "MLS ID"
			},
			{
				"fieldValue": "525",
				"fieldLabel": "Employee ID"
			}
		]
	}
}