Hello - my team is transitioning off of using the Web Chat Guest APIs, and transitioning to using the Web messaging Guest API. As I examine the documentation for the Web messaging Guest API, i had a security-related question.
Do I really only need a deploymentId
to be able to make send and receive messages on behalf of my Genesys Cloud organization?
With the Web Chat Guest API, I initiate the web socket connection by calling a REST API that generates a unique (I assume) wss://
url, thus providing some layer of security for the discoverability of the URL necessary to establish a web socket connection, but it seems like there only exist the static URLs for the Web Messenger version.
I just want to validate that I'm understanding this correctly, and that this is Genesys' recommended pattern. I have some concerns about the static deploymentId
guid being the only layer of security for establishing a connection with my web messenger deployment.