Hello, does anyone know if it's possible to set the owner of a contact using the Create or Update contact api? I'm not sure if it's a bug, I am creating a contact and company and then associating them, and as part of the payload for each, it checks if there is an owner query parameter and sets the owner if there is. It is working in all regards, but for some reason the owner is not being set on the contact record (it is working for the company). I logged the data being sent for the contact, it is:
All properties other than hubspot_owner_id are being set without issue. I should note that there are no errors that are being caught.Any help would be appreciated
I thought that would throw an error. Surprisingly, it doesn't. It let the function run and even created a new contact with the payload data, but it wouldn't add any properties other than first name, last name, company, and email.
I thought that would throw an error. Surprisingly, it doesn't. It let the function run and even created a new contact with the payload data, but it wouldn't add any properties other than first name, last name, company, and email.