> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WebhookName

> The webhook event names in the TapWebhookMap augmentation, which is what sendEvent accepts.

```ts theme={null}
type WebhookName = keyof TapWebhookMap extends never ? string : Extract<keyof TapWebhookMap, string>;
```

The webhook event names in the `TapWebhookMap` augmentation, which is what
`sendEvent` accepts.
