I want to export All Activities of lead through API. I will pass the email address dynamically. Is it possible?
Solved! Go to Solution.
As of the release this evening, you will be able to pass a list of lead IDs to REST Get Lead Activities to return activities just for those leads. If you're starting only with the email, you'll need to call Get Leads By Filter Type first, to get the ID.
As of the release this evening, you will be able to pass a list of lead IDs to REST Get Lead Activities to return activities just for those leads. If you're starting only with the email, you'll need to call Get Leads By Filter Type first, to get the ID.
Hi Kenny,
Could you pass the message that the developpers.marketo.com page needs to be updated ?
-Greg
I pushed the update about half an hour ago.
Can you share the link??
Hi Arunkumar,
The link was already in my first answer
-Greg
Oh sorry then, I should have looked before posting
-Greg
Hi Arunkumar,
Not directly, the Get Lead Activities » Marketo Developers API requires a static list as input.
You will have to do the following sequence:
-Greg