-
Notifications
You must be signed in to change notification settings - Fork 66
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-example-app-minimal - A minimal Zapier App
https://github.com/zapier/zapier-platform-example-app-onedrive - A copy of the OneDrive Zapier App
https://github.com/zapier/zapier-platform-example-app-resource - zapier init . --template=resource
https://github.com/zapier/zapier-platform-example-app-trigger - zapier init . --template=trigger
https://github.com/zapier/zapier-platform-example-app-search - zapier init . --template=search
https://github.com/zapier/zapier-platform-example-app-create - zapier init . --template=create
https://github.com/zapier/zapier-platform-example-app-dynamic-dropdown
https://github.com/zapier/zapier-platform-example-app-middleware - zapier init . --template=middleware
https://github.com/zapier/zapier-platform-example-app-basic-auth - zapier init . --template=basic-auth
https://github.com/zapier/zapier-platform-example-app-digest-auth - zapier init . --template=digest-auth
https://github.com/zapier/zapier-platform-example-app-custom-auth - zapier init . --template=custom-auth
https://github.com/zapier/zapier-platform-example-app-oauth2 - zapier init . --template=oauth2
https://github.com/zapier/zapier-platform-example-app-session-auth - zapier init . --template=session-auth
https://github.com/zapier/zapier-platform-example-app-babel - zapier init . --template=babel
https://github.com/zapier/zapier-platform-example-app-rest-hooks - zapier init . --template=rest-hooks
https://github.com/zapier/zapier-platform-example-app-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).