Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi, So I'm trying to GET the pagingToken to later fetch some email reports. I need the pageToken for this but it will only give out a ":censored:" Next Page Token. These are my fields:URL: https://localhost/rest/v1/activities/pagingtoken.json (annonymizing my address) Query String Parameters: sinceD...
We finally used an API that would fetch the XLSX file from our ticketing platform, clone a program in Marketo and upload the leads in the list to that program 🙂
Hi all, Just wanted to know the comunnity's opinion on this.Right now we do list uploads for our tradeshows in which we change their statuses to the ones we have (e.g. attended, no show, etc) As of now, we are using one list upload for every program status. I've thought on referencing those Program ...
Hi @SanfordWhiteman , I have one object whose values are webinar sessions.I want to output the matching joinURL to the eventID it belongs to.Example:I want to be able to send 1 email that has in it 3 CTAs for the 3 webinars.So in that email I'd like the link fo the CTA to be a Velocity Script token....
Hi,I'm having this issue in which I want to retrieve the link URL from a webinar depending on their eventid (being the eventid a dedupe field.My code is this one: #set($targetEventId = "93992165641")#set($index = -1)#foreach($webinar in $zoomWebinars_cList) #if($webinar.eventid == $targetEventId...
Hi @alludoalex, Sure. I've also been trying to put the access_token (like @SanfordWhiteman said) in the query parameters but seems to still deliver the same result. What pisses me off is that it sometimes work and others don't.Here are the requirements for the API call to populate the field.I've ev...
Hi,Thanks @SanfordWhiteman , attaching some screenshots and some bullet points:I don't receive the 601 code in all queries, only in some which makes it irregular.There could be a caveat in which the token would have 1-5 seconds left and so that token would not be valid, but it is not the case in her...
Hi all, I was wondering if anyone could help me with this. I have Marketo integrated with Zapier with an API Only user. Thing is I want to populate a PMCF from Zapier to Marketo for some webinar runs. While testing it out I've found that it actually worked but now that I'm live with real people, it ...
Hi Sandford, Thank you for your reply. And so, how could "transcribe" this behavior to an smart campaign trigger? Is it a custom activity? Thanks.
Hi everyone, Is there any way to trigger a Change Program Status for our Webpage programs everytime a user scrolls let's say at least 50% of our page?I don't know if it's possible, maybe through Custom Activities or through an integration with Google Analytics/Google Tag Manager? If so, how would it...