The Sakari HubSpot additional contact owner attributes allow you to inject additional owner attributes as token in your message templates.
What are HubSpot Additional Contact Owner Attributes (JSON)?
In this article we’ll walk through how to create personalized HubSpot text messages that allow you to add ANY contact owner attributes dynamically in to your sales message. Using just a single template, we can automatically insert a salesperson phone number, name, title, demo links – whatever!
Setup
To use the HubSpot Additional Contact Owner Attributes (JSON) fields we will be using the Sakari SMS "Send SMS" extension in HubSpot workflows.
JSON Setup
The JSON structure should be repeated for every contact owner in your organization.
After you’ve completed your JSON, paste it in the Additional Contact Owner Attributes (JSON) field in the Sakari HubSpot integration.
- Download the sample JSON used below here: JSON Sample Link
- If you need help structuring and validating your JSON, this JSON formatter is a great resource.
- Your email address needs to match EXACTLY. It is case sensitive.
{ "user1@email.com":{ "mobile":"+1-333-222-4444", "name":"John", "title":"Sales Associate", "demolink":"https://demo.com/john" }, "user2@email.com":{ "mobile":"+1-333-222-5555", "name":"Mary", "title":"Sales Associate", "demolink":"https://demo.com/mary" } }
Message Template
- To add a contact attribute (e.g. first name), select the “Contact token” button and select your field from the dropdown menu. In our example, we added the contacts first name.
- To add contact owner attributes the structure should be: [[[hubspot.owner.fieldname]]]. The “fieldname” corresponds with the names defined in the Additional Contact Owner Attributes (JSON)
Example Template
Completed Sakari Structure