You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
Is there any way, such as REST Based subscription , or TCP/IP sockets based subscription to interact with the Messaging API of LivePerson , without the need of accessing it only through Node.js ?
I went through and tested the Chat Agent API which is REST based and is easily accessible directly from C# / C++ / Postman.
So I was wondering if that may be the case with the Messaging API as well.
The text was updated successfully, but these errors were encountered:
Hi @danishmarif,
Yes, our API is accessible directly via WebSockets and is not limited to access through Node.js or this Node Agent SDK.
The SDK provides some conveniences which you will need to address yourself in any other language. If you are familiar with our Chat Agent API, you may be aware of our domain discovery service (CSDS) and login/authentication (agentVep) mechanisms. The SDK handles these things for you. Additionally, it handles the details of creating and managing the WebSocket connection. However, all of this can be done in the language of your choice (any that supports WebSockets).
Due to some backwards-compatibility constraints, there are some differences between this SDK's interfaces and our API itself. Due to this, the easiest way to see the actual requests/responses/notifications is using developer tools to monitor the WebSocket traffic from LiveEngage. Tip: WebSocket connections only show in developer tools if your are already monitoring network traffic when the connection is established.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any way, such as REST Based subscription , or TCP/IP sockets based subscription to interact with the Messaging API of LivePerson , without the need of accessing it only through Node.js ?
I went through and tested the Chat Agent API which is REST based and is easily accessible directly from C# / C++ / Postman.
So I was wondering if that may be the case with the Messaging API as well.
The text was updated successfully, but these errors were encountered: