POST/PUT XML & Raw

Bryan Helmig
Bryan Helmig / January 15, 2013

Hackers rejoice! You can now compile your very own XML requests or even raw string request bodies with Zapier. We follow the simple pipe syntax we've used for a while:

Raw

string|hello!
number|1

Form

string=hello!&number=1

JSON

{"string": "hello!", "number": "1"}

XML

<string>hello!</string><number>1</number>

If you need more powerful webhooks, consider our developer platform.