Skip to content

turbot/pipes-zapier

Turbot Pipes Zapier Integration

Developing

Prerequisites:

Developing the app:

If you wish to work on the app, you'll first need to configure authentication between your dev environment and the Zapier platform. You'll use the email address and password you use to log in to the Zapier application.

zapier login

Clone:

To clone the Turbot Pipes app and load its node project modules, execute the following commands in your terminal:

git clone https://github.com/turbot/pipes-zapier.git
cd pipes-zapier
npm install

To test the app, you can simply run zapier test.

zapier test

When you're ready to try your changes out on the Zapier platform use the push command.

zapier push

Note: Make sure you have changed the version by updating the version number mentioned in the package.json file.

Once you push your app, you'll be able to see it in the Zapier Platform UI.