APIs & Integrations

UMallya
Membre

Linking Custom Object with Contacts

Résolue

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

 

0 Votes
1 Solution acceptée
dennisedson
Solution
Équipe de développement de HubSpot
Équipe de développement de HubSpot

Linking Custom Object with Contacts

Résolue

Hello @UMallya 

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

CRM___CRM_Custom_Objects.png

 

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?

Voir la solution dans l'envoi d'origine

0 Votes
2 Réponses
dennisedson
Solution
Équipe de développement de HubSpot
Équipe de développement de HubSpot

Linking Custom Object with Contacts

Résolue

Hello @UMallya 

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

CRM___CRM_Custom_Objects.png

 

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?

0 Votes
taran42
Contributeur

Linking Custom Object with Contacts

Résolue

@dennisedson I think you covered it. 😄