Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Danielle_Wong Below is the list you'll need to complete this task.- Access to Microsoft Dynamics and Power Automate- A custom field in Dynamics- Field Name: Added to Marketing List- Marketo synced with Dynamics Create a Power Automate Flow : When a record is added to a Marketing List then Set ...
Hi @nhabischWings No, Marketo does not currently support a token that will permanently stamp the exact sent/delivered time into the email content itself at the time of send. But i think we can use velocity script for this You could store the send time in a custom field via a flow step just before s...
Hi @milricks Could you please respond to the queries below so I can assist further? - Are all the tracking URLs stored in a custom field on Salesforce Campaigns?- Is there a fixed naming convention or structure for these URLs?- Do you want this to create the Smart Lists directly in Marketo, or just ...
Hi @mwigo34 As @SanfordWhiteman mentioned, Smart Lists in Marketo cannot show a list of emails scheduled to send along with their dates/times, because Smart Lists are focused on filtering people (leads) based on attributes or activity — not assets like emails or campaigns. But you can try with Camp...
Hi @amrish98 , In Marketo, while there's no direct way to isolate records that specifically missed emails due to reaching communication limits,Nevertheless, you can use the following methods to track and manage these contacts effectively: Create a Smart List to identify contacts who were not sent a ...
Hi @avaroglu Please try the solution below; I believe this is what you're asking for. To set up webinar confirmation emails with a direct calendar invite, you can attach an ICS (iCalendar) file to the email. Here's how to do it in platforms like Marketo: Use a calendar token, such as {{my.calendarI...
Hi @kenmckown The Munchkin is not defined error typically means that the Munchkin tracking script isn't loading correctly on your sites. To resolve this, ensure that the Munchkin tracking code is properly implemented in Google Tag Manager for both sites. Verify that the Marketo tracking script some...
Hi @Muniyandi If you're comfortable using Velocity Scripting (available in Marketo Email Script tokens), you can conditionally display content based on token values. Example with first Name#set( $firstName = ${lead.FirstName} )#if( !$firstName || $firstName.trim() == "" )## Do nothing (the section ...
Hi @lhan Yes, your understanding is correct—wrapping the URL in [[ ]] enables tracking for links in the text version of your Marketo email. As for your follow-up questions: Also try with <[[]]> Will the link appear in the Email Link Performance report? - Yes, as long as the URL is properly format...
Hi @ddkennedy You can manage this by creating custom fields in Marketo. First Visit:When a contact visits the webpage, send Email 1.To ensure Email 1 hasn't been sent before, add a filter such as 'Not Was Sent Email = Email 1.'After sending Email 1, update a custom field (e.g., Email_1 = True) to t...