CMS Development

BBecker1
Participant

Contact and Contact Owner in email

SOLVE

Hello,

Would it be possible to build an email module and based on the contact en contact owner the module is filled with information. Will this be possible?

Example:
A footer of an email based on the Contact owners email so it always has the correct information.

0 Upvotes
1 Accepted solution
Anton
Solution
Thought Leader

Contact and Contact Owner in email

SOLVE

Hey @BBecker1

yes it's possible. You can utilize tokens like

{{ contact.hubspot_owner_id.email }} {# the email adress of the owner #}
{{ contact.hubspot_owner_id.firstname }} {# first name of the owner #}
...

If you need to display information about the owner, that is not stored in the CRM, you can create a HubDB and display the information based on the email or so.

 

best, 

Anton

Anton Bujanowski Signature

View solution in original post

1 Reply 1
Anton
Solution
Thought Leader

Contact and Contact Owner in email

SOLVE

Hey @BBecker1

yes it's possible. You can utilize tokens like

{{ contact.hubspot_owner_id.email }} {# the email adress of the owner #}
{{ contact.hubspot_owner_id.firstname }} {# first name of the owner #}
...

If you need to display information about the owner, that is not stored in the CRM, you can create a HubDB and display the information based on the email or so.

 

best, 

Anton

Anton Bujanowski Signature