This plugin is no longer maintained.
Plugin screenshot thumbnail 1/1

Requirements

Craft CMS 3.2.1 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. 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.

This plugin is no longer maintained.

Plus $9/year after one year.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
0
Version
1.0.0
License
Craft
Compatibility
Craft 3
Last release
October 4, 2021
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs