Admin review of chats of user (filter by user/s)
- Via dashboard.
- Via app - mobile or web.
Admin review of chats of user (filter by user/s)
You can review chat data using the ChatKitty Platform API.
Here’s a link to the ChatKitty Swagger API explorer to get you started.
A. Can admin respond in direct channel?
B. Can admin review messages of direct or private channel that he or she is not a part of?
Yes, the Platform API gives you complete control of your application’s chat data.
Yes that can solve query B.
What about query A. If 2 users (not admin) are there in a direct channel, can admin message in that channel?
Yeah, you can use the Platform API Platform API OpenAPI Specification (OAS) | ChatKitty to send an admin message.
Currently, there isn’t a server-side SDK written in Java but you can call the Platform API using any Java HTTP client library.