Platform API
After updating selected group fields
Synchronize changes after selected group fields are updated.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterSetGroupInfoExCommandRequest body
The payload contains callbackCommand: callbackAfterSetGroupInfoExCommand, operationID, groupID, and the updated values among groupName, notification, introduction, faceURL, ex, needVerification, lookMemberInfo, and applyMemberFriend.
Response
Return HTTP success promptly. The partial update is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterSetGroupInfoEx. - Process idempotently using
groupIDoroperationID.
Was this page helpful?