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