Guest User

Untitled

a guest
Jun 19th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Can anybody advise what is email ID (email->ID) here in below code ? I didn't understand what this is and why we require this ? Where do we find this value ? can we find these in marketing cloud admin.
  2.  
  3. $email = new ExactTarget_Email();
  4. $email->ID = "12345";$emailSendDef->Email = $email;
  5.  
  6. Along with that where we can find the list id in the below code ?
  7.  
  8. $sendDefList = new ExactTarget_SendDefinitionList();
  9. $list = new ExactTarget_List();$list->ID = "12345";
  10.  
  11. And CustomerKey,Name
  12.  
  13. $emailSendDef = new ExactTarget_EmailSendDefinition();
  14. $emailSendDef->CustomerKey = "12345";
  15. $emailSendDef->Name = "test";
Add Comment
Please, Sign In to add comment