1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-09-07 21:42:53 +00:00
bramw_baserow/integrations/zapier/README.md
2022-09-23 18:32:17 +00:00

25 lines
518 B
Markdown

# zapier
This Zapier integration project is generated by the `zapier init` CLI command.
These are what you normally do next:
```bash
# 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.