How it works
- Create a Zap in Zapier and select NearIQ as the trigger app
- Authenticate with your NearIQ API key (Growth plan or above)
- Choose an event trigger (competitor rating change, review surge, etc.)
- 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 theid field to track which alerts have already triggered.
Requirements
- Growth plan or above (webhooks feature required)
- Valid NearIQ API key with
alerts:readfor polling orwebhooks:managefor subscriptions