Browse Platform API
Platform API

After creating a group

Copy

Synchronize group information and initial members after a group is created.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterCreateGroupCommand

Request body

The payload contains callbackCommand: callbackAfterCreateGroupCommand and the complete group snapshot described by GroupInfo. It also includes initMemberList, announcement metadata, and these Enterprise fields:

PropertyTypeDescription
displayIsRead EnterprisebooleanWhether group message read status is displayed.
muteBypassUserIDs Enterprisestring[]Users allowed to send messages while the group is muted.

Response

Return HTTP success promptly. Group creation is already complete and cannot be changed by this response.

Processing rules

  • Configuration key: afterCreateGroup.
  • Process idempotently using groupID or operationID.