Skip to main content
Zenovay
Pro Plan6 minutesBeginner

Zapier: connecting Zenovay to Zapier

Use the Zenovay Zapier app to trigger zaps from goal completions, anomaly alerts, and custom events — and pull analytics into Google Sheets or similar.

zapierintegrationsautomationno-code
Last updated:

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 purchase event).
  • Identify user — link an external user ID to a Zenovay session.

Setting up

  1. In Zapier, search for the Zenovay app and add it.
  2. When prompted, paste your Zenovay API key. Get one in Settings → API Keys → Create Key.
  3. Optionally, choose a website scope — the app will only see data for that website. Recommended for shared accounts.
  4. Click Test connection. Zapier will hit /api/auth/test and confirm.

Example zap: goal completions to a Google Sheet

  1. Trigger: Zenovay → New goal completion → pick goal "Free trial sign-up".
  2. Action: Google Sheets → Create row → map fields:
    • Timestamp → {{trigger_time}}
    • Email → {{user_email}} (only available if you're calling identify())
    • Source → {{traffic_source}}
    • Country → {{country}}
  3. 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.

  1. Trigger: Stripe → New successful charge.
  2. Action: Zenovay → Send custom event:
    • Event name: purchase
    • Properties:
      • revenue: {{amount_in_dollars}}
      • currency: {{currency}}
      • customer_id: {{customer_id}}
  3. 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.

Was this article helpful?