The Send Message to List XML call facilitates sending a Listrak Message to a specified list.
<?xml version="1.0" standalone="yes"?>
<GlobalRequest>
<Account>
<UserName type="string"><![CDATA[string]]>
</UserName>
<Password type="string"><![CDATA[string]]>
</Password>
</Account>
<SendToList>
<ListID type="integer">integer</ListID>
<TestMessage type="string">True or False</TestMessage>
<ReviewMessage type="string">True or False</ReviewMessage>
<EnableRemovalLink type="string">True or False</EnableRemovalLink>
<EnableTracking type="string">True or False</EnableTracking>
<EnablePassAlong type="string">True or False</EnablePassAlong>
<SoftBounceResend type="integer">1 to 15 {Days}</SoftBounceResend>
<FromAddress type="string"><![CDATA[string]]></FromAddress>
<FromName type="string"><![CDATA[string]]></FromName>
<ReplyToAddress><![CDATA[string]]></ReplyToAddress>
<Subject type="string"><![CDATA[string]]></Subject>
<TextMessage type="string"><![CDATA[string]]></TextMessage>
<HTMLMessage type="string"><![CDATA[string]]></HTMLMessage>
</SendToList>
</GlobalRequest>
<?xml version="1.0" standalone="yes"?>
<GlobalRequest>
<ActionRequested>
<ActionTypeDescription type="string"><![CDATA[string]]></ActionTypeDescription>
<ActionSuccess>
<ActionSuccessType type="string"><![CDATA[string]]></ActionSuccessType>
<ActionSuccessDescription type="string"><![CDATA[string]]></ActionSuccessDescription>
</ActionSuccess>
<ActionError>
<ActionErrorType type="string"><![CDATA[string]]></ActionErrorType><ActionErrorDescription type="string"><![CDATA[string]]></ActionErrorDescription>
</ActionError>
</ActionRequested>
</GlobalRequest>