Platform API
After creating a group
Synchronize group information and initial members after a group is created.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterCreateGroupCommandRequest body
The payload contains callbackCommand: callbackAfterCreateGroupCommand and the complete group snapshot described by GroupInfo. It also includes initMemberList, announcement metadata, and these Enterprise fields:
| Property | Type | Description |
|---|---|---|
| displayIsRead Enterprise | boolean | Whether group message read status is displayed. |
| muteBypassUserIDs Enterprise | string[] | 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
groupIDoroperationID.
Was this page helpful?