It is a POST request that I am making to this endpoint. Strangely, this API call works sometimes but not other times. Do you think that the customer's firewall is blocking an IP that Genesys is using for the data action request?
Are you trying to a call Genesys Cloud public API endpoint? It sounds suspiciously like there is some kind of blocking of the IP address, but some more details would help.
Thanks,
John Carnell
Manager, Developer Engagement
That sounds like a DNS issue, where the DNS entry that is returned is sometimes a public IP address, but other times an internal IP address (like 192.168.x.x or 10.x.x.x). Without a correlation ID of an example I can't give you much else.
That is exactly what I wanted, and it verifies that this is a DNS issue.
Running
nslookup your.endpoint.com
for the DNS name your action is trying to hit consistently returns two IP addresses. One of them is a 10.x.x.x address and the other is an18.x.x.x address. Based on this it is a 50/50 on if your data action will work or get this error until the DNS issue is resolved.