745

Product support

Get help in the plugin support forum.

  • Added on May 20, 2020
  • Current version: 1.0.5
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

SMS Broadcast Usage


  1. Install the plugin
  2. Go to moceanapi.com and register an account [http://dashboard.moceanapi.com/register?fr=octobercms_sms]
  3. Copy your API key and API secret
  4. 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');

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