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 dev
This 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.yml
API specificationsst.config.ts
SST configurationpackage.json
Workspace dependencies & scripts
npm run dev
Start dev (SST + live Lambda)npm run openapi
Generate API types from openapi.ymlnpm run build
Build the appnpm run zip
Create anapp.zip
package to upload frontend to epilotnpm run deploy
Deploy 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