webhooks package
Functions
|
Function |
Description |
|---|---|
Variables
|
Variable |
Description |
|---|---|
|
Canonical catalog of internal webhook events, keyed by event name. Each entry is the event's Definition (display name, description, and Zod payload schema). This is the single source of truth for webhook event names and their payload shapes across the platform: webhook delivery, the dashboard event picker, and Automations that trigger on these events all derive from it. Archived events are intentionally excluded — they are not selectable as triggers. | |
|
All webhook event names, as a runtime array (catalog key order). | |
Type Aliases
|
Type Alias |
Description |
|---|---|
|
Any valid internal webhook event name from the webhookEventCatalog. | |
|
The payload type delivered for a given webhook event name. | |