Integration guide
Zapier (scaffold)
Starter Zapier CLI integration with actions (check IP, bulk check, usage).
Repo location
integrations/zapier
Triggers (like “high-risk detected”) require an event source; this scaffold focuses on actions first.
Every request URL in index.js and creates/*.js already points at https://predax.io/api/v1/.... There is no api. subdomain — if you ever see one, it is stale and will not resolve.
What’s included
- Action: Check IP
- Action: Bulk check IPs
- Action: Get usage stats
Local setup (Zapier CLI)
- Install Zapier CLI:
npm i -g zapier-platform-cli - In
integrations/zapier:npm install - Authenticate:
zapier login - Push:
zapier push
Authentication uses a simple API key field (your users paste prdx_...).