Contact and Contact Owner in email

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.

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