Skip to main content
Best answer

Can I POST an action in xml format?

  • May 3, 2020
  • 3 replies
  • 871 views

The app I’m trying to integrate only accepts posts in xml format. Can be done?  

Best answer by ikbelkirasan

@Marcel Khouri - You would need a library to convert an object to XML but the Platform UI doesn’t provide access to npm packages, so that’s not an option. However, with a CLI app you can definitely accomplish that.

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

3 replies

ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • May 3, 2020

@Marcel Khouri - Yes that’s possible with webhooks. Just set the payload type to XML.

 


@ikbelkirasan thanks, it’s a solution.

And can I do this when creating an action for my own private integration in the Platform UI? To make it more reusable

 


ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Solution Partner
  • Answer
  • May 4, 2020

@Marcel Khouri - You would need a library to convert an object to XML but the Platform UI doesn’t provide access to npm packages, so that’s not an option. However, with a CLI app you can definitely accomplish that.