We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 25, 2022 12:44 PM
Hello there
I was just reveiwing the Visitor Identification API ( https://developers.hubspot.com/docs/api/conversation/visitor-identification ) and I see the current parameters are firstName, lastName, & email.
I wanted to know if i can pass more data for our support. For example, can I pass {"softwareID": 3472} along with the other parameters? Will that show in softwares we connect too?
Jan 27, 2022 2:24 AM
Hi @random22 ,
Yes! You can pass any other params to HubSpot as long as the param itself is a Contact Property in HubSpot. So if you create the property 'Software ID' you can use 'software_id' with the visitor identification API.
Here is an alternative method.