epilot Marketplace • Zapier Integration Docs • Apps Developer Docs
To run or deploy this app, you need:
- AWS access with permissions to deploy SST apps (Lambda, DynamoDB, API Gateway, CloudFormation)
- An AWS CLI profile configured with credentials
- Node.js (>=18) and npm
git clone https://github.com/epilot-dev/epilot-app-zapier.git
cd epilot-app-zapier
npm i
npm run devThis repository contains the Zapier App integration for epilot XRM, enabling 7,000+ Zapier workflows to connect with your epilot data.
This app uses the @epilot/app-sdk to interface with the epilot App Platform.
api/SST backend (Lambda functions, DynamoDB, OpenAPI spec)app/App Frontend (epilot App Bridge)openapi.ymlAPI specificationsst.config.tsSST configurationpackage.jsonWorkspace dependencies & scripts
npm run devStart dev (SST + live Lambda)npm run openapiGenerate API types from openapi.ymlnpm run buildBuild the appnpm run zipCreate anapp.zippackage to upload frontend to epilotnpm run deployDeploy to AWS
- Marketplace: https://marketplace.epilot.cloud/en/apps/zapier
- Zapier Integration Docs: https://docs.epilot.io/docs/integrations/zapier
- Apps Developer Docs: https://docs.epilot.io/apps/
- Developer Portal: https://docs.epilot.io
- SST Documentation: https://docs.sst.dev
