SMS Broadcast Usage
- Install the plugin
- Go to moceanapi.com and register an account [http://dashboard.moceanapi.com/register?fr=octobercms_sms]
- Copy your API key and API secret
- Paste them into the API key and API secret field in the plugin's section
Note: Check documentation for guide on sending a message
Language Supported
- English
For sending a message
After the installation process, add the below line to where you want to use the plugin to send the message
use moceanapi\smsbroadcast\Classes\Sender as smsbroadcast;
And to send a SMS, add the line below
smsbroadcast::sendMessage('number you want to send to', 'the message');
-
This plugin has not been reviewed yet.
-
1.0.5 |
Second version of SmsBroadcast May 21, 2020 |
---|---|
1.0.4 |
Added Dutch translation, thanks to @alacoo May 19, 2020 |
1.0.3 |
Added Dutch language, thanks to @dogiedog May 19, 2020 |
1.0.2 |
Added russian localisation, PR by @maximlit. Thanks ! May 19, 2020 |
1.0.1 |
First version of SmsSender May 19, 2020 |