Skip to main content
POST
messages-any

message.any

Incoming messages (text/audio/media) for user or group chats. Fired for all message creations including your own. Fields:
  • hasMedia: boolean
  • _data: engine-specific internal data

Headers

x-userId
string
required

User UUID associated with the connected WhatsApp instance.

x-instanceId
string
required

Instance UUID of the connected WhatsApp instance.

Body

application/json
event
enum<string>
Available options:
message.any
data
object

Response

200

The API successfully processed the batch of messages and returned a status of 200, confirming successful receipt and synchronization.