Skip to main content
Best answer

Catching raw XML

  • June 30, 2024
  • 1 reply
  • 97 views

ericgranata
Forum|alt.badge.img

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?

Best answer by ericgranataBest answer by ericgranata

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.

View original
Did this topic help you find an answer to your question?
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

ericgranata
Forum|alt.badge.img
  • Author
  • Beginner
  • 8 replies
  • Answer
  • July 1, 2024

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.