Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just to make sure I understand - Let's say for example my current velocity script that I can't update through the API is something like the below. The "$link" variable is what I want to be able to change via the API, but can't since it is an email script. #set ($ticker = "Lorem Ipsum")#set ($link =...
We have email script tokens that contain a value that needs to be updated on a daily basis, and we want to move the process to the API instead of manually doing it every day. According to the Marketo documentation (https://developers.marketo.com/rest-api/assets/tokens/) you can't work with this 'ty...
Hey everyone, I'd like to have a process where whenever we schedule a campaign to run, we post that info to Slack. For example,Let's say in Marketo we hit the schedule button for a smart campaign.In a dedicated Slack channel (let's call it #campaigns), it posts "{Campaign name} scheduled to deploy a...
Check out this script. It currently looks in our 'lead.Subscribed_Products_From_Account__c' field for various words and if it finds a match, outputs a link, if it doesn't find a match outputs a different link. #if( $lead.Subscribed_Products_From_Account__c.contains("Alpha"))https://mysite.com*#elsei...
Hey everyone,Odd scenario here - we have a process in Salesforce (merge lead with existing contact and convert using a tool called ZaapIT) that is triggered by a field being set to "TRUE" on our lead objects.I set up a simple Smart Campaign in Marketo that sets the value to "TRUE" on a triggered bas...
It is actually some additions to that code you helped me with awhile ago. I updated it to retrieve a second column's values at the same time. Here's an example, where it receives "lastActivity":"2020-02-01" but sets to today's date. Choice Number:1711Pay Load:var services = { owners : { serviceURL :...
I have a webhook that is receiving a date value response in either "m/d/yy" or "yyyy-mm-dd" format and keeps converting it to be today's date. For example, the webhook received responses such as "2/1/20" and "2020-02-01" but keeps setting the field to 2020-02-06. Any ideas?
Currently we use a custom form that posts to Salesforce first. I want to use Marketo forms, but the form is actually pretty complex.The form only contains 3 fields, but the last one is pretty tricky - Email addressPhone'Product interest'This field has about 30 different checkboxes separated into abo...
Hi Marketo Nation!I currently have rules set up so that users can only run through our programs x amount of times, but I have noticed users will go our website and submit the form multiple times, creating duplicate lead records.The rules to only email someone one time are not working because Marketo...
Hi Marketo Nation!Pretty simple yet tricky task.Currently all new leads are assigned to the Sales Queue by default in Marketo/Salesforce.I want to use Marketo to automatically determine the correct Lead Owner using the Contact Owner on the SFDC Contact. Rather than full email, I'd like to use email ...