Platform API
After sending a one-to-one message
Synchronize a message event after a one-to-one message is sent.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterSendSingleMsgCommandRequest body
The payload contains callbackCommand: callbackAfterSendSingleMsgCommand and the complete message snapshot described on Before sending a one-to-one message, including serverMsgID, clientMsgID, seq, sender and recipient IDs, content, timestamps, and keyVersion Enterprise.
Response
Return HTTP success promptly. Message delivery has already been processed and cannot be changed by this response.
Processing rules
- Configuration key:
afterSendSingleMsg. - Process idempotently using
clientMsgID, optionally scoped by the conversation ID.
Was this page helpful?