event.archived

HMAC-SHA256 signed webhook event

The event was archived. Uploads are closed and the gallery is read-only.

METHOD WEBHOOK EVENT
EVENT TYPE event.archived
AUTH HMAC-SHA256 signed

Emitted by onEventStatusChanged when status flips to archived. Final photoCount rolls in the payload. Good signal to trigger the post-event recap email, snapshot the photo count to your CRM, or kick off a thank-you flow.

AUTH NOTE

Outbound webhook delivery. Verify the `Fotowall-Signature` header against your event's webhook secret before trusting the body.

Request

EXAMPLE BODY

{
  "event": "event.archived",
  "eventId": "spring-gala-2026",
  "deliveryId": "del_01HV9X8T9R7K2M4Q6N8P0Z3W5N",
  "timestamp": "2026-05-18T08:00:00Z",
  "data": {
    "archivedAt": "2026-05-18T08:00:00Z",
    "photoCount": 742
  }
}

Need a different shape?

The API surface is small. Tell us what you need and we'll work backward from your integration.

Request an endpoint Back to API index