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

# Ping

The `ping` event is a test event to check the webhook configuration.

### Event Object

<ParamField path="type" type="ping" />

<ParamField path="data" type="Event Data Object">
  The corresponding event data object as described below.
</ParamField>

### Data Object

<ParamField path="webhookId" type="string">
  The unique identifier for the webhook.
</ParamField>
