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
Event | Permission | Description |
---|---|---|
project.created | Project.Content | A project is created. |
project.exported | Project.Content.Export | A project is exported from Project Export API or via Marq Embed. |
For more information about using the Project API, see Projects API.
Templates API
Event | Permission | Description |
---|---|---|
template.created | Project.Templates | A template is created. |
template.updated | Project.Templates | A 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
Event | Permission | Description |
---|---|---|
approval.created | Project.Content.Approval | A project approval request is created. |
approval.declined | Project.Content.Approval | A project approval request is denied. |
approval.approved | Project.Content.Approval | A project approval request is granted. |
For more information about using the Approvals API, see Approvals API.
Print Orders API
Event | Permission | Description |
---|---|---|
printOrder.created | Print.Orders | A print order is submitted. |
printOrder.updated | Print.Orders | A print order is updated with a job status or shipment tracking information. |
printOrder.canceled | Print.Orders | A print order is canceled. |
For more information about using the Print Orders API, see Print Orders API.
Updated over 1 year ago