Advertisement
Guest User

Untitled

a guest
May 26th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI">
  2. <Objects xsi:type="TriggeredSend">
  3. <Client>
  4. <ID><!-- YOUR ACCOUNT'S MID --></ID>
  5. </Client>
  6. <PartnerKey xsi:nil="true"/>
  7. <ObjectID xsi:nil="true"/>
  8. <TriggeredSendDefinition>
  9. <PartnerKey xsi:nil="true"/>
  10. <ObjectID xsi:nil="true"/>
  11. <CustomerKey><!-- CUSTOMER/EXTERNAL KEY FROM TSD --></CustomerKey>
  12. </TriggeredSendDefinition>
  13. <Subscribers>
  14. <PartnerKey xsi:nil="true"/>
  15. <ObjectID xsi:nil="true"/>
  16. <EmailAddress>email@example.com</EmailAddress>
  17. <SubscriberKey>email@example.com</SubscriberKey>
  18. <Attributes>
  19. <Name>FirstName</Name>
  20. <Value><![CDATA[John]]></Value>
  21. </Attributes>
  22. <!-- MORE ATTRIBUTES NODES HERE -->
  23. <!-- THESE WILL BE WRITTEN TO TS DATA EXTENSION IF NAMES MATCH COLUMNS -->
  24. </Subscribers>
  25. </Objects>
  26. </CreateRequest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement