Skip to content

Commit eba657d

Browse files
authored
Merge pull request #4107 from segmentio/bobbyatsegment-patch-1
Update how to navigate to custom field names
2 parents 8cb88d1 + 41a6478 commit eba657d

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/hubspot

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/hubspot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ analytics.identify('user1234', {
5858
5959
HubSpot does not accept any trait keys that contain upper case letters or spaces. Segment converts any custom traits you send to lower case, and replaces spaces with an underscore.
6060

61-
HubSpot removes from the request any traits that aren't contact fields in HubSpot. To find out which fields you can set, check out the custom field names in **Contacts > Contact Settings**. Example field names are `firstname`, `lastname`, `company`, and `phone`.
61+
HubSpot removes from the request any traits that aren't contact fields in HubSpot. To find out which fields you can set, navigate to **Settings > Data Management > Objects > Contacts** and select **Manage contact properties** under the **Setup** tab. Example field names are `firstname`, `lastname`, `company`, and `phone`.
6262

6363
If you specify a company name (using `traits.company.name`), it appears as a *property* of the contact (you can find it in HubSpot's UI using **About [contact] > View > View All Properties**), but it does not appear as the user's company under **[contact]'s Company**.
6464

0 commit comments

Comments
 (0)