packages/app-store/zapier/README.md
Note: This is a redirect app. End users should connect Cal.com to Zapier directly via the Zapier Integrations page: https://zapier.com/apps/calcom/integrations
The Zapier app in Cal.com now functions as a redirect app that takes users directly to Zapier's integration page. No local setup or OAuth configuration is required.
This app uses the link-as-an-app template and requires no additional configuration beyond the redirect URL.
The following API endpoints are maintained for backward compatibility with existing Zapier integrations:
GET /api/integrations/zapier/listBookings - List user bookingsGET /api/integrations/zapier/listOOOEntries - List out-of-office entriesPOST /api/integrations/zapier/addSubscription - Subscribe to webhooksDELETE /api/integrations/zapier/deleteSubscription - Unsubscribe from webhooksGET /api/integrations/zapier/me - Get user/team informationNote: These endpoints support both API key and OAuth authentication for existing integrations. The endpoints are dynamically routed through /api/integrations/[...args].ts.