Use Tiipiik.SmsSender to search/install this plugin.
- In the backend panel, go to System -> Updates
- Click Install Plugin
- Go to http://clickatell.com and create your account or sign in
- Get your API credentials
- Add your Clickatell datas on the System -> SmsSender section
- Add at the top level of your controllers
use Tiipiik\SmsSender\Classes\Sender as SmsSender;
- Send Sms with
SmsSender::sendMessage('phone_number_of_target', 'message·');
If your using Twilio, please make sure your Twilio number is SMS-enabled before using it !
As Twilio numbers depends on countries and SMS are not enabled for all of these it could just not work.
Due to unicode usage, SMS length is limited to 70 characters instead of 140. I am working on unicode detection to switch on 70 / 140 chars automatically.
You can add a dashbord widget to get informations about status of messages.
- Number of days to display data for : 0 for the current day, 1 for current day and yesterday, etc.
- Number of row to display : default 10
- Display only failed messages : display only failed messages or all messages
If you need or already use other gateways, let me know and I'll add it to the plugin.
This plugin can be use as well, but is still in developement, so take care of what you do with.
If you like this plugin or if you use some of my plugins, you can help me to make new plugins and provide plugins support and further development. Make donation with PayPal or give this plugin a Like. :)
The Import plugin for OctoberCMS is open-sourced software licensed under the MIT license.