z
object to customize your API callz
object for Zapier specific features, including z.console
to write to the console log, z.JSON
to parse JSON and z.errors
to handle errors. Learn more in Zapier’s CLI Z Object docs.
z.require
, for example, z.require('querystring')
or z.require('crypto')
. Zapier strongly recommend you keep it simple when coding in Platform UI. Building and testing complex code is better suited with the Platform CLI.
NPM modules are not supported within the Platform UI. You’d need to export your project to Platform CLI and use npm
to add additional libraries.