Brendan O'Dowd
Results
1
comments of
Brendan O'Dowd
`var contact = api.Contact.Create(new ContactHubSpotModel() { Email = emailAddress, FirstName = firstName, LastName = lastName, Phone = phone });` Is it only possible to add the standard properties using this...