APIs & Integrations

UMallya
Membro

Linking Custom Object with Contacts

resolver

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 Avaliação positiva
1 Solução aceita
dennisedson
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Linking Custom Object with Contacts

resolver

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?

Exibir solução no post original

0 Avaliação positiva
2 Respostas 2
dennisedson
Solução
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Linking Custom Object with Contacts

resolver

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 Avaliação positiva
taran42
Colaborador(a)

Linking Custom Object with Contacts

resolver

@dennisedson I think you covered it. 😄