Files
dynamic-sites-simple/config/sms-sites.json
Khalid A 75e4c96a78 Fix allowedSenders to use actual sender phone number
The allowedSenders had the Telnyx inbound number (+14157049277)
instead of the sender's phone number (+18322070387). This caused
all inbound SMS to be rejected since the sender wasn't in the allowlist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 20:00:18 -05:00

13 lines
186 B
JSON

{
"sites": [
{
"allowedSenders": [
"+18322070387"
],
"phoneNumber": "+14157049277",
"repoRoot": ".",
"siteId": "timber-and-grain"
}
]
}