| Legal entity / Brand | Field Service Ventures LLC, d/b/a ServiceHQ |
| Website | https://lockroute.app |
| Use case | Mixed (transactional & account notifications) for a dispatch SaaS used by licensed locksmith / locksmith-adjacent service businesses |
| Volume profile | Low-to-mid; per-recipient frequency is bounded by service-request activity (1-3 messages per job, no recurring marketing campaigns) |
| Support contact | [email protected] |
ServiceHQ sends SMS to two distinct classes of recipient. Each has its own consent path.
The business owners who sign up for ServiceHQ opt in at the public signup form via an unchecked, mandatory consent checkbox they must actively tick before the signup submits.
Public signup URL: https://lockroute.app/signup
Consent language presented at signup:
The submit handler refuses to post the form unless this checkbox is ticked. Consent is timestamped and stored against the account row.
ServiceHQ does not operate a public consumer-facing booking form. End customers (typically homeowners and motorists calling a locksmith) reach a dispatcher by phone. Consent is captured verbally during that call, with the call recorded and retained for at least 12 months as audit evidence. The dispatcher reads the following verbatim:
Before the dispatcher can submit the booking in the ServiceHQ dispatcher dashboard, they must tick a separate SMS Consent Attestation checkbox confirming the verbal disclosure was read. The booking form refuses to submit unless this is ticked. The control is reproduced below for reviewer verification (live in-app element at static/agent/dashboard.html):
This dual control (verbal disclosure + dispatcher attestation tick) gives an auditable trail: a timestamped database row attesting consent, plus the underlying recorded call for any consent dispute.
Every outbound SMS is transactional, tied to a specific service request the recipient initiated. The platform does not send marketing campaigns, promotional offers, recurring engagement messages, or any unsolicited content.
Typical end-customer recipient receives 1-3 messages per service request: a tracking link when the technician is dispatched, a payment link when the job is complete, and (optionally) a single post-service survey. Dispatcher / partner account recipients receive job-offer and status-update messages bounded by their own job activity. No recurring or scheduled marketing is sent on any number.
All standard CTIA opt-out keywords are honored at the platform layer, mirroring Twilio's carrier-level enforcement. Inbound messages matching any of the following are processed as an opt-out and recorded with a timestamp in the recipient's customer record so the opt-out persists across number changes:
Opt-out is honored immediately; no further messages are sent to that number from any dispatcher tenant on the platform. To re-subscribe, the recipient texts START, UNSTOP, or YES.
Inbound HELP or INFO returns the support contact and a link to this page and the privacy policy.
Phone numbers collected by ServiceHQ on behalf of dispatcher businesses are not sold, rented, or shared with third parties for marketing purposes. The complete list of subprocessors (Stripe, Twilio, Resend, Anthropic, etc.) is enumerated in Section 5 of the Privacy Policy.