Webhooks
Create webhook endpoint
Register a new outbound webhook endpoint on Luma with luma.webhooks.create(), passing a URL and the event types you want delivered.
SDK
luma.webhooks.create(body: WebhookCreateParams): Promise<Webhook>
Registers a new webhook endpoint with Luma.
Parameters
Endpoint URL and event types to subscribe to. See the official Luma API docs for available fields.
event_types also reads from LUMA_WEBHOOK_EVENT_TYPES via webhookEventTypesFromEnv().