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
|
| url | string | Webhook callback URL |
| content | string | Event payload content, JSON-encoded string containing event-specific data |