Seconding the request to access the full payload (body) instead of just its children. This way we can handle any scenario through the script, including single records, arrays, etc.
In my case I want to do some minimal processing on payload arrival, b...