Webhook events reference

Webhooks let you subscribe to Marq API events and receive notice when an event occurs. For more information about how to set up a webhook subscription, see Marq Webhooks Overview.

Projects API

EventPermissionDescription
project.createdProject.ContentA project is created.
project.exportedProject.Content.ExportA project is exported from Project Export API or via Marq Embed.

For more information about using the Project API, see Projects API.

Templates API

EventPermissionDescription
template.createdProject.TemplatesA template is created.
template.updatedProject.TemplatesA template's configuration is updated. Updates include changing title, description, user access, template categories and category values.

For more information about using the Templates API, see Templates API.

Approvals API

EventPermissionDescription
approval.createdProject.Content.ApprovalA project approval request is created.
approval.declinedProject.Content.ApprovalA project approval request is denied.
approval.approvedProject.Content.ApprovalA project approval request is granted.

For more information about using the Approvals API, see Approvals API.

Print Orders API

EventPermissionDescription
printOrder.createdPrint.OrdersA print order is submitted.
printOrder.updatedPrint.OrdersA print order is updated with a job status or shipment tracking information.
printOrder.canceledPrint.OrdersA print order is canceled.

For more information about using the Print Orders API, see Print Orders API.