hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.
Why consider hubspot-api-python?
hubspot-api-python is the official open-source Python SDK for HubSpot. It powers bidirectional synchronization of CRM contacts, marketing deals, sales pipelines, company records, marketing email events, and custom CRM objects.
Learn hubspot-api-python by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of hubspot-api-python
hubspot-api-python updates CRM leads and schedules outbound marketing contacts in Python.
Quickstart
pip install hubspot-api-clientfrom hubspot import HubSpotfrom hubspot.crm.contacts import SimplePublicObjectInputForCreateclient = HubSpot(access_token="YOUR_TOKEN")contact = SimplePublicObjectInputForCreate(properties={"email": "lead@target.com", "firstname": "Sarah", "lastname": "Connor"})res = client.crm.contacts.basic_api.create(simple_public_object_input_for_create=contact)hubspot-api-python is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
MyBB
The free and open source PHP forum software powering thousands of online communities.