# 语音通话呼入回调 - 50002

例: 微信/企微好友拨打微信电话后,系统会通过回调接口通知

encoding_content解密后的结构

{
    "event_type": 50002,
    "call_id": "15f797a820b8444e8cf42acc67ca086d",
    "contact_id": "acchT2ewXQ5xjtWkTIh4Kqh",
    "robot_id": "accbTDTOEBMHReE3gCQ4uMW"
}

说明

字段 类型 说明
event_type int 事件类型,50002
call_id string 请求通话id
contact_id string 会话id (私聊为account_id)
robot_id string 机器人open id
最后更新时间: 2026/6/23 19:48:41