Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I can't?really?the process we have is:1) there is third party program where an event is created. in our case a meeting. usually it is defined like half year in advance and there are no leads. just a placeholder in a calendar to book a room.2) there is a tool which can see there is a new meeting and ...
sfdc token requires me to pick a value from a dropdown so i created text tokens.after staring at your screens long enough i might start to understand the message you are trying to tell me.just realized the token does not substitute to a value automagically, one have to update it.so the action patter...
@Jay JiangPlease forgive me my incompetence, but can you also post here "My Tokens" screen?It appears i am unable to figure out how to create the tokens.Which type should i pick?
we are trying to update the Cost following this API definition:http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updateProgramUsingPOSTBut the results come back unchanged. We submitted cost json object as follows:{ "costs": [ { "c...
Thank you Jay for your input!Unfortunately my limited Marketo knowledge restricts me from understanding the suggestion, but I will try to find someone here with better Marketo skills to help me with the flows.
Thank you Steven for clearing that out.But is there a call that can update sfdcName? Can't find it. Maybe I am looking in a wrong place?Or API is only limited to change name, description, costs, tags and start/end dates of a program?
Hi!There is such thing in Marketo as SalesForce integration.Not sure how exactly this works, but after user clicks that in Marketo UI then `sfdcId` and `sfdcName` fields are assigned to the program.We are cloning Programs using API calls and customer want SalesForce integration to be automated as we...
nevermind. guess i figured it out already.it appears it is like offset in mysql select. (ignore first n records and return the rest)so the usage would be:?maxReturn=200&filterType=folderId&filterValues=141&earliestUpdatedAt=2018-01-01T00:00:00-05:00&offset=0count = len(response_json["result"])if cou...
May I hijack the thread and dive deeper?what if?maxReturn=200&filterType=folderId&filterValues=141&earliestUpdatedAt=2018-01-01T00:00:00-05:00returns more than 200 records?how do i fetch all the records?campaigns.json have "nextpagetoken" in the result and it is possible to iterate over that.I have ...