TapWebhookMap augmentation, which is what
sendEvent accepts.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The webhook event names in the TapWebhookMap augmentation, which is what sendEvent accepts.
type WebhookName = keyof TapWebhookMap extends never ? string : Extract<keyof TapWebhookMap, string>;
TapWebhookMap augmentation, which is what
sendEvent accepts.Was this page helpful?