Skip to main content
NearIQ integrates with Zapier through authenticated API triggers and webhook subscriptions. When competitive events occur (rating changes, review surges, status changes), Zapier receives the event and can route it to any connected app.

How it works

  1. Create a Zap in Zapier and select NearIQ as the trigger app
  2. Authenticate with your NearIQ API key (Growth plan or above)
  3. Choose an event trigger (competitor rating change, review surge, etc.)
  4. Configure the action (send to Slack, create CRM contact, update spreadsheet, etc.)

Supported triggers

API endpoints

Subscribe (POST /api/zapier/subscribe)

Zapier calls this to register a webhook URL for a specific event.

Poll (GET /api/zapier/poll?event=alert.created)

Returns the 25 most recent alerts for deduplication. Zapier uses the id field to track which alerts have already triggered.

Requirements

  • Growth plan or above (webhooks feature required)
  • Valid NearIQ API key with alerts:read for polling or webhooks:manage for subscriptions