APIs & Integrations

sandeepnaudiyal
Member

regarding contact

SOLVE

Hi 

I have a question like i want to send data from my code to hubspot using api in Contact Owner ,how can i send in that showing in postman that porperty doesnt exist ,how can i send contact onwer name from my code to hubspot?

0 Upvotes
1 Accepted solution
Teun
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

regarding contact

SOLVE

If I understood your question correctly you want to set an owner for every contact you create or update through the API.

This should be possible using the hubspot_owner_id in your data object. You need to pass the ID of the owner, which you can find by using the Owner API or by getting the User ID from the HubSpot portal by visiting the 'User settings' and clicking on a user: https://app.hubspot.com/settings/<Portal  ID>/users/editUser/<User ID>



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.


View solution in original post

0 Upvotes
1 Reply 1
Teun
Solution
Recognized Expert | Diamond Partner
Recognized Expert | Diamond Partner

regarding contact

SOLVE

If I understood your question correctly you want to set an owner for every contact you create or update through the API.

This should be possible using the hubspot_owner_id in your data object. You need to pass the ID of the owner, which you can find by using the Owner API or by getting the User ID from the HubSpot portal by visiting the 'User settings' and clicking on a user: https://app.hubspot.com/settings/<Portal  ID>/users/editUser/<User ID>



Learn more about HubSpot by following me on LinkedIn or YouTube

Did my answer solve your issue? Help the community by marking it as the solution.


0 Upvotes