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

# 业务对象

Webhook 业务对象字段说明

| 属性名           | 类型     | 描述                                                                    |
| ------------- | ------ | --------------------------------------------------------------------- |
| id            | string | Webhook事件的唯一ID                                                        |
| business\_id  | string | 事件关联的业务实体ID                                                           |
| event\_type   | string | 事件类型                                                                  |
| event\_status | string | 事件送达状态<br />pending: 事件送达处理中<br />success: 事件成功送达<br />failed: 事件送达失败 |
| url           | string | Webhook回调URL                                                          |
| content       | string | Webhook事件内容，JSON格式字符串                                                 |
