How Glimpzed captures explicit, unchecked-by-default consent before any safety SMS is sent to a Trusted Contact.
๐ Compliance documents โ direct links
This SMS consent flow is governed by both documents below. Reviewers should open both directly:
๐ Privacy Policy
โ see Section 5A "SMS Communications (Twilio)". Contains: mobile-number non-sharing statement, message frequency, "message and data rates may apply", full STOP/HELP keyword handling.
๐ Terms of Service
โ see Section 11B "SMS Consent & Non-Sharing" and Section 11A on biometric / safety-feature data sharing.
Both are publicly accessible (no login), publicly indexed, and linked from the app's Trusted Contact add flow.
Required consent disclosures (repeated here from Privacy Policy ยง5A):
Message frequency: event-driven. Fewer than 5 messages per year in typical use. 1โ3 messages in a short window during an active SOS or Safe Meet incident. No routine, scheduled, marketing, or promotional messages.
Message and data rates may apply. Standard carrier rates apply. Glimpzed does not charge for SMS delivery.
Non-sharing: Glimpzed does not share, sell, rent, lease, disclose, or transfer mobile phone numbers or messaging consent to any third party or affiliate for marketing or promotional purposes.
Reply STOP to opt out at any time. Reply HELP for support.
Overview
Glimpzed is a proximity-social + safety mobile app (iOS + Android). We use SMS only for two safety-critical purposes: Emergency SOS alerts and Safe Meet overdue check-in alerts. We never send marketing, promotional, transactional, or subscription SMS of any kind.
Because Glimpzed's SMS recipients (a user's Trusted Contacts) are added inside the mobile app rather than through a website form, this page exists to give A2P 10DLC campaign reviewers a public-facing description of the exact consent flow.
Who receives Glimpzed SMS
Only Trusted Contacts a Glimpzed user has explicitly designated inside the app receive SMS from Glimpzed. There is no bulk list, no marketing list, no subscription signup. A Trusted Contact is typically a family member, close friend, or roommate the account holder wants notified if they trigger SOS or become overdue on a Safe Meet check-in.
How consent is captured (step-by-step)
1
The account holder opens the Glimpzed app on their own deviceGlimpzed is a phone-authenticated app โ the account holder verified their own mobile number via Firebase Phone Auth OTP at signup. They are 18+ (age-gated at signup; see our Terms of Service ยง2).
2
They navigate to Vibe โ Trusted Contact โ Add ContactThis is a deliberate, multi-tap navigation path. No default contact is added on our end.
3
They enter the Trusted Contact's name and mobile numberEither by typing manually or by picking from their device's Contacts (with explicit Contacts-permission prompt). The account holder is representing that this is a person they have permission from โ see step 4.
4
They tick a required, unchecked-by-default consent checkboxThe "Save" button is disabled until the checkbox is affirmatively ticked. The checkbox reads exactly as follows:
"I have this person's permission to send them safety text messages (SOS + Safe Meet check-ins) from Glimpzed on my behalf. Standard message and data rates may apply. They can reply STOP to opt out at any time."
5
They tap "Save"The Trusted Contact record is stored on the user's device and in Glimpzed's Firestore backend. No SMS is sent at this point.
6
SMS is only sent when a safety event firesThe Trusted Contact receives SMS only if (a) the account holder taps the Emergency SOS button, or (b) a Safe Meet check-in that the account holder scheduled becomes overdue. No SMS is sent on any other trigger.
Screenshots of the in-app consent dialog
Screenshots below show the exact Trusted Contact add dialog with the consent checkbox unchecked (Save disabled) and checked (Save enabled). Reviewers can verify that consent is affirmative, not preselected.
Screenshots taken 2026-07-11 from a live Glimpzed Android build. The verbatim consent text visible in both screenshots matches the app source at lib/screens/trusted_contacts_page.dart:611-615. Note that name/phone fields are shown empty for privacy โ no real Trusted Contact PII is exposed.
Required disclosures
Message frequencyEvent-driven. A typical Trusted Contact receives fewer than 5 messages per year. During an active SOS or Safe Meet incident, a Trusted Contact may receive 1โ3 messages in a short window. No routine or scheduled messages are sent.
Message and data ratesStandard message and data rates from the recipient's mobile carrier may apply. Glimpzed does not charge for SMS delivery.
Mobile phone number non-sharingGlimpzed does not share, sell, rent, lease, disclose, or transfer mobile phone numbers or associated consent to any third party for that third party's marketing or promotional purposes. Numbers are transmitted to our SMS provider (Twilio Inc.) solely to deliver the specific message the account holder has authorized.
Purpose limitationSMS is used only for Emergency SOS alerts and Safe Meet overdue check-in alerts. Glimpzed does not send marketing, promotional, subscription, recurring, or bulk SMS of any kind.
Opt-out (STOP) and help (HELP) keywords
Trusted Contacts can opt out of receiving Glimpzed SMS at any time by replying STOP, STOPALL, UNSUBSCRIBE, CANCEL, END, or QUIT to any Glimpzed message. Opt-out is honored immediately by our SMS provider โ no further messages will be sent to that number by Glimpzed from any account until they opt back in by replying START.
Recipients seeking help may reply HELP or INFO to any Glimpzed SMS to receive an automated informational response, or email support@glimpzed.app.
Sample SMS content
Emergency SOS
Glimpzed SOS: [First Name] triggered an emergency alert at [time]. Approximate location: [map link]. Reply STOP to opt out.
Safe Meet overdue check-in
Glimpzed: [First Name]'s Safe Meet check-in was due at [time] and has not arrived. Last known location: [map link]. Reply STOP to opt out.
Legal references
Privacy Policy โ full data-handling terms, including ยง5A "SMS Communications (Twilio)" which duplicates the disclosures above for the account holder's own reference at signup
Terms of Service โ ยง2 (18+ Age Attestation), ยง11A (biometric consent), and ยงSafety-Feature Use (Trusted Contact designation and consent representation)