Find Messages Update
POST/chat/fetchMessageUpdate
The batch of data will be automatically sent to the path: /api/allMessageUpdate of the registered webhook
Request
Query Parameters
operator string
Possible values: [and
, or
]
default: and
- application/json
Body
messageId stringrequired
wuid stringrequired
status stringrequired
Default value: DELIVERY_ACK | READ
fromMe booleanrequired
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
count numberrequired
{
"count": 0
}
Loading...