Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

push-zap

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push-zap

Trigger a Zap from the command line.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Push Zap in CLI

THIS IS NOT OFFICIALLY ENDORSED BY ZAPIER, I JUST MADE THIS FOR MYSELF AND AM RELEASING FOR ANYONE TO USE.

This provides similar data to the input from Push by Zapier and you just need to replace the trigger with a regular Webhooks "Catch Hook".

To "install":

npm install -g push-zap, or if you're developing locally, npm link.

To learn more about it:

push-zap help

Examples:

% push-zap list
-- Zaps List

  ======================================================================
    Zap-ID          | Title                     | Text? | Webhook URL
  ======================================================================

  - add-friday      | Add Friday Update         | true  | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - get-friday      | Get Friday Update Draft   | false | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - get-tasks       | Get Completed Tasks       | false | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - expenses        | Create Expenses Draft     | false | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - invoice         | Create Invoice Draft      | false | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - hash            | Hash String               | true  | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - remind          | Remind me in 1 hour       | true  | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - remind-tomorrow | Remind me tomorrow        | true  | https://hooks.zapier.com/hooks/catch/XXX/YYY/
  - remind-monday   | Remind me on Monday       | true  | https://hooks.zapier.com/hooks/catch/XXX/YYY/
% push-zap help
-- Help

Usage: `push-zap <command|Zap-ID> [<text>]`.

Commands:

  - help: This command. Shows this screen.
  - list: Lists the Zaps I know about.
  - add: Creates the definition for a new Zap. `<text>` would become need to be `<Zap-ID> <Title> <Requires Text? (true/false)> <Webhook URL>`

NOTE: To add more zaps, edit your ~/.push-zaps.json file.

Keywords

FAQs

Package last updated on 04 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc