Inbox聊天消息事件
聊天室上下行消息仅针对在聊天室 的消息事件监听
Inbox聊天消息事件
有以下两个推送事件,如有需要订阅:
chat_mt_message_notify(聊天室下行消息接收)
chat_mo_message_notify(聊天室上行消息接收)
参数说明
字段
数据类型
是否必填
描述
wabaId
String
是
Waba Id
from
String
是
企业Sender
to
String
是
用户WhatsApp 号码
messageType
String
是
消息类型
context
Object
是
消息内容
wamid
String
否
Mete消息ID
conversationId
String
否
会话ID(InnoPaaS聊天室会话ID)
uid
String
否
用户自定义Id
sendTime
String
是
发送时间,UTC,如:2026-07-09T09:11:23.405Z
sendTimestamp
String
是
发送时间戳,精确到毫秒,如:1783588283405
chat_mt_message_notify
下行消息示例
chat_mo_message_notify
上行消息示例
最后更新于