A Zapier Integration to create tasks in Plutio
- Download NodeJS (https://nodejs.org/en/download/)
- Install Zapier CLI using command
npm install -g zapier-platform-cli - Authorize to Zapier's platform using command
zapier login - Open folder of the project in the terminal and execute command
npm install
- To deploy your Zapier Integration first time use command
zapier push - Once you push your app, you'll be able to see it in the Zapier Platform UI (https://zapier.com/app/developer).
- Feel free to browse https://zapier.com/developer/start/introduction in case you're experiencing some issues with deployment
- Change files as needed
- To deploy your changes use command
zapier push
- Zapier CLI Reference - https://platform.zapier.com/cli_docs/cli
- Plutio API Documentation - https://docs.plutio.com/
YAY! Moved to GitHub!