Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zapier: add page #14173

Merged
merged 4 commits into from
Oct 13, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions pages/common/zapier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# zapier

> Create, automate, and manage zapier integrations.
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved
> Some subcommands such as `build`, `init`, `scaffold`, `push`, `test`, etc. have their own usage documentation.
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md>.

- Connect to your Zapier account:
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved

`zapier login`

- Initialize a new Zapier integration with a project template:

`zapier init {{path/to/directory}}`

- Add a starting trigger, create, search, or resource to your integration:

`zapier scaffold {{trigger|create|search|resource}} {{name}}`

- Test your integration:
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved

`zapier test`

- Build and upload your integration to Zapier:
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved

`zapier push`

- Display help:

`zapier help`

- Display help for a specific command:

`zapier help {{command}}`