Created
June 12, 2014 17:45
-
-
Save mariusbutuc/c0d56f00c611f304d61e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.marketo.com/mktows/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.marketo.com/mktows/"> | |
<SOAP-ENV:Header> | |
<ns1:AuthenticationHeader> | |
<mktowsUserId>...</mktowsUserId> | |
<requestSignature>...</requestSignature> | |
<requestTimestamp>2014-06-12T13:26:58-04:00</requestTimestamp> | |
</ns1:AuthenticationHeader> | |
</SOAP-ENV:Header> | |
<SOAP-ENV:Body> | |
<tns:paramsRequestCampaign> | |
<source>MKTOWS</source> | |
<campaignName>MarketyCampaign</campaignName> | |
<programName>MarketyProgram</programName> | |
<leadList> | |
<leadKey> | |
<keyType>EMAIL</keyType> | |
<keyValue>[email protected]</keyValue> | |
</leadKey> | |
</leadList> | |
<programTokenList> | |
<attrib> | |
<name>{{my.infl_custom_token}}</name> | |
<value>Thank you for calling about adding a line of service to your current plan.</value> | |
</attrib> | |
</programTokenList> | |
</tns:paramsRequestCampaign> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment