How can I obtain the http error response code (429) using Architect tools

Hello Dev Community..
How can I obtain the http error response code (429) using Architect tools, when a Web Service data action takes the failure path.

Thanks

Hi Diego,

If this is for a call flow then the details of a failure are currently not available. Please open or vote on an idea at https://genesyscloud.ideas.aha.io/ideas for this.
If this is for a different flow type I believe that there are outputs in the data action tool that return that information.

--Jason

Hi Jason..
if this is not possible for call flows .. what is the Genesys recommendation so that we can do a troubleshooting..

thanks

Hi Diego,
In order to get this prioritized to be fixed please create an idea for this in
https://genesyscloud.ideas.aha.io/ideas

One approach to work around this issue is to wrap the web service call so that it always returns 200/ok, but includes if it actually failed in the body. If you or the customer are in control of this web service you could do this at the web service level. If you are not in control of the web service (or changing the web service is not acceptable) you could wrap the service call in a lambda and use a lambda data action to execute the web service.

--Jason

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