An open API service indexing awesome lists of open source software.

https://github.com/turbot/pipes-zapier

Zapier integration for Turbot Pipes.
https://github.com/turbot/pipes-zapier

hacktoberfest integrations steampipe turbot-pipes zapier zapier-zap

Last synced: 8 months ago
JSON representation

Zapier integration for Turbot Pipes.

Awesome Lists containing this project

README

          

# Turbot Pipes Zapier Integration

- Zapier: https://zapier.com
- Turbot Pipes: https://pipes.turbot.com
- Community: [Join us on Slack](https://turbot.com/community/join)

## Developing

Prerequisites:

- [Zapier CLI](https://developer.zapier.com/cli-guide/install-the-zapier-cli)
- [Node.js](https://nodejs.org/en/download)

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.

```sh
zapier login
```

Clone:

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

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

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

```sh
zapier test
```

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

```sh
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](https://developer.zapier.com/).