Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
How are you triggering the data value changes flow?i.e. how are you selecting which value inside the multi picklist to take out?or is this data hygiene that you'd run manually?Anyway here's a php webhook that does the trick:
Then it sounds like setting up forwarding rules in outlook is the easiest solution.Alternatively, if you want to control everything out of marketo, you can add the assistants email to the alerts "other emails"Another solution with a bit more work, if you have create task available in flow, you can a...
According to posts here, Marketo server time will always be -5 UTC. Format for Importing a DateTime field value from CSVEDIT: I just dug up a piece of velocity code I've used previously based off Sanford's post. It's converting Central Time to Australian Time and I've had no issues.#set ($fn = ${lea...
So you don't want the assistant to see the MSI data? if not, why don't you just give the assistant the seller's CRM login.
Marketo servers are Central Time not Eastern Time that you've discerned.
So... use forms api to add utms as hidden fields, you'll nee to get the values from a cookie or url parameter with some additional javascript.automatically submit the form on known visitor loadMktoForms2.whenReady(function (form) { form.addHiddenFields({"utm_content":utm_content,"utm_source":utm_...
Right, missed the "defined thank you page" part. Try adding this instead:
So you want, for example, a cookied lead who clicks a link that should go to a landing page... to skip the landing page and go straight to the thank you page?In your form settings, change settings for known visitors to custom HTMLThere you can add
As per Sanfords post below, API calls on anonymous leads return no information.If you want anonymous leads to appear in your database like old marketo days (be aware of the consequences) you could use the munchkin associate call to set a temporary unique email address (e.g. take the munchkin number ...