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

# Object

Webhook entity field reference.

| Field         | Type   | Desc                                                                                                                                        |
| ------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| id            | string | Unique identifier for the webhook event                                                                                                     |
| business\_id  | string | Business identifier associated with the event                                                                                               |
| event\_type   | string | Event type                                                                                                                                  |
| event\_status | string | Event delivery status<br />pending: Event is pending delivery<br />success: Event delivered successfully<br />failed: Event delivery failed |
| url           | string | Webhook callback URL                                                                                                                        |
| content       | string | Event payload content, JSON-encoded string containing event-specific data                                                                   |
