Browse Platform API
Platform API

After sending a one-to-one message

Copy

Synchronize a message event after a one-to-one message is sent.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterSendSingleMsgCommand

Request 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.