fix(sms): brand booking opt-in with company name + OPTOUT/REVOKE stop keywords - #193
Merged
Merged
Conversation
…stop keywords Twilio/CTIA require the SMS opt-in to be branded with the end business name, and carriers honor the full STOP keyword set. The booking consent checkbox now names the inspection company; the inbound STOP set adds OPTOUT and REVOKE (Twilio Messaging Policy keyword list). Aligns with the verbatim Twilio requirements captured 2026-06-23. Local pre-commit type-check was hung by a concurrent OI build sharing the toolchain; verified type-safe out-of-band (CompanyProfile.company:string; sms-api.spec 9/9 green) — CI verify is the authoritative gate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MnCU2odVJMPfUxhRgbKoLr
…words fix(sms): brand booking opt-in with company name + add OPTOUT/REVOKE stop keywords
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two compliance gaps found by checking the shipped opt-in against Twilio's verbatim requirements:
profile.company), matchingSMS_DISCLOSURE_V1//sms-optinwhich already use{{company_name}}.OPTOUTandREVOKEto the inbound STOP set (Twilio Messaging Policy keyword list).Tests:
sms-api.specgreen. Type-safe (CompanyProfile.company: string).🤖 Generated with Claude Code