Browse Platform API
Platform APIEnterprise

After creating group conversations

Copy

Synchronize complete properties after group conversations are created. This callback is available in OpenIM Enterprise.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackAfterCreateGroupChatConversationsCommand

Request 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.