Platform API
After revoking a message
Synchronize a revoke event after a message is revoked.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackBeforeAfterMsgCommandRequest body
| Property | Type | Description |
|---|---|---|
| callbackCommand | string | callbackBeforeAfterMsgCommand. |
| conversationID | string | Conversation ID. |
| seq | int | Sequence number of the revoked message. |
| userID | string | User 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.
Was this page helpful?