Anyone here who has done integration in Netsuite w...
# general
r
Anyone here who has done integration in Netsuite with Hubspot? I am running into an issue, where I would like to know what will be the best approach to tackle the below situation. Scenario:
Copy code
ContactEmail  EmailProperty (some custom field on contact record)   Company  CompanyInternalId
<mailto:x@gmail.com|x@gmail.com>   ABC                                                   Comp1    1234
<mailto:x@gmail.com|x@gmail.com>   XYZ                                                   Comp2    5678
Now when creating contact record in hubspot, I can associate it to 2 different companies. But the email property which differs for both these contacts how should I handle that in hubspot? I have read about plus addressing and can create emails like x+1234@gmail.com and x+5678@gmail.com. Just want to make sure any known challenges you guys might have faced with the above approach.