Best answer

Support for XML in visual builder

  • 16 June 2020
  • 1 reply
  • 238 views

Userlevel 2
Badge

Looking for help in parsing XML.  I am familiar with the CLI approach but came across the following https://github.com/zapier/zapier-platform/pull/211 which states

"...request with XML response:
Note that both before and after currently are only possible in CLI apps, but once zapier/zapier#39899 makes the Middleware tab public for all, this can also be used in visual builder apps."

Has this been pushed into production?  If so How do I use it?

icon

Best answer by Mercology 18 June 2020, 17:07

View original

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

Userlevel 4
Badge +5

Per Zapier Development community…

That is not in production. Thanks for pointing out the inconsistency in the release note.
If you're using XML, you'll need to work with the CLI tool, even when/if we expose some middleware functionality in the UI, we won't be adding the ability to bring in npm modules to aid parsing and marshaling XML.

Do check out the the CLI conversion command which will generate a CLI project from your UI integration, and allow you to push it as a new point version.  https://platform.zapier.com/docs/export platform.zapier.complatform.zapier.com