payfrit-api/config/twilio.json
John Mizerek 08ef54976f Port Twilio SMS integration from CFML to PHP
Add sendSMS() to helpers.php using Twilio REST API with cURL,
credentials loaded from config/twilio.json. Wire into sendOTP,
loginOTP, and sendLoginOTP endpoints, replacing TODO stubs.
SMS is auto-skipped on dev environments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:02:34 -07:00

5 lines
146 B
JSON

{
"accountSid": "AC3e218c8f3496f2e3f95d3f9bb943f65a",
"authToken": "493df16db970ca6cc141768de2db7db3",
"fromNumber": "+16506678425"
}