Add Direct Link to Contact/Opportunity in Notification Emails
H
Heather Clayton
Is it possible to add a direct link or custom value for each opportunity card? For example, if my team wants to receive an email notification when someone books an appointment, we’d also like that email to include a direct link to the contact record or to the contact’s opportunity card.
Log In
G
Gracen Duffield
I do this by creating a custom value for the location URL and then appending the contactid.
How to do it:
Open a contact in your GHL sublocation.
You will see a URL that looks like this in your browser address bar:
Create a custom value:
ghl-subaccount-contact-detail
Set the value of the custom value to everything up to the last / in your contact url:
ghl-subaccount-contact-detail
In your internal notifications, use this to create a link to the contact, using the existing contact.id field:
{{custom_values.ghl-subaccount-contact-detail}}{{contact.id}}
G
Gracen Duffield
it would be helpful if there were a how-to article on this and/or a built in contact-link in the contact section.
K
Keith Besherse
Gracen Duffield, that is a VERY helpful response.
Core Platform, can we get this technique added to Help?
K
Keith Besherse
This is a native function of the Internal Notification (but not email or SMS notification).
M
Marcos Miller
The direct link is possible for the contact and probably also for the opportunity. If you look at the URL for the contact, what changes from one contact to the other is the last identifier, which is the contact ID. The way to set it up is to copy the rest of the URL and paste that in there as a constant, then add in the tag portion for only the ID variable. Once it fills that in, you will have the full URL.