Browse Platform API
Platform API

After sending a group message

Copy

Synchronize a message event after a group message is sent.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterSendGroupMsgCommand

Request 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 by groupID when necessary.