how do i add user signature to a system email template?
Im trying to add signature of a sales person when we send an email to a contact
i tried this but it didnt work ${entity.company.salesrep.preferences.MESSAGE_SIGNATURE}
t
Tristan Day
06/30/2022, 8:45 PM
${preferences.MESSAGE_SIGNATURE} is all you need if you want it to come from the sender.
Alternatively you can use ${salesrep.preferences.MESSAGE_SIGNATURE} I think.
l
Livio
07/01/2022, 2:29 PM
but the email is being send from a contact record. Contacts dont have sales reps assigned to them
t
Tristan Day
07/01/2022, 10:22 PM
you've tried it and it doesn't work?
l
Livio
07/05/2022, 2:12 PM
correct
t
Tristan Day
07/05/2022, 2:14 PM
add a field to the contact records that sources the sales rep and reference that instead