Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi all I'm creating an email script which outputs a currency value based on the person's currency. So, for example, someone might have a value assigned of 1125.13 euros. My script should take the input, localise it by the currency that is selected, and give the output as a string for printing in the...
Hi Tony * Zoom reminder emails - when you have the Marketo integration set up, you turn these off. No reason to use them since they are unbranded and aren't customisable.* Setting up multiple webinars - nothing too complicated. Copy the previous event in Zoom and change the date etc, then clone the ...
I just had the same issue. When I had the code like this: ###module with content##{{my.token}}
Update on this: everything is now working. It seems that it was a temporary error on the Zoom side. We didn't change anything, and it just started working again 12 hours later...
This might be tricky. I believe as you have it, it will trigger based off a change of exactly +20. You could also use multiple triggers in the same smart campaign - as in, duplicate that filter, and change it to +30 (or the smallest increment a person could have). Then do that until you have it all...
No, sorry. I've used that call before and got the job details. So I'm guessing you're not getting an error, just an empty array of jobs back?
Oh crap, really? That stinks. We could possibly use the HashMap option. I'll look into that.
We have the same problem, but we used the integration just fine with Zoom webinar users for the past 2 months. Just today, we can't find any of our webinars anymore in Marketo. We can't bump users up to admin either, even if that would help - IT won't let us. At least as of last week, webinar users...
Hi Maria I'm struggling with a similar thing myself.... Mine is slightly different, but it might be a similar concept. What I think you would need to do is this: https://docs.marketo.com/display/public/DOCS/Add+Marketo+Custom+Object+Link+Fields#AddMarketoCustomObjectLinkFields-CreateaLinkFieldforaMa...
The only way would be through a custom integration. The flow could be something like... 1. Person unsubscribed from one group of content2. Smart campaign fires and webhook is called3. Webhook goes to a server somewhere and does an API call to find all other records with the same email address4. API ...