twin releases
HubSpot twin — releases
Simulates the HubSpot CRM v3 API: generic CRM objects (contacts, companies, deals, tickets, engagements), batch operations, search, associations v4, properties, pipelines, owners, lists, webhooks, forms, and OAuth.
v0.2.0
SDK target: github.com/clarkmcc/go-hubspot @ latest
Features
- Generic CRM objects API for contacts, companies, deals, tickets, engagements
- Batch operations (
batch/create,batch/read,batch/update,batch/archive) - Search with property filtering, sorting, and pagination
- Associations v4 for CRM object relationships
- Properties, pipelines, owners, and lists management
- Webhooks subscription and delivery semantics
- Forms submission and reads
- OAuth authorization-code flow
Coverage
- 14/14 resource groups covered against the HubSpot CRM v3 API
- SDK target:
github.com/clarkmcc/go-hubspot
Known limitations
- Marketing Hub APIs (campaigns, workflows) not yet supported — CRM only
- Custom object schemas not yet supported (standard CRM objects only)
- Conversations API not yet supported