Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks all for the responses, it seems like i just need to create some token that links to the join url. I set up a launchpoint and webhook, basically did all of the steps that are explained in the articles marketo and zoom have, it just seems like they leave little details like the url token out.
Hi All, We have a zoom webinar coming up and I am having difficulty getting the unique meeting invite link from zoom to Marketo. I have dug through all of the Zoom & Marketo set up docs and can't find anything useful for this. Ultimately what I want is to send a branded email from Marketo that has ...
Hi Dave, thanks for the insight! I just tried that and it worked like a charm!!I'll also definitely check out the admin editor settings, thanks again for your help!
Hello,I have an email going out today and am new to Marketo. I have placed an image in by uploading the image to the design section of Marketo and placing it in my campaign. Please note I have cloned an old campaign and edited it according to the new email. Here's the code for the email and a screen...
#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field.in($calNow) )#set( $ISO8601 = "yyyy-MM-dd'T'HH:mm:ss" )#set( $ISO8...
Thanks so much, this is exactly what I needed!! I added 7 days using code from the article that you had sent and got the code below and it is working great:#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.ge...
Thanks for the help Sanford. I'm trying this out to see if I can make it work.
Thanks Chris, it's a bit over my head so I was trying to find something simple but it does look like that is the only way that I'll be able to do make it work.
I am using this script to give an expiration date that is one week after an email is sent. I can't figure out how to add the "th, nd, st etc" to the date. For example, August 20th instead of August 20. I am having a hard time figuring out how to do this, any help would be appreciated.#set($dateInSev...