Last updated: April 28, 2026
This page documents how Squash the Beef collects consent before sending SMS messages. It is published as evidence for our Twilio toll-free verification and as a reference for end users. The full privacy policy is at /privacy.
Squash the Beef is a peer-to-peer iOS app for friends to settle small grievances by paying small voluntary "make-it-right" amounts via Stripe. It is not a marketing app. SMS is used in three narrow, transactional situations only:
No marketing. No drip campaigns. No purchased lists. No recurring sequences.
Before any SMS is sent to a recipient, the inviting user must affirmatively confirm consent inside the iOS app. The consent gate appears when a user is filing a beef and chooses to add a new friend by phone number ("File a beef" → friend picker → "Enter phone number"). The modal that opens is titled "Add Friend" and contains a Toggle with this verbatim text:
Below the toggle, a footer reminds the user:
Without affirmative toggle confirmation, the request is blocked client-side and no SMS is sent to the recipient. (For the alternate path where the user picks from their device's native contact picker, the affirmative selection of a contact is treated as the consent attestation — Apple's contact-picker UI requires explicit permission and the user must tap a specific contact to proceed.)
Source: ManualAddFriendSheet in FriendsView.swift (presented from CreateBeefView.swift) in the open repository at github.com/mraab-202/squash-the-beef.
These are the verbatim production templates, taken directly from smsService.js on our backend.
Recipients can reply STOP (or UNSUBSCRIBE / END / QUIT / CANCEL) at any time to permanently opt out. Replies are routed through Twilio to our /webhooks/twilio endpoint, which:
X-Twilio-Signature header against the request.Replies of HELP receive an automated reply with our support email:
Under 100 messages per day during the beta period. The app is in private TestFlight as of this writing and has not yet launched to the App Store.
Contact: SMS / compliance inquiries — support@squashthebeef.net