Platform APIEnterprise
After creating group conversations
Synchronize complete properties after group conversations are created. This callback is available in OpenIM Enterprise.
HTTP request
POST {WEBHOOK_ADDRESS}/callbackAfterCreateGroupChatConversationsCommandRequest body
The payload contains callbackCommand: callbackAfterCreateGroupChatConversationsCommand and the complete property set described on Before creating group conversations.
Response
Return HTTP success promptly. Conversation creation is already complete and cannot be changed by this response.
Processing rules
- Configuration key:
afterCreateGroupChatConversations. - Process idempotently using
owner_user_id:conversation_id.
Was this page helpful?