How to obtain list of hard bounces through Marketo API

Anonymous
Not applicable

How to obtain list of hard bounces through Marketo API

Hello,

I am new to Marketo SOAP API and having looked trough the reference I didn't find a way to obtain any data from a particular Smart List (I wanted to get hard bounced emails). It seems that only members of static lists can be retrieved. Is that true?
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: How to obtain list of hard bounces through Marketo API

One option would be getLeadActivity specifying <xs:enumeration value="EmailBounced"/> for <xs:simpleType name="ActivityType">

http://developers.marketo.com/documentation/soap/getleadactivity/