Browse Platform API
Platform API

Before group online push

Copy

Adjust target users or push policy before an online group push.

HTTP request

POST {WEBHOOK_ADDRESS}/callbackBeforeGroupOnlinePushCommand

Request body

PropertyTypeDescription
callbackCommandstringcallbackBeforeGroupOnlinePushCommand.
operationIDstringOpenIM operation trace ID.
platformIDintClient platform ID.
platformstringClient platform name.
clientMsgIDstringClient message ID.
sendIDstringSender user ID.
groupIDstringGroup ID.
contentTypeintMessage content type.
sessionTypeintConversation type.
atUserIDListstring[]Mentioned user IDs.
contentstringMessage content JSON string.
seqintMessage sequence number.

Response

Return the common before-event fields from Webhooks overview. userIDList may replace the online recipients and offlinePushInfo may replace fallback push metadata.

Processing rules

  • Configuration key: beforeGroupOnlinePush.
  • OpenIM waits synchronously; timeout behavior follows failedContinue.