<!-- Intent: Create a new SMS message using a minimal set of options
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Text/Create/Simple
	-->

<SimpleText>
	<Name>My Simple Message</Name>
	<Description>This is an example of a simple text message</Description>
	<From>Swift911</From>
	<Body>This is a simple text message.</Body>
</SimpleText>

<!-- example return value -->
<int>123456</int>