Configuring SMS APIs
This functionality is only available in version v3.1+ and allows verification of user mobile numbers, enabling sellers to receive SMS contact notifications.
How to set up?
- Go to Admin panel → Setup → General Settings → SMS → Driver to set the default SMS API.
- You can use both NEXMO or TWILIO as your SMS provider API.
NEXMO
NEXMO - https://www.nexmo.com
Admin panel setup
- Go to your Admin panel → Setup → General Settings → SMS
- Set Nexmo Key, Nexmo Secret, and Nexmo From
- Save your changes
Or use /.env file setup
- Login to your FTP account
- Open and edit /.env file
- Remove all current Mail configuration variables
- Add the lines below:
NEXMO_KEY=your-nexmo-key NEXMO_SECRET=your-nexmo-secret NEXMO_FROM=your-sender-number
TWILIO
TWILIO - https://www.twilio.com
Admin panel setup
- Go to your Admin panel → Setup → General Settings → SMS
- Set Twilio Account SID, Twilio Auth Token, and Twilio From
- Save your changes
Or use /.env file setup
- Login to your FTP account
- Open and edit /.env file
- Remove all current Mail configuration variables
- Add the lines below:
TWILIO_ACCOUNT_SID=your-twilio-account-sid TWILIO_AUTH_TOKEN=your-auth-token TWILIO_FROM=your-sender-number
Other SMS Configurations
- Go to Admin panel → Setup → General Settings → SMS → Enable Phone Verification to toggle mobile number verification
- Go to Admin panel → Setup → General Settings → SMS → Enable SMS Message to toggle SMS messaging between users
Configuration is complete.