function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vijay kumar kvijay kumar k 

how to retrieve the triggersenddefination using soap API

Hi all
While retrieving the triggersenddefination i'm able to get status code only.It's not printing the results.

See the response: 
 
<RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
         <OverallStatus>OK</OverallStatus>
         <RequestID>749e715b-eb5a-4fcc-8c61-df4ef13e4206</RequestID>
      </RetrieveResponseMsg>

Results are missing in these response.

What should I do? I want all external keys of triggersenddefination.
AbhishekAbhishek (Salesforce Developers) 
Hi Vijay,

Can you go through the below blogs,

https://developer.salesforce.com/docs/atlas.en-us.mc-programmatic-content.meta/mc-programmatic-content/retrieveTriggeredSend.htm

https://salesforce.stackexchange.com/questions/194845/how-pass-additional-values-in-triggered-send-de-and-update-the-all-subscriber-li

It might help you.

Thanks.