Skip to main content
SDK luma.webhooks.create(body: WebhookCreateParams): Promise<Webhook> Registers a new webhook endpoint with Luma.

Parameters

WebhookCreateParams
required
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().

Test it