APIs & Integrations

UMallya
Mitglied

Linking Custom Object with Contacts

lösung

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 Upvotes
1 Akzeptierte Lösung
dennisedson
Lösung
HubSpot-Produktteam
HubSpot-Produktteam

Linking Custom Object with Contacts

lösung

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?

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
dennisedson
Lösung
HubSpot-Produktteam
HubSpot-Produktteam

Linking Custom Object with Contacts

lösung

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 Upvotes
taran42
Mitwirkender/Mitwirkende

Linking Custom Object with Contacts

lösung

@dennisedson I think you covered it. 😄