Browse Platform API
Platform API

After revoking a message

Copy

Synchronize a revoke event after a message is revoked.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackBeforeAfterMsgCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackBeforeAfterMsgCommand.
conversationIDstringConversation ID.
seqintSequence number of the revoked message.
userIDstringUser who initiated the revoke operation.

Response

Return HTTP success promptly. The revoke operation is already complete and cannot be changed by this response.

Processing rules

  • Configuration key: afterRevokeMsg.
  • Process idempotently using conversationID:seq.