For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inbox Chat Message Events

Chatroom inbound and outbound messages are only for listening to message events in the chatroom.

Inbox chat message event

There are the following two push events; subscribe if needed:

chat_mt_message_notify (chatroom downstream message reception)

chat_mo_message_notify (chatroom upstream message reception)

Parameter description

Field

Data type

Required

Description

wabaId

String

Yes

Waba Id

from

String

Yes

Enterprise Sender

to

String

Yes

User WhatsApp number

messageType

String

Yes

Message type

context

Object

Yes

Message content

wamid

String

No

Meta message ID

conversationId

String

No

Session ID (InnoPaaS chatroom session ID)

uid

String

No

User-defined ID

sendTime

String

Yes

Send time, UTC, e.g.: 2026-07-09T09:11:23.405Z

sendTimestamp

String

Yes

Send timestamp, accurate to the millisecond, e.g.: 1783588283405

chat_mt_message_notify

Downlink message example

chat_mo_message_notify

Upstream message example

最后更新于