Skip to main content

I keep getting “Unable to parse Payload” when using the “Custom Request” POST action type. 

For any mapped field that doesn’t have data returned, it keeps sending `No Data on Mapped Value` , i believe that this is whats causing the issue when posting to our application. How would do i ensure that this is sent through as empty or null if there is no data present 

 

Hi @hannah L 

You can use a tool like this to check that you are using a valid JSON structure: https://jsonlint.com/

Ultimately the requirements for the POST API request depend on the API endpoint documentation you are referencing to configure the Zap step.