Linking Custom Object with Contacts

Hi,

I have to Build a Custom Object which has a one-to-many relationship with Contact objects.

We will be using Python API to synch Contacts and Custom objects information with Hubspot from SQL DB. I am very new to Hubspot development. Can someone answer the below queries?

1. How to proceed with Python to communicate with Hubspot API.

2. How do I build a Relationship between Contact and Customobject within API.

Thanks

Umesh

Hello @UMallya

You should see some example python calls in the endpoint documentation. See screengrab

When you go to the documentation for the Custom Object endpoints, you will see a section discussing Associations on the overview tab which should show you how to connect your Custom Object with another object type

Hope this gets you started @taran42 , any quick tips you can offer?

@dennisedson I think you covered it. :grinning_face_with_smiling_eyes: