Making signatures rep-specific

Anonymous
Not applicable

Making signatures rep-specific

What is the best way to make a signature rep-specific within both emails sent within Marketo by Marketing and within SFDC by Sales?

Do you recommend using tokens or snippets?

Also, what is the best way to include an image of the rep in the signature?

Thank you!
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Making signatures rep-specific

Example: 

Sincerely,

{{lead.Lead Owner First Name:default=John}} {{lead.Lead Owner Last Name:default=Smith}}
{{lead.Lead Owner Job Title:default=Sales Exexcutive}}
Phone: {{lead.Lead Owner Phone Number:default=800-555-5555}}

To include an image with the signature, you'll need to have a string field containing a URL to a rep image, and then call that token in the HTML code. Something like:

<img alt="Sales Rep Photo" src="http://{{lead.Lead Owner Photo URL:default=www.yourwebsite.com/generic-rep-image.jpg}}" />
Anonymous
Not applicable

Re: Making signatures rep-specific

I recommend using Tokens, such that if the lead owner changes, or some detail like the owner's number changes, you don't have to go in and edit the snippet each time.
Anonymous
Not applicable

Re: Making signatures rep-specific

Suzanne:

You can also read through this other Discussion item for other ideas on how to accomplish this. Adam's solution uses tokens, as Adam suggested above.

Ei-Mang