Skip to content

Global Events

Global events are not tied to a specific design — they relate to workspace-wide actions such as export completion.

NEW_EXPORT

Triggered when an export job (which bundles multiple assets into a ZIP archive) has completed and the file is ready for download.

WARNING

Filterable by Design: No. This is a global event that applies to the entire workspace.

Payload Example

json
{
  "export_id": "54e62358-2656-455c-afd7-66d5ed3dd581",
  "archive_url": "https://example.com/export.zip",
  "requested_at": 1649838051,
  "generated_at": 1649838135
}

Payload Field Definitions

FieldTypeDescription
export_idUUID v4Unique ID for the completed export job.
archive_urlstringURL of the export archive (ZIP).
requested_atUnix timestampWhen the export was initially requested.
generated_atUnix timestampWhen the archive became available.