Review Requests

How SMS review links and review interception work.

Review requests are scheduled outreach records for a project. They are usually sent by Twilio and point customers to /go/{hash}.

Fields

FieldPurpose
ProjectThe completed work being reviewed.
UserThe internal user who created or owns the request.
Send atWhen the request should be sent.
URL hashUnique public identifier used in /go/{hash}.
StatusTracks pending, queued, cancelled, or other operational states.
Message SIDOptional Twilio message id after sending.

Customer Flow

  1. Customer opens /go/{hash}.
  2. Review Manager loads the matching review request.
  3. Customer selects a star rating.
  4. Four or five stars show a public Google review link.
  5. One to three stars show a private feedback form.
  6. Private feedback is saved as an intercepted review and sent internally.

Follow-Up Cancellation

When a request link is clicked, Review Manager fires a link-click event. Pending review requests for the same project are cancelled so the customer does not keep receiving follow-ups after engaging.

If a visitor opens /go/{hash} without a matching request, the review page can still collect required name and phone details for low-star private feedback.