> ## 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.

# WebhookPayload

> The payload type webhook event E carries, read from the TapWebhookMap augmentation.

```ts theme={null}
type WebhookPayload<E> = E extends keyof TapWebhookMap ? TapWebhookMap[E] : Record<string, unknown>;
```

The payload type webhook event `E` carries, read from the `TapWebhookMap`
augmentation.

## Type Parameters

### E

`E` *extends* [`WebhookName`](/extensions/reference/frontend-api/TypeAlias.WebhookName)
