By using SMS Notifier extension you can communicate with your clients faster by sending personalized SMS messages to customers. Consequently, you can increase your sales and strengthen your relationship with your customers.
SMS Server Configuration
To send SMS you need an SMS service provider details; This can be filled by an administrator from Settings page:
-
Go to Settings Icon > Module Manager. This can be found under Studio block.
-
Click on Settings Icon next to the SMS notifier.
-
Click on the link Server Configuration
You can configure SMS Server information by clicking on Server Configuration.
Click on the Add New button and provide SMS provider information.
The login details will be provided by your SMS provider. You will have to register and buy login credentials from them.
Working |Sending Bulk SMS
To send SMS in bulk, go to the list view of Leads, Contacts, or Organizations, Select the desired number of records and click on the Send SMS button.
When you click the button it will show all the phone fields available for that module. You can select the field to which you want to send the SMS and click on the Select button.
Compose SMS
This will now open a compose window block to type in your message. Click on the Send button to send the message.
SMS Log Details
Once an SMS is sent, the entry will be saved as a record in the SMS Notifier module. The detail view contains the message body and status of the message. The Assigned To field is the user who has sent the SMS.
SMS Status
The status of the message can be Delivered, Processing or Failed. The status information can be seen, indicated with colors, in the detail view of the SMS record.
More Information
When an SMS is sent to a record(s) of any module (like Organizations, Contacts or Leads), the history of messages sent will be listed in the More Information tab of the particular record.
SMS Task with Work flow
Create a Work Flow and save it with the desired conditions. Click on the New Task button and select SMS Task to automate the process of sending SMS.
Create SMS Task
Provide a label to the task and set the Status of the workflow. From the Recipients field, select the number of users to whom the message should be sent. While composing the message, Select the field values from the dropdown to fill the values in the text area below.
Writing Custom Providers
If you have planning to use SMS service provider and don't find the connector to it, you will need to write one.
SMSNotifier module defines ISMSProvider
modules/SMSNotifier/ext/ISMSProvider.php
interface which should be implemented by your custom provider.
A template sample provide is available at:
modules/SMSNotifier/ext/providers/MyProvider.php.sample
Also, look at ClickATell and other provider implementations:
modules/SMSNotifier/ext/providers/ClickATell.php