SettingsUpdated 2026-06-01
SMS settings
Configure Twilio or a custom SMS provider for order, marketing, and OTP messages.
Send SMS for order updates, marketing campaigns, and OTPs via Twilio or a custom HTTP SMS provider.
Where to find it
Settings → SMS. Toggle SMS enabled and choose a provider.
Provider configuration
| Field | Type | Description |
|---|---|---|
| provider | enum | twilio or custom. |
| accountSid | string | Twilio account SID (twilio provider). |
| authToken | string | Twilio auth token. Masked after saving. |
| fromNumber | string | The sender phone number. |
| messagingServiceSid | string | Twilio messaging service SID. |
| apiUrl | string | Custom provider API URL (custom provider). |
Toggle which SMS types are enabled: order, marketing, and OTP. Each can be on or off independently of the others.
POST
/shop/sms/testSend a test SMS via the configured provider.
Session