This file contains 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
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<Header> | |
<fueloauth>YOUR_ACCESS_TOKEN</fueloauth> | |
</Header> | |
<Body> | |
<CreateRequest xmlns="http://exacttarget.com/wsdl/partnerAPI"> | |
<Objects xsi:type="TriggeredSend"> | |
<PartnerKey xsi:nil="true"/> | |
<ObjectID xsi:nil="true"/> | |
<TriggeredSendDefinition> | |
<PartnerKey xsi:nil="true"/> | |
<ObjectID xsi:nil="true"/> | |
<CustomerKey>Definition_Key</CustomerKey> | |
</TriggeredSendDefinition> | |
<Subscribers> | |
<PartnerKey xsi:nil="true"/> | |
<ObjectID xsi:nil="true"/> | |
<EmailAddress>email@test.com</EmailAddress> | |
<SubscriberKey>email@test.com</SubscriberKey> | |
<Attributes> | |
<Name>firstname</Name> | |
<Value>John</Value> | |
</Attributes> | |
</Subscribers> | |
</Objects> | |
</CreateRequest> | |
</Body> | |
</Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment