-
Notifications
You must be signed in to change notification settings - Fork 188
Example Apps
In order to help ensure your success as a Zapier app developer, we've created a bunch of example apps that highlight different functionalities of the CLI such as:
- triggers / searches / actions
- authentication methods
- dynamic dropdowns
- transpilers
...and more!
You can use them like this:
https://github.com/zapier/zapier-platform/tree/master/example-apps/minimal - A minimal Zapier App
https://github.com/zapier/zapier-platform/tree/master/example-apps/onedrive - A copy of the OneDrive Zapier App
https://github.com/zapier/zapier-platform/tree/master/example-apps/resource - zapier init . --template=resource
https://github.com/zapier/zapier-platform/tree/master/example-apps/trigger - zapier init . --template=trigger
https://github.com/zapier/zapier-platform/tree/master/example-apps/search - zapier init . --template=search
https://github.com/zapier/zapier-platform/tree/master/example-apps/create - zapier init . --template=create
https://github.com/zapier/zapier-platform/tree/master/example-apps/dynamic-dropdown
https://github.com/zapier/zapier-platform/tree/master/example-apps/middleware - zapier init . --template=middleware
https://github.com/zapier/zapier-platform/tree/master/example-apps/basic-auth - zapier init . --template=basic-auth
https://github.com/zapier/zapier-platform/tree/master/example-apps/digest-auth - zapier init . --template=digest-auth
https://github.com/zapier/zapier-platform/tree/master/example-apps/custom-auth - zapier init . --template=custom-auth
https://github.com/zapier/zapier-platform/tree/master/example-apps/oauth2 - zapier init . --template=oauth2
https://github.com/zapier/zapier-platform/tree/master/example-apps/session-auth - zapier init . --template=session-auth
https://github.com/zapier/zapier-platform/tree/master/example-apps/babel - zapier init . --template=babel
https://github.com/zapier/zapier-platform/tree/master/example-apps/rest-hooks - zapier init . --template=rest-hooks
https://github.com/zapier/zapier-platform/tree/master/example-apps/files - zapier init . --template=files
A full list can be found here.
To create a new app using one of these apps as a template, run zapier init . --template=X
(where x is one of the apps listed in the above link).