Zapier lets you connect Zenovay to ~6,000 other apps without writing any code. Use it to forward goal completions to your CRM, push weekly traffic numbers to Google Sheets, or trigger an internal Slack message when an anomaly fires.
What the Zenovay Zapier app supports
Triggers (Zenovay → another app)
- New goal completion — fires once per conversion.
- Anomaly alert — fires when an anomaly is detected.
- New custom event — fires when a specific event name is received.
- Weekly digest ready — fires when the weekly digest report is generated.
Actions (another app → Zenovay)
- Send custom event — push a server-side event into Zenovay from any zap (e.g. when a Stripe charge succeeds, send a
purchaseevent). - Identify user — link an external user ID to a Zenovay session.
Setting up
- In Zapier, search for the Zenovay app and add it.
- When prompted, paste your Zenovay API key. Get one in Settings → API Keys → Create Key.
- Optionally, choose a website scope — the app will only see data for that website. Recommended for shared accounts.
- Click Test connection. Zapier will hit
/api/auth/testand confirm.
Example zap: goal completions to a Google Sheet
- Trigger: Zenovay → New goal completion → pick goal "Free trial sign-up".
- Action: Google Sheets → Create row → map fields:
- Timestamp →
{{trigger_time}} - Email →
{{user_email}}(only available if you're callingidentify()) - Source →
{{traffic_source}} - Country →
{{country}}
- Timestamp →
- Test the zap, then turn it on.
Each new goal completion will append a row to the sheet within ~1 minute.
Example zap: server-side purchase event
When a Stripe payment succeeds, post a purchase event to Zenovay.
- Trigger: Stripe → New successful charge.
- Action: Zenovay → Send custom event:
- Event name:
purchase - Properties:
revenue:{{amount_in_dollars}}currency:{{currency}}customer_id:{{customer_id}}
- Event name:
- Turn on. New charges will populate your Revenue dashboard.
Rate limits
Zapier triggers respect your account's rate limits — see API rate limits. For very high-volume zaps (>1,000 events/hour), use a webhook directly instead of going through Zapier.
Plan availability
The Zapier integration is available on the Pro plan and higher. Free users can call the API directly via webhooks.