Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
There are other threads on this in the community and the situation as of 2019 is that SSO is not supported in the launchpoint Webex connector
The engagement program only cares if the lead is a member of that program. The smart campaign of the default program that sends the emails works independently of the engagement program cast. If the lead has a status in the default program then to the engagement program, that default program is done ...
That depends on the question, do you have a CRM and are you keeping Marketo and the CRM separate on purpose? or, do you not have a CRM in the first place?In the first scenario, SFDC integrated with Marketo, by far, provides a lot more capabilities. Other CRMs integrated with Marketo via middleware w...
commonly, # are used instead of ? for anchors. I don't know why your web devs decided to use ?So if you are doing something different to the standard then it's something to do with your javascript. Your web devs will need to fix it as it's not a problem with marketo emails or anything marketo relate...
We would like to replace the Marketo's default unsubscribe link {{system.unsubscribeLink}} in the footers of emails with a link to our company's unsubscribe form https://www.example.com/unsubscribe.Just set up a redirect rule in Admin -> landing pages for the marketo UnsubscribePage.html to your own...
can you share your test payloads and responses and any screenshots from the UI
@Jay_sandbox_Sin wrote:Business need to track Marketo token {{campaign.name}} in Marketo Form. is there any inbuilt option offered to directly trace campaign token in Marketo Form. Market leader do not want to update campaign name token every time in campaign flow. hence, looking for direct approa...
Marketo would need to be able to read the SFDC User object field isActive, which it can't, to be able to make a decision.A solution would certainly need to be deployed in SFDC - likely an Apex trigger for when a task/activity is created, check if owner isActive = trueA solution would certainly need ...
As pointed out above, operational email behaviour and Smart List qualification are independent functions of Marketo. A smart list will find everyone that matches the filters/criteria you specify.An operational email send will send to everyone that the smart list finds. If you don't look for people w...
It's super hard to code a decent looking HTML email that's compatible across all email clients and device types.You will need to use something more comprehensive than the marketo previews to test your email code, like Litmus, and adjust your code accordingly. Note the type of device and the client/...