Get Email Name using Soap API

Anonymous
Not applicable

Get Email Name using Soap API

Hi ,
We have a lead nurturing campaign which send 3 different emails at internval of 7 days.

We are using soap API method "getLeadChanges" to retrieve the  "SendEmail" activity. This API method returns only the campaign name. I does not return the Name of the Emails which were sent out as part of the campaign. We need this information for reporting purpose.

Is there any way to get the Email Name through API?

Thanks!
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Get Email Name using Soap API

Hello,

If you are adept, or have someone who is, at writing custom API calls and hashing out the data from the activity log then yes there is!  What you are describing would be a custom API call.  This is not among the SOAP API's already designed and deployed by Marketo.

Hope that helps point you in the right direction.

Thanks,
James
Anonymous
Not applicable

Re: Get Email Name using Soap API

Or if it is feasible, you can use naming conventions to match the name of the email if you know the campaign name.
Thus while deploying emails in Marketo, you can use naming conventions to use (same or matching) names for email and campaign name.

Hope this helps

Rajesh

Anonymous
Not applicable

Re: Get Email Name using Soap API

I found a method named getMktgAssetName in SDK which returns the name of the email. 


Thanks.