Does anyone understand why the ServiceNow Data Action returns a 400 Bad Request when processing messaging engagements? The payload structure matches the documented REST API requirements, yet the response indicates a missing mandatory field. The error occurs specifically during the initial engagement start event. Here is the JSON payload being sent:
{
"short_description": "Customer inquiry",
"caller_id": "123456"
}
The flow logs show no transformation errors.