Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You can write url parameters to visible fields using some javascript, but yeah you can't set it up for visible fields like hidden fields in the forms editor.
Use your cname domain name instead of the app-ab29 one
PropertyBase is a CRM solution based off Salesforce.com popular with real estate agencies and developers in Australia. From my limited understanding, leads and contacts have been configured to work differently.You would need to seek advice from the CRM supplier on what is possible, i.e. can other Sa...
You can follow instructions here to create a new field in Marketo: Create a Custom Field in Marketo - Marketo Docs - Product Documentation You'll want to choose "Type: datetime".Create a trigger smart campaign with smart list:and flow:That's: {{system.dateTime}}
could you construct it using what you have already? i.e.{{lead.Lead Owner First Name}}.{{lead.Lead Owner Last Name}}@reply.hello.comIf you're synced with SFDC, you could use SFDC workflows + field updates to update the field SFDC side rather than trying to do it Marketo side.
If not through a response, you can always curl to the /index.php/save endpoint.Additionally, if you have a CRM integrated, you might have to see if your CRM can help with the flow on this one.
Actually, I understand your frustration now as Advanced Wait with "must end on" doesn't work so well with shorter wait durations. The only alternative I could think of that honours the after hours logic, was to write a webhook in php and have the script sleep until the right time, i.e. sleep 30 mins...
Have you tried adding Advanced Wait steps with "Must end on" before each action? However, you mentioned:in a person's respective time zoneandour customer service dept closes at 6pmWhich if you want to address both, then would require a more complex solution...
Maintaining segments and snippets might be a bit tedious if your reps change so if you don't have a lot of reps, you can use a program with tokens, smart campaigns and a custom field, i.e. sales rep link, to achieve this.In a program create tokens with each sales rep's unique link. Create a smart ca...
Your definition of "existing leads" can be interpreted in more than one way. Please try to explain it in more detail.