Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 560 Bytes

File metadata and controls

45 lines (31 loc) · 560 Bytes

Zapier

Install Zapier

npm install -g zapier-platform-cli

Install dependencies

cd `zapier`
npm install

Login to Zapier

zapier login

Register the app

zapier register [TITLE]

Publish the app

zapier push

Set the base URL to receive webhooks from Zapier. The version usually looks like 1.0.0.

zapier env:set [VERSION] BASE_URL=[BASE_URL]

Testing