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.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Follow up -- tested with the v1 endpoint and had no issue there either 🤔
Can you confirm which endpoint you are using and also that the owner id is correct?
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
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.