From 4df23b529f1f6278944e82560e537bc79bd55bfc Mon Sep 17 00:00:00 2001 From: Sadeed Date: Mon, 14 Oct 2024 02:28:14 +0500 Subject: [PATCH] zapier: add page (#14173) Co-authored-by: Wiktor Perskawiec --- pages/common/zapier.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pages/common/zapier.md diff --git a/pages/common/zapier.md b/pages/common/zapier.md new file mode 100644 index 0000000000..77a3e0f91d --- /dev/null +++ b/pages/common/zapier.md @@ -0,0 +1,33 @@ +# zapier + +> Create, automate, and manage zapier integrations. +> Some subcommands such as `build`, `init`, `scaffold`, `push`, `test`, etc. have their own usage documentation. +> More information: . + +- Connect to a Zapier account: + +`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 an integration: + +`zapier test` + +- Build and upload an integration to Zapier: + +`zapier push` + +- Display help: + +`zapier help` + +- Display help for a specific command: + +`zapier help {{command}}`