Skip to main content

Hey All -
 

Trying to POST raw payload. I keep getting this error. When I attempt the post in postman, the outside system gives me a positive response. When I copy the payload into Zapier, I keep receive the same error. Any help would be must appreciated.

{ "leads": { "first_name": "Chris", "last_name": "Morgan", "email": "email", "phone": "phone", "address": "address", "unit": "", "city": "Lexington", "state": "KY", "zip_code": "40511", "avg_bill": 180 } ] }

Hi @chrisrmor 

Good question.

For us to have context, please post detailed screenshots with how your Zap steps are configured, thanks.

Try using this JSON structure and make sure any extra spaces/whitespace are removed.

{
    "leads": s{
        "first_name": "Chris",
        "last_name": "Morgan",
        "email": "email",
        "phone": "phone",
        "address": "address",
        "unit": "",
        "city": "Lexington",
        "state": "KY",
        "zip_code": "40511",
        "avg_bill": 180
    }]
}


 


@chrisrmor 

This is not likely the correct parameter.

 

Instead, try using the a Custom Request