Zapier Webhook Integration Builder
Creates and manages Zapier integrations using the Zapier Platform CLI and REST Hooks API. Builds custom triggers, actions, and searches with OAuth2 authentication flows.
npx skills add agentskillexchange/skills --skill zapier-webhook-integration-builder
The Zapier Webhook Integration Builder automates the creation of custom Zapier integrations using the Zapier Platform CLI and Platform API. It scaffolds new integration projects with zapier init, generates trigger definitions using REST Hook subscriptions for real-time event delivery, and builds action modules with proper request/response mapping. The skill handles OAuth2 authentication setup including token refresh flows, session auth configurations, and API key injection patterns. Using the Zapier Platform CLI, it runs local testing with zapier test, validates integration schemas, and manages version promotion through zapier promote. The builder generates proper input field definitions with dynamic dropdowns powered by custom search endpoints, implements deduplication logic for polling triggers, and handles file upload/download actions with proper streaming. It configures error handling with custom error messages, implements rate limiting retry logic, and manages environment variables through zapier env. Advanced features include middleware setup for request/response transformation, bulk operation support for high-volume actions, and automated integration testing against sandbox APIs.