Difference between revisions of "SMS Addon - provider api configuration"
Line 7: | Line 7: | ||
''API string'' here: | ''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> | ||
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. |
Revision as of 11:53, 25 May 2012
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 %>
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.
Notice: this feature available from MOR 12.