event.published

HMAC-SHA256 signed webhook event

Your event moved to status="active". Uploads are accepted and the wall is rendering.

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

Emitted by onEventStatusChanged when an event flips from draft to active. Use this to kick off marketing automations — schedule the post-event recap email, create the Slack channel, post the live URL into your event's comms thread.

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.published",
  "eventId": "spring-gala-2026",
  "deliveryId": "del_01HV9X8T8R7K2M4Q6N8P0Z3W5M",
  "timestamp": "2026-05-17T18:00:00Z",
  "data": {
    "eventName": "Spring Gala 2026",
    "template": "gala",
    "publishedAt": "2026-05-17T18:00:00Z",
    "galleryUrl": "https://app.fotowall.io/gallery.html?event=spring-gala-2026"
  }
}

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