Attach CRM identifiers to your ReviewPanel data so downstream tools can route webhook payloads into your CRM.
ReviewPanel is not a direct CRM integration. Instead, you attach CRM metadata (company IDs, account IDs, custom fields) to your locations. When webhooks fire, this metadata is included in the payload so your automation tools can route the data correctly.
ReviewPanel sends webhooks with your CRM identifiers. You set up the automation (Zapier, Make, custom code) that receives the webhook and pushes data into your CRM.
hubspotCompanyId — your HubSpot company record ID.salesforceAccountId — your Salesforce account record ID.hubspotCompanyId. { "event": "business_account.metrics.updated", "data": { "locationId": "loc_abc123", "rating": 4.7, "reviewCount": 284, "crm": { "hubspotCompanyId": "12345678", "custom": { "region": "northeast", "accountManager": "jane@company.com" } } } }See also: Webhooks