Integrations

Google, Twilio, Sanctum, Horizon, and Telescope in Review Manager.

Review Manager uses a small set of integrations to import source data, send review requests, and support operations.

Google Business Profile

Google Business Profile is used for OAuth authorization, location lookup, and review import.

RoutePurpose
/google/redirectStarts Google OAuth.
/google/callbackStores returned OAuth credentials.
/google/locationsReturns cached or freshly loaded Google locations.

The location table can use those Google locations to populate the google_place_id field and import reviews.

Upstream Project Import

Review Manager can import project and media data from configured upstream systems. Imported projects create missing project records and dispatch media import jobs so gallery and map widgets can use the new content.

Twilio

Twilio sends:

  • customer review request SMS/MMS messages
  • internal notifications when low-star feedback is intercepted

Customer-facing review request messages include the /go/{hash} link and standard opt-out language.

Sanctum API Tokens

The external Review Manager JSON API uses Laravel Sanctum bearer-token authentication. External systems should send Authorization: Bearer <token> and Accept: application/json with every /api/* request.

Horizon And Telescope

Horizon provides queue monitoring. Telescope provides application observability during development or approved operational debugging.

Horizon and Telescope routes are operational tooling. They should not be treated as public API endpoints.