Browse Platform API
Platform API

After updating group information

Copy

Synchronize changes after group information is updated.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterSetGroupInfoCommand

Request 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 groupID or operationID.