Skip to main content

How to @ Mention Users in Comments and Send Related Information to Instant Messaging

The business system itself has an IM module, or the business system has already integrated with IM. The business system wants that when users edit documents, if they @ mention someone in comments, the related information can be sent to the @ mentioned person through IM. Or the business system has a message center, and @ mentioned users can see related information in the message center.

Filez Document Platform does not have user management functionality, so when @ mentioning users, the source of users can only come from the business system. Please refer to the previous section to implement the relevant API.

After implementing the user selection API, the business system also needs to implement

MethodAPIDescription
POST/{context}/{docId}/mentionNotify comment operations

For specific information about the callback interface, see: Send Comments Notification API