Integrations
Connect AutoReview with your CRM, Zapier, and other tools to streamline customer data flow.
Overview
You can integrate AutoReview with your existing tools to automatically add customers and trigger review requests. Native connections work with Google, Yelp, and Trustpilot, while Zapier and webhooks handle custom workflows.
All integrations require a paid plan after the 7-day trial. Test connections in sandbox mode first.
Native Platform Connections
Connect directly to review platforms in under five minutes.
Google Business Profile
Automatically post 5-star reviews to your Google listing.
Yelp
Route verified reviews to your Yelp business page.
Trustpilot
Sync customer feedback directly to Trustpilot.
Zapier Integration
Use Zapier to connect AutoReview to over 7,000 apps including CRMs and scheduling tools.
Create a Zapier account
Sign up at zapier.com and search for the AutoReview app.
Connect your account
Enter your AutoReview API key from the dashboard settings.
Build your workflow
Choose triggers like "New Customer Added" and actions such as "Send Review Request".
CRM Sync and CSV Import
Sync customers from popular CRMs or upload bulk lists.
Enable two-way sync in your HubSpot settings to push new contacts automatically.
Use the Salesforce connector to map contact fields to review requests.
Upload a CSV with columns for name, email, phone, and job date.
Webhook Configuration
Configure webhooks for real-time updates when new reviews arrive.
curl -X POST https://api.example.com/webhooks/reviews \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"event": "review.created", "rating": 5}'
Managing Connected Accounts
Control access and permissions for each integration.
Go to Settings > Integrations, select the connected app, and click Disconnect. This immediately stops all data flow.
Reconnect the integration and choose specific scopes such as read-only or full access during the OAuth flow.