Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello,I'm trying to replicate the closest thing to the "Add to Campaign" MSI feature in Dynamics CRM via the REST API. We don't plan to use the MSI feature from Marketo. It looks like one way to accomplish this is to have a Smart Campaign set with a SmartList containing a "Member of List" filter wit...
Currently, Marketo offers some "Bulk Export" functionality for situations where latency can be higher and many records need to be exported. This is marketed as an alternative to real time calls. However, transitioning from real-time calls to the bulk export feature is not straight forward because th...
Thank you @SanfordWhiteman for the information, I wish they would use swagger to document the response model field limits. I'm not just storing lead data, also other types, so my need is generic across any API that returns a response payload. E.g. Email subject length, folder name length, email des...
Hello, We'd like to send emails using the "Request Campaign" REST API on demand, but it looks like we would have to create a new campaign for each email we want to allow sending via the API. This is is undesirable for a variety of reasons, the main being is we now have to have a 1:1 mapping of email...
Hello,I'm consuming the REST API for various integrations in in some cases have to store data locally. I'd like to have my DB schema match the max lengths of Marketo data but am having issues finding how to determine the max field length of various data fields returned via the API. Can anyone sugges...
Hello, Is it possible to sync the Marketo Lead Id of Contact/Lead records from Marketo to Dynamics? If so can you please share details on where to configure this?
You say its not feasible, but it is, they make it work fast in other places. Their own MSI solution, does not suffer from this issue. It can retrieve these same 2 activities for this lead in a fraction of the time. It does not use the REST API.Their own web UI, does not use the REST API, it uses htt...
Why is that an acceptable solution? That is an awful solution for the API consumers and introduces significant burden on API consumers to store and maintain entire databases and sync processes for ALL activity records to cover the situation where we might need to get the activity details on demand f...
The main issue I am running into is with the "Get Lead Activities" API: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activities/getLeadActivitiesUsingGET For example, if I request all of the interesting moments from the past 90 days for a single lea...
When passing token data using the RequestCampaign API call, are there any field length limits on the values for the token types 'Rich Text' or 'Text'? Or any other restrictions on the API call that may restrict the amount of data passed via the tokens? Tokens are in the request body at the path: Tri...