Localhost api call

Is it at all possible to call an API where the endpoint sits on the user's PC
IE calling a localhost endpoint, where that is the PC?
Either through the generic webservice integration or client app SDK?

The only way you can do that is via some custom code you write. Everything that would be executed by Genesys, i.e. data actions, are executed server-side and therefore can only access publicly-addressable endpoints.

Thanks Tim

Any guidance on what the custom code would need to accomplish to achieve this?

Here's an example with axios: axios.get('https://localhost').

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.