Difference between revisions of "SMS Addon - provider api configuration"
Line 2: | Line 2: | ||
Go to '''ADDONS''' block -> '''SMS''' -> '''Providers''' and select ''Provider Type'': ''API''. You will see this window: | Go to '''ADDONS''' block -> '''SMS''' -> '''Providers''' and select ''Provider Type'': ''API''. You will see this window: | ||
<br><br> | |||
[[File:Sms apiprovider.png]] | [[File:Sms apiprovider.png]] | ||
<br><br> | |||
''API string'' here: <code>http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %></code> | ''API string'' here: <code>http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %></code> | ||
Line 12: | Line 10: | ||
Fill in the fields. Above is an example of correctly filled in fields. | Fill in the fields. Above is an example of correctly filled in fields. | ||
<br><br> | |||
== Variables == | == Variables == | ||
Line 25: | Line 21: | ||
'''MOR SMS variables must be put in '<%= %>' string. Example : <%= DST %>''' | '''MOR SMS variables must be put in '<%= %>' string. Example : <%= DST %>''' | ||
<br><br> | |||
== Good keywords == | == Good keywords == | ||
<!---This functionality is available from MOR 12---> | |||
We check SMS providers response for Good keywords. If we have found, sms will be charged. | We check SMS providers response for Good keywords. If we have found, sms will be charged. | ||
If Good keywords are set and in providers response not found the keywords sms status set to : | If Good keywords are set and in providers response not found the keywords sms status set to : | ||
* 6 - failed, api returns no good keywords. | * 6 - failed, api returns no good keywords. | ||
<br><br> | |||
==SMS over API for resellers== | ==SMS over API for resellers== | ||
<!---This functionality is available from MOR 12---> | |||
Reseller can use send_sms API function with his own (not admin's) API key. Reseller can't send SMS over API if there is an incopatibility with hash and he has to be subscribed by admin for this functionality. | Reseller can use send_sms API function with his own (not admin's) API key. Reseller can't send SMS over API if there is an incopatibility with hash and he has to be subscribed by admin for this functionality. | ||
<br><br> | <br><br> |
Revision as of 12:17, 22 February 2013
This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell.
Go to ADDONS block -> SMS -> Providers and select Provider Type: API. You will see this window:
API string here: http://41.204.94.20/vas/sendsms/sendsms.asp?UserName=username&Password=userpassword&api_id=ID&to=<%= DST %>&src=<%= CALLERID %>&text=<%= MSG %>&from_name=<%= USRLASTNAME %>
NOTE: Only GET method is supported.
Fill in the fields. Above is an example of correctly filled in fields.
Variables
You can use variables :
- DST - MOR will put destination number.
- MSG - MOR will put sms message.
- USRFIRSTNAME - MOR will put user first name.
- USRLASTNAME - MOR will put user last name.
- CALLERID - MOR will put user primary device callerID.
MOR SMS variables must be put in '<%= %>' string. Example : <%= DST %>
Good keywords
We check SMS providers response for Good keywords. If we have found, sms will be charged.
If Good keywords are set and in providers response not found the keywords sms status set to :
- 6 - failed, api returns no good keywords.
SMS over API for resellers
Reseller can use send_sms API function with his own (not admin's) API key. Reseller can't send SMS over API if there is an incopatibility with hash and he has to be subscribed by admin for this functionality.