StudioDock
Back to What's New
MajorIntegrationsMay 24, 2026

Outbound webhooks now include workflow events and delivery history

Webhook integrations now support signed versioned workflow events, delivery records, retries, resend controls, secret rotation, and setup documentation for automation tools.

All studiosPlan-specific
How to use this update
  1. 1Open Settings > Integrations and add an HTTPS webhook endpoint.
  2. 2Choose the event groups your automation should receive, or keep all events enabled for older integrations.
  3. 3Use Send test to confirm your receiver returns a 2xx response.
  4. 4Verify the `x-studiodock-signature` header on your receiver before trusting the payload.
  5. 5Use Recent deliveries to inspect response codes and resend failed events when needed.

What changed

What changed

  • Outbound webhooks now send a versioned event envelope with event ID, event type, timestamp, tenant ID, API version, and a workflow-specific data snapshot.
  • Settings now includes grouped event selection, payload preview guidance, signed headers, test send, recent delivery history, manual resend, and secret reveal/rotation actions.
  • Failed deliveries are recorded and retried by the scheduled webhook retry job instead of blocking the customer-facing booking or admin workflow.
  • Workflow events now cover booking creation and changes, payments, freelancer claims, package and gift-card lifecycle events, wallet activity, and memberships.

What changed

Why studio owners care

  • Automation builders can rely on stable event names and payload metadata instead of parsing one generic booking notification.
  • Teams can verify endpoint setup before launch with test sends and inspect recent deliveries when a Zapier, Make, or custom integration does not receive an event.
  • Secret rotation and signature headers make webhook receivers safer to operate before connecting production automations.