Requirements
Craft CMS 3.2.1 or later.
Installation
To install the plugin, follow these instructions.
Open your terminal and go to your Craft project:
cd /path/to/project
To install the plugin, search for "SMS" in the Craft Plugin Store, or install manually using composer.
composer require craft/craft-smssend
Enable the plugin from the settings => plugin
section.
Click on the Plugin setting and complete the configuration. Add ACCOUNT SID, AUTH TOKEN, PHONE NUMBER and save the setting.
For sending the SMS, call the below function
sendSMS('message','Mobile number')
Mobile number should be with country code, for example (+91990*****52)
For sending the Bulk SMS, call the below function
sendBulkSMS('message','Mobile number')
Mobile numbers should be with country code, example [+91990**52,+9177312,+91701***12]
We can send the Custom SMS by the admin panel.
Login to admin panel, In left navigation click on Send SMS. We can send bulk SMS by the admin panel.
Standard
Plus $9/year after one year.
To install this plugin, copy the command above to your terminal.
This plugin doesn't have any reviews.