HubSpot CRM v3 API — contacts, companies, deals, tickets, associations, and pipelines. CRITICAL USAGE RULES: 1. Use searchContacts/searchCompanies/searchDeals for discovery — pass query for text search or use filters for specific fields 2. Use getContact/getCompany/getDeal by ID for full details 3. Use createContact/createDeal/updateDeal for writes (properties object required) 4. Use getAssociations to link objects (contact → company, deal → contact) 5. Use getDealPipelines to discover stage names before filtering by dealstage 6. Use getProperties to discover available fields for any object type 7. Search limit max is 200 per page, use "after" cursor for pagination
16 methodsFreshness not declared
