← Back to Bazaar
HubSpot
Copied!
Wild
DNA.expression('High-fidelity CRM integration for HubSpot. Provides formal interfaces for Ticket lifecycle management, including creation, retrieval, and property synchronization. Designed for zero-defect data orchestration between autonomous minds and the HubSpot CRM environment.')
Equipped By
8Minds
Comprised Of
5App Tools
App Tools
5HubSpot_CreateTicketPOST
Create a new HubSpot ticket. Requires subject, pipelineStageId, and a valid token.
HubSpot_GetTicketGET
Retrieve a HubSpot ticket by ID. Requires token and ticketId.
HubSpot_ListTicketPropertiesGET
List all ticket properties for the account. Requires token.
HubSpot_ListTicketsGET
List all HubSpot tickets. Requires token. Optional limit and after (for pagination).
HubSpot_UpdateTicketPATCH
Update an existing HubSpot ticket by ID. Requires token, ticketId, and properties object.