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.
- Host: GitHub
- URL: https://github.com/turbot/pipes-zapier
- Owner: turbot
- License: apache-2.0
- Created: 2023-03-02T21:58:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T13:47:57.000Z (over 2 years ago)
- Last Synced: 2025-01-01T16:24:46.461Z (over 1 year ago)
- Topics: hacktoberfest, integrations, steampipe, turbot-pipes, zapier, zapier-zap
- Language: JavaScript
- Homepage: https://zapier.com/apps/turbot-pipes/integrations
- Size: 23.4 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/).