Difference between revisions of "SMS Addon - provider api configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell. Go Addons -> SMS -> Providers , make a name for your provider, choose tarrif and type…')
 
Line 1: Line 1:
This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell.  
This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell.  


Go Addons -> SMS -> Providers , make a name for your provider, choose tarrif and type: API, fill API string with providers url and authorization params.
Go Addons -> SMS -> Providers , make a name for your provider, choose tarrif and type: API, fill API string with providers url and authorization params and Good keywords.


Example : http://sms_providers_api_url?sms_login_user=username&password=userpassword&api_id=ID&to=<%= DST %>&sms_message=<%= MSG %>  
Example : http://sms_providers_api_url?sms_login_user=username&password=userpassword&api_id=ID&to=<%= DST %>&sms_message=<%= MSG %>  
== Variables ==


You can use variables :
You can use variables :
Line 10: Line 13:


'''MOR  SMS variables mast be put in '<%= %>' string. Example : <%= DST %>'''
'''MOR  SMS variables mast 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.

Revision as of 13:51, 22 February 2012

This manual shows how to configure SMS sending through MOR with SMS Addon with Clickatell.

Go Addons -> SMS -> Providers , make a name for your provider, choose tarrif and type: API, fill API string with providers url and authorization params and Good keywords.

Example : http://sms_providers_api_url?sms_login_user=username&password=userpassword&api_id=ID&to=<%= DST %>&sms_message=<%= MSG %>


Variables

You can use variables :

  • DST - MOR will put destination number.
  • MSG - MOR will put sms message.

MOR SMS variables mast 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.