Email Deliverability

adesko
Member

mailto email link

SOLVE

Hi all,

 

I am setting up a mailto link in the monthly newlsetter we send out to customers. Is it possible for the email to be directed to that contact's account owner? or can the mailto only go to one email address?

 

Thanks!

0 Upvotes
2 Accepted solutions
Ben_M
Solution
Key Advisor

mailto email link

SOLVE

Yes. Just go into code view and insert the personalization token there of the contact owner's email address. 

View solution in original post

karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

mailto email link

SOLVE

Hi @adesko,

 

Yes, this is possible. Your mailto link should look something like this without a specified recipient:


mailto:rickastley@gmail.com?subject=Never%20going%20to%20give%20you%20up&body=Never%20going%20to%20let%20you%20down
 
The HubSpot syntax for the personalization token of the contact owner's email looks like this:
 
{{ contact.hubspot_owner_id.email }}
 
In the mailto link, simply replace the email part with this snippet:
 
mailto:{{ contact.hubspot_owner_id.email }}?subject=Never%20going%20to%20give%20you%20up&body=Never%20going%20to%20let%20you%20down
 
Depending on where you want to use this, the UI might also allow you to add a personalization token via the Personalize menu point.
 
In any case, make sure to preview and test the email for a few contacts to see if it's working as expected. Also make sure that all recipients have a contact owner / set a global default value.
 
Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

2 Replies 2
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

mailto email link

SOLVE

Hi @adesko,

 

Yes, this is possible. Your mailto link should look something like this without a specified recipient:


mailto:rickastley@gmail.com?subject=Never%20going%20to%20give%20you%20up&body=Never%20going%20to%20let%20you%20down
 
The HubSpot syntax for the personalization token of the contact owner's email looks like this:
 
{{ contact.hubspot_owner_id.email }}
 
In the mailto link, simply replace the email part with this snippet:
 
mailto:{{ contact.hubspot_owner_id.email }}?subject=Never%20going%20to%20give%20you%20up&body=Never%20going%20to%20let%20you%20down
 
Depending on where you want to use this, the UI might also allow you to add a personalization token via the Personalize menu point.
 
In any case, make sure to preview and test the email for a few contacts to see if it's working as expected. Also make sure that all recipients have a contact owner / set a global default value.
 
Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Ben_M
Solution
Key Advisor

mailto email link

SOLVE

Yes. Just go into code view and insert the personalization token there of the contact owner's email address.