Hi,
I'm using getLeadChanges to to fetch "Send Email" activities. The values returned by the API contain name of email, but not description of the email. I'm wondering if it's possible to get description through SOAP apis, or REST apis?
Thanks,
Chen
Solved! Go to Solution.
Hi Nikhi
I think you are looking for Get Email by Id » Marketo Developers
you can get the mail description and more.
But this api need mail ID, so I recommend using Get Lead Activities » Marketo Developers .
ActivityIdType 6 is "send mail"
Hi Nikhi
I think you are looking for Get Email by Id » Marketo Developers
you can get the mail description and more.
But this api need mail ID, so I recommend using Get Lead Activities » Marketo Developers .
ActivityIdType 6 is "send mail"
Get Emails will also return these results as a batch without a specific id.