Setting Notification SMS
To Send SMS notifications you need to setup SMS configuration details.
Go to Settings -> Business Settings -> SMS settings
from here we can set up SMS for most of the vendors having support for REST API, most of the support it. If not then check with your provider
Go to the REST API documentation of your vendor. Contact your vendor if you can’t find it.
Here you’ll find 3 different service type: TXTER, Twilio, and others.
Setting up SMS for TXTER
URL: https://portal.txter.lk/smsAPI?sendsms
Send to parameter name: to
Message parameter name: text
Request Method: POST
Parameter 1 key: apikey Parameter 1 value: [enter api key]
Parameter 2 key: apitoken Parameter 2 value: [enter apitoken]
Parameter 3 key: type Parameter 3 value: sms
Parameter 4 key: from Parameter 3 value: [Sender ID]
Parameter 5 key: route Parameter 3 value: 0
Setting up SMS for twilio
- Go to Twilio & login with your account.
- Get the SID, Access token, and From information. On your project Twilio Dashboard, you can find the Account SID and Auth Token
- Save it and try sending a message
Setting Notification Email
Go to Settings -> Business Settings -> Email settings
Add all the Email SMTP configuration details & it will work.
