SOLVED

How to retrieve interesting moments through the SOAP API?

Go to solution
Anonymous
Not applicable
Hi,

Is it possible to retrieve interesting moments through the SOAP API?

Can we do it with a call to getLeadChanges?

We don't have interesting moments set up yet, I am just trying to get an idea of what's involved to integrate it with our CRM system (not Saleforce).

Many thanks
Steve Riddett
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
Hi Steve

You would use the Method "getLeadChanges" and for the Activity Type: <xs:enumeration value="InterestingMoment"/>


See the SOAP API Doc here (Page 20) : https://community.marketo.com/resource/MarketoSOAPAPI

And WSDL (https://community.marketo.com/resource/MarketoWSDL)


Rgs
Damien
 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable
Thanks Damien - that's all I need to know 🙂
Anonymous
Not applicable
Hi Steve

You would use the Method "getLeadChanges" and for the Activity Type: <xs:enumeration value="InterestingMoment"/>


See the SOAP API Doc here (Page 20) : https://community.marketo.com/resource/MarketoSOAPAPI

And WSDL (https://community.marketo.com/resource/MarketoWSDL)


Rgs
Damien