Difference between revisions of "SMS Configuration"

From AWBS Wiki
Jump to: navigation, search
(Setting up your E-Mail Templates)
(Setting up your E-Mail Templates)
Line 28: Line 28:
 
''Note: The user must have specified their SMS contact number via the Contact Management page of your site. eg - <nowiki>http://www/yoursite.com/contactmgmt.php</nowiki>''
 
''Note: The user must have specified their SMS contact number via the Contact Management page of your site. eg - <nowiki>http://www/yoursite.com/contactmgmt.php</nowiki>''
  
 +
To set a string of text in your e-mail templates to be sent via SMS you can enclose the text in <sms> tags.  For example, if you wanted to notify your clients when a new invoice is generated via SMS you can add the following to your 'New Invoice' e-mail template:
  
 +
<sms>You have a new invoice at ''Your Website''.  Please login to ''Your Website'' to pay your invoice.</sms>
  
 +
The message contained within the <sms> tags would then be sent to your client when the New Invoice e-mail is sent to them.
  
 
=== Extended System Configuration Settings ===
 
=== Extended System Configuration Settings ===
  
 
== Admin SMS ==
 
== Admin SMS ==

Revision as of 23:23, March 29, 2010

Supported Gateways

Configuring

The first step in enabling the SMS features of AWBS is to enable the module. This can be done in the 'Module Setup' of your AWBS. Enable your gateway module then save.

Once your module is enabled go back to the AWBS Configuration and you should now see a new link:

SMS Gateway Setup - Setup SMS parameters for client SMS module

Click this link and configure the settings in the next page for your gateway.

Setting up your E-Mail Templates

By default you can have AWBS send SMS messages for accounting and support emails using the sms/extended contact.

Note: The user must have specified their SMS contact number via the Contact Management page of your site. eg - http://www/yoursite.com/contactmgmt.php

To set a string of text in your e-mail templates to be sent via SMS you can enclose the text in <sms> tags. For example, if you wanted to notify your clients when a new invoice is generated via SMS you can add the following to your 'New Invoice' e-mail template:

<sms>You have a new invoice at Your Website. Please login to Your Website to pay your invoice.</sms>

The message contained within the <sms> tags would then be sent to your client when the New Invoice e-mail is sent to them.

Extended System Configuration Settings

Admin SMS