Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Michelle! Glad to see you on communityYes to triggering and constraints .. No to populating tokens in an email (this would be a use case for a custom object + Velocity) Also worth mentioning is the strategy of storing JSON data in a text area and then using Velocity to parse / prettify it on send...
You can put a 'send alert' step at the top of the flow and set it to not send an email. This will trick the system into raising the priority of your campaign. In Marketo Sky (the new UI) you can change the priority but I haven't tested it.
I would suggest:- double checking the spelling on the token being used (what you put in for the value of CTA-1 URL)- remove the $ where you are setting the token and see what happens (what you put in for the value of CTA-1 URL)
Don't see an issue so long as you've turned on the SalesForce Object Sync in Admin and contracts are set to sync. Similar question from the past: https://nation.marketo.com/message/18375?commentID=18375#comment-18375
Never experienced this and use lots of Velocity (email scripting). The SF object does have to sync to Marketo though.
Ah yes. I think you helped my co-worker with a macro caching issue. Because of the caching- we didn't end up making a macro library. Just got off the phone w/Support and T2 for the original issue and there were indeed Custom Objects cached in the system. Thanks again for the input definitely help...
Pretty sure that filter is only for the Lead Extract:https://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters Bulk Activity will let you filter by activityId but that will give you all 'Added to List' activities. You could filter this further in your code but seems like this s...
Thanks for the confirmation! It will help the support case to have the resident Velocity expert's opinion.
Hello, I have an issue and am going back and forth with Marketo Support they are saying the issue is with a Velocity Script, but I do not see how that is possible. Has anyone had an issue with custom objects cacheing / still showing up after being removed from SFDC ? Simplified script I made for t...
Yeah, that worked. #set( $regRefundAmount = $number.currency($Automated_Fee_Reimbursement__c.Amount__c) )The output of the object had me a little confused as to what was going on: {Address_Change_Expiration_Date__c=2019-09-17, Amount__c=11.4}Makes sense now. Big thanks!