SOLVED

how to get Email description using APIs

Go to solution
Anonymous
Not applicable

how to get Email description using APIs

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

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: how to get Email description using APIs

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"

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: how to get Email description using APIs

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"

Kenny_Elkington
Marketo Employee

Re: how to get Email description using APIs

Get Emails​ will also return these results as a batch without a specific id.