Airbyte Hubspot Connector for AI platforms
Project description
Airbyte Hubspot AI Connector
Type-safe Hubspot API connector with full IDE autocomplete support for AI applications.
Package Version: 0.15.2
Connector Version: 0.1.1
SDK Version: 0.1.0
Installation
uv pip install airbyte-ai-hubspot
Usage
from airbyte_ai_hubspot import HubspotConnector
from airbyte_ai_hubspot.models import HubspotAuthConfig
# Create connector
connector = HubspotConnector(auth_config=HubspotAuthConfig(client_id="...", client_secret="...", refresh_token="...", access_token="..."))
# Use typed methods with full IDE autocomplete
# (See Available Operations below for all methods)
Available Operations
Contacts Operations
list_contacts()- Returns a paginated list of contactsget_contact()- Get a single contact by IDsearch_contacts()- Search for contacts by filtering on properties, searching through associations, and sorting results.
Companies Operations
list_companies()- Retrieve all companies, using query parameters to control the information that gets returned.get_company()- Get a single company by IDsearch_companies()- Search for companies by filtering on properties, searching through associations, and sorting results.
Deals Operations
list_deals()- Returns a paginated list of dealsget_deal()- Get a single deal by IDsearch_deals()- Search deals with filters and sorting
Tickets Operations
list_tickets()- Returns a paginated list of ticketsget_ticket()- Get a single ticket by IDsearch_tickets()- Search for tickets by filtering on properties, searching through associations, and sorting results.
Schemas Operations
list_schemas()- Returns all custom object schemas to discover available custom objectsget_schema()- Get the schema for a specific custom object type
Objects Operations
list_objects()- Read a page of objects. Control what is returned via the properties query param.get_object()- Read an Object identified by {objectId}. {objectId} refers to the internal object ID by default, or optionally any unique property value as specified by the idProperty query param. Control what is returned via the properties query param.
Type Definitions
All response types are fully typed using TypedDict for IDE autocomplete support.
Import types from airbyte_ai_hubspot.types.
Documentation
Generated from OpenAPI 3.0 specification.
For API documentation, see the service's official API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_ai_hubspot-0.15.2.tar.gz.
File metadata
- Download URL: airbyte_ai_hubspot-0.15.2.tar.gz
- Upload date:
- Size: 82.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b68f5da253a2dbd4527eb01f5cdadc846e75eb4cbb5d0b1c129c7445ad2f5dd
|
|
| MD5 |
f6c61752b5811b4eb781ac3a8089b446
|
|
| BLAKE2b-256 |
483b9f07a2501fbfa7885348f8c3001c6d279720cf6637fd3e557f2d66a8d5e5
|
File details
Details for the file airbyte_ai_hubspot-0.15.2-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_hubspot-0.15.2-py3-none-any.whl
- Upload date:
- Size: 112.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea7985ec3171f896ff3813460ce05a1aaa8e028d085cb9645a8a2948d1da3ed
|
|
| MD5 |
b15e2a1cd9deff11709d5bbd5f96c6bf
|
|
| BLAKE2b-256 |
117057b17806e6cd8d8c27464f95dec1d992b1f1c6ca9505ded3461ca367dddd
|