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.14.0
Connector Version: 0.1.0
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(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 ID
Companies Operations
list_companies()- Returns a paginated list of companiesget_company()- Get a single company by ID
Deals Operations
list_deals()- Returns a paginated list of dealsget_deal()- Get a single deal by ID
Tickets Operations
list_tickets()- Returns a paginated list of ticketsget_ticket()- Get a single ticket by ID
Schemas Operations
list_schemas()- Returns all custom object schemas to discover available custom objects
Objects Operations
list_objects()- Returns a paginated list of objects for any custom object typeget_object()- Get a single object by ID for any custom object type
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.14.0.tar.gz.
File metadata
- Download URL: airbyte_ai_hubspot-0.14.0.tar.gz
- Upload date:
- Size: 71.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d57d9fe1944ab403bf405331d4310bed13de42378120d30affddc942346258c5
|
|
| MD5 |
fec8dc3f66cd9736df79693ba7ae8115
|
|
| BLAKE2b-256 |
dd076b7abda50c54907cfaa4bd319317306f64a15c7a86785be05a3baa777154
|
File details
Details for the file airbyte_ai_hubspot-0.14.0-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_hubspot-0.14.0-py3-none-any.whl
- Upload date:
- Size: 97.7 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 |
1434a788e1cd62f28ad20e58a35419a3111be3447306d1485616fa0cb0777c33
|
|
| MD5 |
4be3fc2e923d686fea03a41022863385
|
|
| BLAKE2b-256 |
1750327ad73b067cb2f7c1b6c00ddc85b94f0cecd86d0e6bd628e88e72e8ad57
|