首页 > API中心 > IVR群呼 > 文档指引
| 参数 | 说明 | 类型 |
|---|---|---|
| appId | 应用id | String |
| channelType | 通道类型:0-WhatsApp,默认0; | Integer |
| messageId | 消息id | String |
| eventType | 事件类型:message-status-event(下行消息事件)。 | String |
| billable | 是否计费:true-计费、false-不计费 | String |
| form | 消息发送方号码 | String |
| recipient | 消息接收方号码 | String |
| status | 消息状态:failed(发送失败)、sent(已发送)、delivered(发送成功)、read(已读)、deleted(已删除) | String |
| failure | 失败原因(failed) | String |
| conversationId | 对话id(消息状态为:sent、delivered才返回) | String |
| expiresAt | 对话过期时间戳(秒级,消息状态为sent、delivered返回) | Long |
| conversationType | 对话类型:authentication(身份验证)、marketing(营销)、utility(交易相关)、service(服务)、referral_conversion(免费接入点) | String |
| timestamp | 推送状态时间戳(秒级) | Long |