Skip to main content
Best answer

Catching raw XML

  • 30 June 2024
  • 1 reply
  • 13 views

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?

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

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.