XML Over HTTP

Legacy
Send Messsage to List
Send Message to File
Get Subscriber Data
Get List Activity Report
Subscribe Email Address
Unsubscribe Email Address
Subscriber Removal Report
Spam Score Message
Get Active List Data

Send Messsage to List

Description
The Send Message to List XML call facilitates sending a Listrak Message to a specified list.
Request Example
<?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>
Response Example
<?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>