Hey guys,
Hoping to create a campaign that populates a field that mimics another email field but adds a subdomain. See example below:
original field: hello@hello.com
new field: hello@reply.hello.com
Any ideas besides telling marketo how to populate each individual email address?
Solved! Go to Solution.
Yeah, can only be done with
1. A webhook
or
2. An export and API-based reimport (not UI-based reimport)
Is this a field on Leads, or token to be used as From/Reply-To?
the original field is the "sales owner email address field"
the new field is a new marketo field to be used as a "from/reply-to" field.
could you construct it using what you have already? i.e.
{{lead.Lead Owner First Name}}.{{lead.Lead Owner Last Name}}@reply.hello.com
If 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.
Thanks guys. Jay, unfortunately the emails are first letter of first name.last name or I would do that. Thanks!
To be fair, while I stay as far as away as I can from such things... if this format has no exceptions across the whole (current) population, and if there are only 26 (assuming you're using ASCII letters for both names and addresses) possible starting letters, you could a [Starts With] constraint and a bunch of Add Choices for that.