{"error": "Invalid payload structure for incident creation"}
Encountering this when triggering a ServiceNow incident via Data Actions from an Architect flow. The webhook payload matches the documented schema for incident.create, yet the REST callout returns a 400. Specifically, the u_custom_field nested object seems to be rejected despite valid JSON formatting. Has anyone successfully mapped complex nested attributes from Genesys Cloud to ServiceNow custom tables without flattening the structure first?