SOLVED

How to retrieve interesting moments through the SOAP API?

Go to solution
Anonymous
Not applicable

How to retrieve interesting moments through the SOAP API?

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

Accepted Solutions
Anonymous
Not applicable

Re: How to retrieve interesting moments through the SOAP API?

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

Re: How to retrieve interesting moments through the SOAP API?

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
 
Anonymous
Not applicable

Re: How to retrieve interesting moments through the SOAP API?

Thanks Damien - that's all I need to know 🙂