Platform API
After one-to-one messages are read
Synchronize read-state changes after one-to-one messages are marked as read.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterSingleMsgReadCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackAfterSingleMsgReadCommand. |
| conversationID | string | Conversation ID. |
| userID | string | User whose read state changed. |
| Seqs | int[] | Message sequence numbers marked as read. The capitalization is part of the protocol. |
| contentType | int | Message content type. |
Response
Return HTTP success promptly. The read state is already updated and cannot be changed by this response.
Processing rules
- Configuration key:
afterSingleMsgRead. - Process idempotently using
conversationID,userID, and the sequence numbers.
Was this page helpful?