Platform API
After sending a group message
Synchronize a message event after a group message is sent.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterSendGroupMsgCommandRequest body
The payload contains callbackCommand: callbackAfterSendGroupMsgCommand, groupID, and the complete message snapshot described on Before sending a group message. It includes recvID and keyVersion Enterprise extensions.
Response
Return HTTP success promptly. Message delivery has already been processed and cannot be changed by this response.
Processing rules
- Configuration key:
afterSendGroupMsg. - Process idempotently using
clientMsgID, scoped bygroupIDwhen necessary.
Was this page helpful?