Difference between revisions of "Error codes for Send Plain Group"
(New page: Send_Plain_Group is API function that allows you to send 25 messages to a group of recipients - a group is defined in your account. This page describes error statuses which Send_Plain_Grou...) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | Send_Plain_Group is API function that allows you to send | + | Send_Plain_Group is API function that allows you to send a message to a group of recipients - a group is defined in your account and can contain any number of recipients. This page describes error statuses which Send_Plain_Group can generate |
− | '''Send successful - | + | '''Send successful - the message was sent to the group of recipients''' |
---- | ---- | ||
<?xml version="1.0" encoding="utf-8" ?> | <?xml version="1.0" encoding="utf-8" ?> | ||
− | - < | + | - <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms"> |
<isOk>true</isOk> | <isOk>true</isOk> | ||
− | + | </SMSSendGroupResult> | |
− | + | ||
− | + | ||
− | '''''Failed sending | + | '''''Failed sending''''' |
− | ''' | + | '''Incorrect group name''' |
---- | ---- | ||
<?xml version="1.0" encoding="utf-8" ?> | <?xml version="1.0" encoding="utf-8" ?> | ||
− | - < | + | - <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms"> |
<isOk>false</isOk> | <isOk>false</isOk> | ||
− | + | <errorMessages>No such group</errorMessages> | |
− | + | </SMSSendGroupResult> | |
− | <errorMessages>No | + | |
− | </ | + | |
− | ''' | + | '''Not enough credits''' |
---- | ---- | ||
<?xml version="1.0" encoding="utf-8" ?> | <?xml version="1.0" encoding="utf-8" ?> | ||
− | - < | + | - <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms"> |
<isOk>false</isOk> | <isOk>false</isOk> | ||
− | + | <errorMessages>Not enough credits to send SMS to all members of the group. Please top-up your account and re-try</errorMessages> | |
− | + | </SMSSendGroupResult> | |
− | <errorMessages> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | - < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 10:39, 12 July 2013
Send_Plain_Group is API function that allows you to send a message to a group of recipients - a group is defined in your account and can contain any number of recipients. This page describes error statuses which Send_Plain_Group can generate
Send successful - the message was sent to the group of recipients
<?xml version="1.0" encoding="utf-8" ?>
- <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms">
<isOk>true</isOk> </SMSSendGroupResult>
Failed sending
Incorrect group name
<?xml version="1.0" encoding="utf-8" ?>
- <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms">
<isOk>false</isOk> <errorMessages>No such group</errorMessages> </SMSSendGroupResult>
Not enough credits
<?xml version="1.0" encoding="utf-8" ?>
- <SMSSendGroupResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://upsidewireless.com/webservice/sms">
<isOk>false</isOk> <errorMessages>Not enough credits to send SMS to all members of the group. Please top-up your account and re-try</errorMessages> </SMSSendGroupResult>