bramw_baserow/integrations/zapier
Bram Wiepjes 9f1c377009 Minor rename to pass Zapier validation 2022-10-11 19:39:47 +00:00
..
src Minor rename to pass Zapier validation 2022-10-11 19:39:47 +00:00
test Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
.gitignore Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
README.md Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
authentication.js Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
index.js Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
package.json Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00
yarn.lock Zapier actions and triggers integration 2022-09-23 18:32:17 +00:00

README.md

zapier

This Zapier integration project is generated by the zapier init CLI command.

These are what you normally do next:

# Install dependencies
npm install  # or you can use yarn

# Run tests
zapier test

# Register the integration on Zapier if you haven't
zapier register "App Title"

# Or you can link to an existing integration on Zapier
zapier link

# Push it to Zapier
zapier push

Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md.