How send SMS from ZC

How send SMS from ZC

Hi Yoge

   I have read your blog for "How to send SMS from Zoho Creator apps" and install the script (.ds file) ,but still don't know how Replace those  parameter, so I give your my third-paty SMS provider information,hope you give me instruction one by one (my account and password sent you by email)

The Information as bellow and waiting help

Thanks

Stanley Guo



Third-paty SMS provider information as bellows


3,Short Message Service HTTP protocol access instructions


Smart express letter of the API access pass system is divided into http mode and send the agreement to send soap, a client can use any language to develop their own systems, only the way through the http server communications can be my company. http method is applicable to small-scale, low to send the client systems, and a lower requirement for developers to facilitate development. If you want to get more stability and speed to send quality, please choose to use the soap protocol.

 

In addition to partners, other customers to use API interface, business must submit an application to my company, after the opening of customer service for your use only.

     1)     

Send text messages (basic send method, using a fixed virtual number)

Method Description

 

(Is the most basic interface to send text messages, if the user does not have special needs can call this interface to send text messages.

     This method uses a fixed sub-account numbers under the default to send, the user can not be self-expanding sub-numbers)


    
http://webservice.10808.net/servlet/sms/smssend.xsms

 

Parameter Name

Description

type

User type, C value (business users). D value (parallel user) the default value is C, upper case

name

The user login name, required (Smart express letter-pass systems Pass)

 

pwd

User Login Password Required (Smart express letter-pass systems Pass)

cpname

This parameter is now available empty for null value (due to operators using manual review the way SMS signatures, so the feature is ineffective notice when opened)

dst

Target mobile phone number, required (number of mobile phone number in English, comma "," separated) can bulk up to submit 1000

msg

Send SMS content, not more than 60 Chinese characters, characters, numbers, strings (required) Content requirement using GB2312 encoding

locktime

Regular text messages, if the user regularly send text messages, where the time to fill in from time to time, the default is empty. Format: xxxx-xx-xx xx: xx: xx (timing to be greater than the current time)

pay

Billing type (standby)

service

Alternate field (standby)

r_type

Returns the data format, the parameter value of 1,2 numbers. The following meanings:

 1, XML format for output to return

 2, the page print the results directly to

url

该参数目前取消(备用) This parameter is currently canceled (standby)

key1

User-defined fields (optional)

Key2

User-defined fields (optional)

Key3

User-defined fields (optional)

Key4

User-defined fields (optional)

Example

For example, business users can be invoked by IE test

 

http://webservice.10808.net/servlet/sms/smssend.xsms?type=C&name=admin01&pwd=123456&cpname=&dst=13810423656,13601292532&msg=HELLO&locktime=&pay=&service=&r_type=1& key1=&key2=&key3=&key4=

The results returned to the customer's definition of

参数名称

说明

result

Returns the number of returned results

result=0 Submitted to the success of SMS

result=2 Account Password Error

result=3 SMS content is too long

result=4 Balance is less than

result=5 Unknown error

result=6 Company Signature Error

result=7 当前时间禁止群发

result=8 您的帐号尚未激活

result=9 您目前无接口使用权限

result=10 号码中存在黑名单号码

result=11 短信内容含有非法词语

count

本次发送成功的数量

src

预留

 

XML message returned format (Direct Returns)

<?xml version=” 1.0”   encoding=”UTF -8”  ?>

<root result=” 0”  count=” 0”  src=”” key1=”” key2=”” key3=”” key4=””>

Print directly to the screen to return the result

result=0|count=0|key1=|key2=|key3=|key4=