Skip to content

Design Events

This page details webhook events linked to the lifecycle and workflow status changes of your designs.

TEMPLATE_STATUS

Triggered any time the workflow status of a design is updated.

INFO

In the webhook settings, you can filter events by a specific design.

Payload Example

json
{
  "id": "873608a1-e498-47dd-a36d-bd065e3e2b8e",
  "name": "Template name",
  "created_at": 1623229458,
  "updated_at": 1649837900,
  "status": "APPROVED",
  "status_updated_at": 1649837939
}

Payload Field Definitions

FieldTypeDescription
idUUID v4Unique ID of the design whose status changed.
namestringDesign name as defined in the application.
created_atUnix timestampDesign creation date.
updated_atUnix timestampLast time the design content or properties were updated.
statusstringThe new workflow status (see values below).
status_updated_atUnix timestampWhen the current status was set.

Possible Status Values

StatusDescription
NONENo workflow status defined (default).
IN_REVIEWSubmitted and awaiting approval.
ON_HOLDReview paused — requires further clarification.
REJECTEDReviewed and officially declined.
APPROVEDReviewed and officially approved for use.