Skip to main content

I’ve got an app that sends order information as XML. I thought maybe I could catch it with Webhooks by Zapier  and then use a code step to do some parsing. I could swear I did something like this a number of years ago with Zapier.

However, I just posted some XML to a Webhook by Zapier using Postman and when I click the button to test the trigger, nothing shows up.

Has anyone found a way or best practice for simply getting XML into Zapier?

Kind of embarrassed to admit how I solved this. When I configured my POST in Postman I still had application/json in my header. I removed it and now I have XML being received by Webhooks by Zapier. All good.