<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.upsidewireless.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.upsidewireless.com/index.php?action=history&amp;feed=atom&amp;title=Error_codes_for_Send_Plain_ServiceGroup</id>
		<title>Error codes for Send Plain ServiceGroup - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.upsidewireless.com/index.php?action=history&amp;feed=atom&amp;title=Error_codes_for_Send_Plain_ServiceGroup"/>
		<link rel="alternate" type="text/html" href="http://docs.upsidewireless.com/index.php?title=Error_codes_for_Send_Plain_ServiceGroup&amp;action=history"/>
		<updated>2026-04-09T04:28:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>http://docs.upsidewireless.com/index.php?title=Error_codes_for_Send_Plain_ServiceGroup&amp;diff=3309&amp;oldid=prev</id>
		<title>Bzurkovic: New page: Send_Plain_ServiceGroup 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. Use this f...</title>
		<link rel="alternate" type="text/html" href="http://docs.upsidewireless.com/index.php?title=Error_codes_for_Send_Plain_ServiceGroup&amp;diff=3309&amp;oldid=prev"/>
				<updated>2013-07-12T18:45:09Z</updated>
		
		<summary type="html">&lt;p&gt;New page: Send_Plain_ServiceGroup 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. Use this f...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Send_Plain_ServiceGroup 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. Use this function only if you have a dedicated VirtualSMS or use a short code for campaign management. This page describes error statuses which Send_Plain_ServiceGroup can generate. &lt;br /&gt;
&lt;br /&gt;
You can send messages to the entire group (all) for the specified service or only to a sub-set of the subscribers. In the first case, leave value for Group empty. If you specify a group name, the group must belong to the same service. In this case, the message will be sent to the members of the stated group. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Send successful - the message was sent to the group of recipients'''&lt;br /&gt;
----&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; &lt;br /&gt;
- &amp;lt;SMSSendServiceGroupResult xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns=&amp;quot;http://upsidewireless.com/webservice/sms&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;isOk&amp;gt;true&amp;lt;/isOk&amp;gt; &lt;br /&gt;
  &amp;lt;/SMSSendServiceGroupResult&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''''Failed sending'''''&lt;br /&gt;
&lt;br /&gt;
'''Incorrect Service name'''&lt;br /&gt;
----&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; &lt;br /&gt;
- &amp;lt;SMSSendServiceGroupResult xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns=&amp;quot;http://upsidewireless.com/webservice/sms&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;isOk&amp;gt;false&amp;lt;/isOk&amp;gt; &lt;br /&gt;
  &amp;lt;errorMessages&amp;gt;No such service&amp;lt;/errorMessages&amp;gt; &lt;br /&gt;
  &amp;lt;/SMSSendServiceGroupResult&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Incorrect group name'''&lt;br /&gt;
----&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; &lt;br /&gt;
- &amp;lt;SMSSendServiceGroupResult xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns=&amp;quot;http://upsidewireless.com/webservice/sms&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;isOk&amp;gt;false&amp;lt;/isOk&amp;gt; &lt;br /&gt;
  &amp;lt;errorMessages&amp;gt;No such group&amp;lt;/errorMessages&amp;gt; &lt;br /&gt;
  &amp;lt;/SMSSendServiceGroupResult&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Not enough credits'''&lt;br /&gt;
----&lt;br /&gt;
  &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; &lt;br /&gt;
- &amp;lt;SMSSendServiceGroupResult xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot; xmlns=&amp;quot;http://upsidewireless.com/webservice/sms&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;isOk&amp;gt;false&amp;lt;/isOk&amp;gt; &lt;br /&gt;
  &amp;lt;errorMessages&amp;gt;Not enough credits to send SMS to all members of the group. Please top-up your account and re-try&amp;lt;/errorMessages&amp;gt; &lt;br /&gt;
 &amp;lt;/SMSSendServiceGroupResult&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bzurkovic</name></author>	</entry>

	</feed>