How to obtain list of hard bounces through Marketo API | Community
Skip to main content
January 29, 2014
Question

How to obtain list of hard bounces through Marketo API

  • January 29, 2014
  • 1 reply
  • 825 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

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

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