Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A couple of things to keep in mind: Marketo Programs live in a particular Workspace, which has access to one or more Partitions. There is a caveat if the Workspace does not have access to all Partitions and a new Program Member is located one of the inaccessible partitions. If that prospect/customer...
True, you can't track changes to those fields via the Marketo API. If it's not in the Activity Log, the API won't show it either (and changes to those fields are not in the Activity Log). Not sure what you're trying to accomplish with that, so I can't suggest any workarounds.
It appears you were only interested in 1 activity type: Interesting Moments. However, if you wanted to download more than 1 activity type (up to 10), it's best to make a call with all activity types, rather than 10 separate processes, each for only 1 activity type. That way, it is likely to have few...
Once you've synced with SFDC, it is a permanent bond and disabling the sync is simply "pausing" the sync, not removing it. You need to file a support ticket to see if the SFDC sync can be permanently removed. This is not always possible. Worst case, you'll need to get a new Marketo instance.
Not sure whether I fully understand the question, but it sounds like you get Email Open activities and you'd like to know which Program the email is in? To accomplish that, download all Folders through the Folder API. This listing includes Programs, because a Program is a special type of folder. Als...
Hi Dan, 2,500 Programs are downloaded in 13 API calls (batch size 200) so - while I agree it would be convenient to filter on 'last updated' - it's not a huge hog of API calls. Not sure if you're planning to download folders, emails, landing pages, forms or files, but the API pretty works the same f...
I have built several Webhook solutions that call the SFDC REST API. It is not my preferred method, but sometimes it's the only way that we can do something quickly. The trick is to get a token and save it in a Lead field using the first Webhook call. Then use that token in the second webhook call. O...
Hi Karishma, it is now possible to use the REST API to add and remove Program Membership.
I'm happy to help, but there should be very few places where SOAP still has unique features that are not available in REST. One remaining one is that SFDC Campaign ID and Name are not yet returned in 'Get Program' in REST, but that's coming shortly. While REST does not support Foreign System Person ...