Struggling to figure out why the Genesys Cloud outbound webhook payload targeting our ServiceNow incident table is consistently failing with a 502 Bad Gateway status, despite the endpoint working flawlessly via Postman. The integration uses a standard Data Action to trigger a screen pop for digital channel conversations, but the failure occurs specifically when the JSON body exceeds 2KB.
Verified the ServiceNow REST API endpoint accepts the payload and returns 200 OK when tested directly with curl.
Confirmed the Genesys Cloud webhook configuration uses the correct authentication header and TLS 1.2, matching the documentation for external integrations.
This issue stems from the Genesys Cloud outbound webhook gateway dropping large payloads before they reach ServiceNow. The intermediate proxy has a strict size limit that Postman bypasses. Try chunking the JSON or using a Data Action to truncate fields exceeding 1KB. Check the API throughput docs for exact byte limits on webhook bodies.