
Manage CRM contacts, deals, and automate sales and marketing workflows
HUBSPOT ADD ASSET ASSOCIATION
Associates an existing asset ('FORM', 'OBJECT_LIST', or 'EXTERNAL_WEB_URL') with a specified HubSpot marketing campaign.
HUBSPOT ADD TOKEN TO EVENT TEMPLATE
Adds a new custom data token to an existing event template for a specified HubSpot application, optionally populating a CRM object property if objectPropertyName is provided.
HUBSPOT ARCHIVE
Archives the HubSpot email specified by `emailId` by moving it to the recycling bin, making it inaccessible unless restored.
HUBSPOT ARCHIVE A BATCH OF QUOTES BY ID
Archives a batch of existing, non-archived quotes by their IDs; this action is irreversible and useful for managing outdated or irrelevant quotes.
HUBSPOT ARCHIVE BATCH OF FEEDBACK SUBMISSIONS BY ID
Asynchronously archives a batch of HubSpot feedback submissions using their unique IDs, which must correspond to valid and existing submissions; the operation is queued, and submissions are moved from active views without being deleted.
HUBSPOT ARCHIVE BATCH OF LINE ITEMS BY ID
Archives a batch of existing line items by their unique IDs in HubSpot CRM; this operation is irreversible via the API.
HUBSPOT ARCHIVE BATCH OF OBJECTS BY ID
Archives a batch of existing, non-archived CRM objects of a specified `objectType` by their IDs, effectively hiding them from active use.
HUBSPOT ARCHIVE BATCH OF PROPERTIES
Archives a batch of properties by their internal names for a specified HubSpot CRM object type; this operation is idempotent and safe to retry.
HUBSPOT ARCHIVE COMPANIES
Archives multiple HubSpot companies by their IDs.
HUBSPOT ARCHIVE COMPANY
Archives an existing company in HubSpot CRM by its `companyId`, moving it to a recycling bin from which it can be restored, rather than permanently deleting it.
HUBSPOT ARCHIVE CONTACT
Archives a HubSpot contact by its ID.
HUBSPOT ARCHIVE CONTACTS
Archives multiple HubSpot contacts by their IDs.
HUBSPOT ARCHIVE CRM OBJECT BY ID
Archives a specific HubSpot CRM object by its type and ID, moving it to the recycling bin; this action is irreversible via the API but objects can often be restored via the HubSpot UI.
HUBSPOT ARCHIVE DEALS
Archives multiple HubSpot deals by their IDs.
HUBSPOT ARCHIVE EMAILS
Archives multiple HubSpot emails by their IDs.
HUBSPOT ARCHIVE FEEDBACK SUBMISSION
Archives an existing, non-archived Feedback Submission in HubSpot CRM by its ID, moving it to the recycling bin (not permanently deleting it).
HUBSPOT ARCHIVE LINE ITEM BY ID
Archives a specific HubSpot line item by its ID, moving it to a recoverable state.
HUBSPOT ARCHIVE PRODUCT
Archives a HubSpot product by its ID.
HUBSPOT ARCHIVE PRODUCTS
Archives multiple HubSpot products by their IDs.
HUBSPOT ARCHIVE PROPERTY BY OBJECT TYPE AND NAME
Archives a specified CRM property by its object type and name, moving it to the recycling bin; note that some default HubSpot properties cannot be archived.
HUBSPOT ARCHIVE PROPERTY GROUP
Archives a HubSpot property group, making it inactive and hidden (not permanently deleted, allowing potential restoration) with immediate effect on its CRM visibility and usability.
HUBSPOT ARCHIVE QUOTE OBJECT BY ID
Archives a HubSpot Quote object by ID to the recycling bin; this is API-irreversible and may need manual restoration.
HUBSPOT ARCHIVE TICKET
Archives a HubSpot ticket by its ID.
HUBSPOT ARCHIVE TICKETS
Archives multiple HubSpot tickets by their IDs.
HUBSPOT AUDIT PIPELINE CHANGES BY ID
Retrieves a reverse chronological audit log of all changes for a specific, existing HubSpot CRM pipeline, which is identified by its `pipelineId` and a valid `objectType` that supports pipelines (e.g., 'deals', 'tickets').
HUBSPOT BATCH READ COMPANIES BY PROPERTIES
Batch-retrieves HubSpot company records by their IDs, allowing custom ID properties, specific properties to fetch, and historical data.
HUBSPOT BATCH UPDATE QUOTES
Updates multiple existing HubSpot quotes in a batch; each quote is identified by its object ID or a custom unique property (via `idProperty`), and only writable properties are modified.
HUBSPOT CANCEL ACTIVE IMPORT
Cancels an active HubSpot data import job using its `importId`; this action is irreversible, and any data already processed will remain.
HUBSPOT CLONE MARKETING EMAIL
Duplicates an existing HubSpot marketing email, identified by its `id`, into a new draft; an optional `cloneName` can be assigned to this new email copy.
HUBSPOT CONFIGURE CALLING EXTENSION SETTINGS
Configures or updates settings for a HubSpot app's calling extension, including its name, UI URL, iframe dimensions, `isReady` status, and `supportsCustomObjects` flag, for the specified `appId`.
HUBSPOT CREATE AB TEST VARIATION
Creates a new A/B test variation for an existing HubSpot email, using its `contentId`; this action only creates the variation, it does not start the A/B test or send emails.
HUBSPOT CREATE AND RETURN A NEW PROPERTY GROUP
Creates a new, empty property group for a specified CRM object type in HubSpot, requiring a unique group name for that object type; properties must be added separately.
HUBSPOT CREATE A NEW MARKETING EMAIL
Creates a new marketing email in HubSpot, allowing comprehensive configuration of content, recipients, sender details, A/B testing, scheduling, web version, and other settings; the internal `name` for the email is required.
HUBSPOT CREATE ASSOCIATION FOR OBJECT TYPE
Creates the *definition* (schema) of a new association in HubSpot, specifying how two CRM object types relate (not an actual link between records); any provided `name` must be unique for the `fromObjectTypeId` and `toObjectTypeId` pair.
HUBSPOT CREATE BATCH OF FEEDBACK SUBMISSIONS
Creates a batch of feedback submissions in HubSpot, ideal for bulk imports; all property names, `associationTypeId`s, and association `to_id`s must reference existing entities in HubSpot.
HUBSPOT CREATE BATCH OF OBJECTS
Creates multiple CRM objects of a specified `objectType` (e.g., contacts, companies, deals) in a single batch operation, where each object can have its own set of properties and associations.
HUBSPOT CREATE BATCH OF PROPERTIES
Efficiently creates multiple CRM properties in a single batch for a specified HubSpot object type (e.g., 'contacts', 'companies', custom object ID), ideal for schema setup or updates.
HUBSPOT CREATE BATCH OF QUOTES
Creates multiple HubSpot CRM quotes in a batch, ideal for bulk operations; provide meaningful quote details in `inputs` as property requirements can vary, and inspect response for individual quote statuses as partial success is possible.
HUBSPOT CREATE CAMPAIGN
Creates a new HubSpot campaign.
HUBSPOT CREATE CAMPAIGNS
Creates multiple HubSpot campaigns in a single batch operation.
HUBSPOT CREATE COMPANIES
Creates multiple new HubSpot companies in a single batch operation.
HUBSPOT CREATE COMPANY
Creates a new HubSpot company.
HUBSPOT CREATE CONTACT
Creates a new HubSpot contact.
HUBSPOT CREATE CONTACTS
Creates multiple new HubSpot contacts in a single batch operation.
HUBSPOT CREATE CRM OBJECT WITH PROPERTIES
Creates a new HubSpot CRM object (e.g., contact, company, custom object) with specified `properties` (using valid internal names) and `associations` (to existing objects via valid type IDs).
HUBSPOT CREATE DEAL
Creates a new HubSpot deal.
HUBSPOT CREATE DEALS
Creates multiple deals in HubSpot CRM; ensure any associated object IDs, deal stages, and pipeline IDs specified are valid and exist within the HubSpot account.
HUBSPOT CREATE EMAIL
Creates a new HubSpot email engagement record. REQUIRED FIELDS in properties dict: - hs_email_subject: Subject line - hs_email_html: HTML content - hs_timestamp: Unix timestamp in milliseconds - hs_email_direction: 'INCOMING' or 'OUTGOING' This creates an email engagement/activity record in HubSpot CRM, not a marketing email.
HUBSPOT CREATE EMAILS
Creates multiple HubSpot emails in a single batch operation.
HUBSPOT CREATE EVENT TEMPLATE FOR APP
Creates a new event template for a HubSpot app, defining structure, custom properties (tokens), and appearance (Markdown with Handlebars) of custom timeline events for CRM objects; this template must exist before logging corresponding events.
HUBSPOT CREATE FEEDBACK SUBMISSION
Creates a new HubSpot feedback submission to record customer feedback (e.g., survey responses, support interactions), optionally associating it with CRM objects.
HUBSPOT CREATE LINE ITEM
Creates a new HubSpot line item.
HUBSPOT CREATE LINE ITEMS
Creates multiple HubSpot line items in a single batch operation.
HUBSPOT CREATE MULTIPLE TIMELINE EVENTS BATCH
Creates multiple immutable timeline events in a batch, ideal for bulk data imports or real-time synchronizations, using a valid event template; may update CRM properties if the template is so configured.
HUBSPOT CREATE NEW OBJECT SCHEMA WITH CUSTOM PROPERTIES
Creates a new custom object schema in HubSpot CRM with unique naming for schema and properties, defined display/required/searchable properties within the 'properties' list, provided immutable labels, and correctly configured 'enumeration' type properties (options/referencedObjectType).
HUBSPOT CREATE NOTE
Creates a new HubSpot CRM note. Use when you need to add a timestamped note with optional attachments and associations to contacts, companies, deals, or tickets.
HUBSPOT CREATE OR UPDATE DRAFT VERSION
Creates or updates the draft version of a marketing email identified by `emailId`; if no draft exists, a new one is created from the current live version to prepare changes or A/B tests before publishing.
HUBSPOT CREATE PIPELINE FOR OBJECT TYPE
Creates a new HubSpot pipeline for a specified CRM `objectType` (e.g., 'deals', 'tickets'), requiring the pipeline `label` be unique for that `objectType` and each stage `label` be unique within the pipeline.
HUBSPOT CREATE PIPELINE STAGE
Creates a new stage in a specified HubSpot CRM pipeline for a given object type, such as 'deals' or 'tickets'.
HUBSPOT CREATE PRODUCT
Creates a new HubSpot product. Note: Products are catalog items and cannot be directly associated with deals, contacts, or companies. To connect product information to a deal or quote, create a line item using HUBSPOT_CREATE_LINE_ITEM that references this product's ID via hs_product_id.
HUBSPOT CREATE PRODUCTS
Creates multiple HubSpot products in a single batch operation.
HUBSPOT CREATE PROPERTY FOR SPECIFIED OBJECT TYPE
Creates a new custom property for a specified HubSpot CRM object type; ensure `groupName` refers to an existing property group for the `objectType`.
HUBSPOT CREATE QUOTE OBJECT
Creates a new quote object in HubSpot CRM with specified properties and associations.
HUBSPOT CREATE TASK
Creates a new CRM task record. Use when adding a task with properties and optional associations.
HUBSPOT CREATE TICKET
Creates a new HubSpot ticket.
HUBSPOT CREATE TICKETS
Creates multiple HubSpot tickets in a batch, each with its own properties and associations; `inputs` list must not be empty, each item needs `properties`, and associations/custom properties must be validly defined using internal names for custom fields and ISO 8601 for dates.
HUBSPOT CREATE TIMELINE EVENT BASED ON TEMPLATE
Creates an immutable custom timeline event on a CRM object's record using a specified, existing event template (identified by `eventTemplateId`), optionally updating CRM object properties if defined in the template; requires `email`, `utk`, or `objectId` for association.
HUBSPOT CREATE WORKFLOW
Creates a new HubSpot workflow to automate processes; ensure `enrollmentCriteria` and `actions` use properties relevant to the specified `objectTypeId`.
HUBSPOT DELETE A BATCH OF CAMPAIGNS
Archives a batch of up to 50 marketing campaigns, hiding them from active views rather than permanently deleting them.
HUBSPOT DELETE A MARKETING EMAIL
Deletes an existing marketing email, either permanently (default) or by archiving if `archived` is `true`.
HUBSPOT DELETE CALLING EXTENSION SETTINGS
Permanently deletes the settings for a calling extension app, specified by its `appId`, rendering it unusable for all connected HubSpot accounts; this operation is irreversible.
HUBSPOT DELETE CAMPAIGN
Permanently deletes a marketing campaign from HubSpot using its `campaignGuid`; returns a 204 No Content status even if the campaign does not exist.
HUBSPOT DELETE CONTACT FOR GDPR COMPLIANCE
Irreversibly deletes a HubSpot contact for GDPR compliance (identified via `objectId` and `idProperty`); an email `objectId` for a non-existent contact may be blocklisted.
HUBSPOT DELETE PIPELINE BY ID
Permanently deletes a HubSpot pipeline and all its stages by `pipelineId` and `objectType`; this is irreversible, so use validation flags to avoid errors if the pipeline is not empty.
HUBSPOT DELETE PIPELINE STAGE BY ID
Permanently deletes a specific pipeline stage for an `objectType` (e.g., 'deals', 'tickets') that supports pipelines; this operation is irreversible, so ensure no active CRM records are associated with the stage to prevent data issues.
HUBSPOT DELETE SCHEMA BY OBJECT TYPE
Permanently deletes a HubSpot custom object schema, specified by its `objectType`, after all associated CRM records have been deleted.
HUBSPOT DELETE TIMELINE EVENT TEMPLATE
Permanently and irreversibly deletes a specific timeline event template, identified by its `eventTemplateId`, from the application `appId`.
HUBSPOT DELETE VIDEO CONFERENCING APP SETTINGS
Irreversibly deletes all settings for a video conferencing application identified by its `appId` in HubSpot, removing its configuration and preventing it from functioning until reconfigured; existing meetings and historical data are unaffected.
HUBSPOT DELETE WORKFLOW
Permanently deletes a HubSpot workflow by its ID; deleted workflows cannot be restored via the API and the ID must exist.
HUBSPOT FETCH IMPORT ERROR DETAILS
Fetches a paginated list of read-only error details for a specific HubSpot CRM import, requiring a valid `importId` for a processed import.
HUBSPOT FETCH RECORDING SETTINGS BY APP ID
Fetches call recording settings for a specified, existing HubSpot calling extension app.
HUBSPOT FETCH REVENUE
Fetches a revenue attribution report for a specified, existing marketing campaign, optionally using a specific attribution model and date range; if both start and end dates are given, `endDate` must not be earlier than `startDate`.
HUBSPOT GDPR DELETE
Permanently deletes a contact and associated content for GDPR compliance; an email used for identification via `idProperty`='email' that is not found will be irreversibly blocklisted.
HUBSPOT GET ACCOUNT INFO
Gets current HubSpot account info (email, hubId, user details) using access-token lookup.
HUBSPOT GET ACTIVE IMPORTS LIST
Retrieves a list of currently active import jobs in HubSpot for monitoring ongoing data operations.
HUBSPOT GET AGGREGATED STATISTIC INTERVALS
Retrieves aggregated statistics for marketing emails (e.g., send counts), grouped by specified time intervals within a defined time range.
HUBSPOT GET AGGREGATED STATISTICS
Retrieves aggregated statistics for marketing emails, optionally within an ISO8601 formatted time range, by email IDs, or specific email properties.
HUBSPOT GET ALL MARKETING EMAILS FOR A HUB SPOT ACCOUNT
Fetches a list of marketing emails from a HubSpot account, with options for filtering, sorting, pagination, and including performance statistics.
HUBSPOT GET ALL WORKFLOWS
Retrieves a list of workflow summaries (ID, name, type, status) from HubSpot, using the 'limit' parameter for pagination.
HUBSPOT GET A REVISION OF A MARKETING EMAIL
Retrieves a specific, previously saved revision of a marketing email using its unique email ID and revision ID.
HUBSPOT GET CAMPAIGN
Retrieves a HubSpot campaign by its ID.
HUBSPOT GET CAMPAIGN METRICS
Retrieves key attribution metrics for an existing marketing campaign, identified by its `campaignGuid`, within an optional date range.
HUBSPOT GET CAMPAIGNS
Retrieves multiple HubSpot campaigns.
HUBSPOT GET COMPANY
Retrieves a HubSpot company by its ID.
HUBSPOT GET CONTACT IDS
Gets HubSpot contact IDs for a specified campaign and contact interaction type.
HUBSPOT GET DEAL
Retrieves a HubSpot deal by its ID.
HUBSPOT GET DEALS
Retrieves multiple HubSpot deals by their IDs.
HUBSPOT GET DRAFT VERSION OF A MARKETING EMAIL
Retrieves the draft version of a marketing email by its `emailId`; if no draft exists, returns the published version.
HUBSPOT GET EMAILS
Retrieves multiple HubSpot emails by their IDs.
HUBSPOT GET IMPORT RECORD INFORMATION
Retrieves a comprehensive summary of a specific HubSpot CRM import record by its `importId`, including status, progress, updates, results, and errors; useful for monitoring and troubleshooting data imports.
HUBSPOT GET MARKETING EMAILS
Fetches a list of marketing emails from HubSpot, supporting filtering by creation/update timestamps, pagination, and sorting.
HUBSPOT GET PIPELINE STAGE AUDIT
Retrieves a reverse chronological list of all mutations (changes) for a specific pipeline stage; the associated pipeline ID is inferred from the API path and is not a direct input.
HUBSPOT GET PRODUCT
Retrieves a HubSpot product by its ID.
HUBSPOT GET PRODUCTS
Retrieves multiple HubSpot products by their IDs.
HUBSPOT GET QUOTE BY ID
Retrieves a specific HubSpot quote by its unique identifier.
HUBSPOT GET REVISIONS OF A MARKETING EMAIL
Retrieves a paginated list of all historical versions (including full state like content, settings, metadata) for a specified, existing marketing email; revision ID -1 identifies the current version.
HUBSPOT GET SEGMENT MEMBERS
Tool to retrieve segment (list) members ordered by join timestamp. Use when you need to page through list membership data.
HUBSPOT GET SPECIFIC EVENT TEMPLATE FOR APP
Retrieves detailed information about a specific event template for a given application in HubSpot's CRM timeline.
HUBSPOT GET THE DETAILS OF A SPECIFIED MARKETING EMAIL
Retrieves detailed information for a specific marketing email in HubSpot using its unique email ID, optionally including performance statistics and specific properties.
HUBSPOT GET THE VARIATION OF A AN AB MARKETING EMAIL
Retrieves the alternate variation of a specified A/B marketing email; the `emailId` must identify an email currently in an A/B test.
HUBSPOT GET TICKET
Retrieves a HubSpot ticket by its ID.
HUBSPOT GET TICKETS
Retrieves multiple HubSpot tickets by their IDs.
HUBSPOT GET WORKFLOW BY ID
Retrieves comprehensive details for an existing HubSpot workflow by its unique ID; unsupported actions are designated 'UNSUPPORTED_ACTION' in the response.
HUBSPOT GET WORKFLOW EMAIL CAMPAIGNS
Retrieves email campaigns associated with a specific HubSpot workflow ID.
HUBSPOT INITIATE DATA IMPORT PROCESS
Call this action to start an asynchronous data import into HubSpot CRM using uploaded files and a detailed `importRequest` JSON configuration, ensuring this JSON correctly maps file columns to HubSpot properties and files align with these mappings.
HUBSPOT LIST
Retrieves a paginated list of HubSpot emails, allowing selection of specific properties (with or without history), associated object IDs, and filtering by archive status.
HUBSPOT LIST ALL EVENT TEMPLATES FOR APP
Retrieves all event templates associated with a valid `appId` for an existing application in HubSpot's CRM Timeline.
HUBSPOT LIST ASSETS
Lists assets of a specific `assetType` for a given HubSpot marketing `campaignGuid`, optionally including performance metrics for a date range.
HUBSPOT LIST ASSOCIATION TYPES
Lists all valid association types between two specified HubSpot CRM object types.
HUBSPOT LIST COMPANIES
Retrieves a paginated list of HubSpot companies.
HUBSPOT LIST CONTACTS
Retrieves a paginated list of HubSpot contacts.
HUBSPOT LIST DEALS
Retrieves a paginated list of HubSpot deals.
HUBSPOT LIST FEEDBACK SUBMISSIONS PAGE
Retrieves a paginated list of feedback submissions from HubSpot, allowing specification of properties (including history), associated object IDs, and filtering by archive status.
HUBSPOT LIST GRANTED SCOPES
Tool to introspect the current OAuth access token and return its granted scopes and metadata. Use when you need to check which permissions are available before calling an endpoint (e.g., workflows, automation) to proactively detect missing scopes and provide clear remediation guidance.
HUBSPOT LIST PRODUCTS
Retrieves a paginated list of HubSpot products.
HUBSPOT LIST QUOTES PAGE
Retrieves a paginated list of quotes, allowing selection of specific properties, property history, associated object IDs, and filtering by archived status.
HUBSPOT LIST TICKETS
Retrieves a paginated list of HubSpot tickets.
HUBSPOT MERGE CONTACTS
Merges two HubSpot contacts into one.
HUBSPOT MERGE DEALS
Merges two HubSpot deals into one.
HUBSPOT MERGE EMAILS
Merges two HubSpot emails into one.
HUBSPOT MERGE PRODUCTS
Merges two HubSpot products into one.
HUBSPOT MERGE TICKETS
Merges two HubSpot tickets into one.
HUBSPOT MERGE TWO COMPANIES OF SAME TYPE
Merges two existing company records of the same type in HubSpot CRM, where `objectIdToMerge` is absorbed into `primaryObjectId`; this operation is irreversible.
HUBSPOT MERGE TWO FEEDBACK SUBMISSIONS
Merges two existing feedback submissions by ID, primarily for consolidating duplicates or related feedback; this operation is irreversible, and `primaryObjectId` values take precedence in conflicts.
HUBSPOT MERGE TWO LINE ITEMS OF SAME TYPE
Merges two line items, `objectIdToMerge` into `primaryObjectId`, which must be of the same type; `objectIdToMerge` is absorbed and the operation is irreversible.
HUBSPOT MERGE TWO OBJECTS OF SAME TYPE
Merges two distinct HubSpot CRM objects of the same `objectType`, consolidating data into `primaryObjectId` (which is preserved) and deleting `objectIdToMerge`; this operation is permanent and irreversible.
HUBSPOT MERGE TWO QUOTES OF SAME TYPE
Merges two distinct quotes of the same type by consolidating `objectIdToMerge` into `primaryObjectId` (e.g., for combining information or updating terms); this operation is irreversible.
HUBSPOT MODIFY CALLING EXTENSION SETTINGS
Updates settings (e.g., display name, UI URL/dimensions, feature flags) for an existing calling extension app, identified by `appId`.
HUBSPOT PARTIALLY UPDATE CRM OBJECT BY ID
Partially updates specified properties of a CRM object (e.g., contact, company, deal) identified by its type and ID, or optionally by a unique property value if `idProperty` is specified.
HUBSPOT PARTIALLY UPDATE PIPELINE BY ID
Partially updates a CRM pipeline's label, display order, or restores an archived pipeline by setting `archived` to `false`.
HUBSPOT PARTIALLY UPDATE PROPERTY GROUP
Partially updates a property group's `displayOrder` or `label` for a specified CRM `objectType` in HubSpot.
HUBSPOT PARTIAL UPDATE QUOTE BY QUOTE ID
Performs a partial update on an existing HubSpot quote's specified properties, identifying the quote by `quoteId` (either its internal ID or a custom unique property value if `idProperty` is provided).
HUBSPOT PERMANENTLY DELETE COMPANY FOR GDPR COMPLIANCE
Permanently deletes a company (identified by objectId) and its associated data from HubSpot for GDPR compliance; this action is irreversible and requires the company to exist.
HUBSPOT PERMANENTLY DELETE CONTACT FOR GDPR
Irreversibly deletes a HubSpot contact for GDPR; if deleting by a non-existent email (using idProperty 'email'), the email is blocklisted instead.
HUBSPOT PERMANENTLY DELETE CONTACT FOR GDPR COMPLIANCE
Irreversibly erases a HubSpot contact and associated data per a GDPR request; if an email is given for a non-existent contact, it's blocklisted.
HUBSPOT PERMANENTLY DELETE CONTACT GDPR COMPLIANCE
Permanently and irreversibly deletes a HubSpot **quote** (not a contact, despite the action's internal naming) to comply with GDPR's 'right to be forgotten'.
HUBSPOT PERMANENTLY DELETE CONTACT VIA GDPR
Permanently deletes a HubSpot contact and all its associated data for GDPR compliance, identifying the contact by its ID or another unique property.
HUBSPOT PERMANENTLY DELETE DEAL FOR GDPR COMPLIANCE
Archives a HubSpot deal by its ID. Note: HubSpot's GDPR permanent deletion API only supports contacts, not deals. This action archives the deal (moves to recycling bin for 90 days) as the closest available functionality.
HUBSPOT PERMANENTLY DELETE GDPR CONTACT AND CONTENT
Permanently and irreversibly deletes an existing HubSpot contact and associated content for GDPR compliance, optionally blocklisting the contact's email.
HUBSPOT PERMANENTLY DELETE LINE ITEMS FOR GDPR
Permanently deletes a specified line item and its associated content for GDPR compliance; this action is irreversible and cannot be undone.
HUBSPOT PUBLISH MARKETING EMAIL
Publishes or sends a specified HubSpot marketing email that is valid and ready for sending; requires Marketing Hub Enterprise or the transactional email add-on.
HUBSPOT PURGE SCHEMA BY OBJECT TYPE
Permanently and irreversibly deletes the schema for an existing `objectType` in HubSpot CRM; this deprecated endpoint should be used with extreme caution.
HUBSPOT READ
Call this to retrieve an existing HubSpot email by its `emailId` or an alternative unique `idProperty`.
HUBSPOT READ A BATCH OF CRM OBJECT PROPERTIES
Reads definitions (metadata, not values) for a batch of CRM object properties for a specified `objectType`, supporting partial success.
HUBSPOT READ A CRM PROPERTY BY NAME
Reads a specific CRM property definition for a given HubSpot object type by its internal name.
HUBSPOT READ ALL PROPERTIES FOR OBJECT TYPE
Retrieves definitions and metadata (not actual values) for properties of a specified HubSpot CRM object type (e.g., 'contacts', 'companies', 'deals', or custom objects).
HUBSPOT READ APAGE OF OBJECTS BY TYPE
Retrieves a paginated list of objects for a specified and valid HubSpot CRM object type (e.g., 'contacts', 'companies', 'deals', or custom ID).
HUBSPOT READ A PROPERTY GROUP
Retrieves metadata for a specific property group of a given CRM object type, detailing its structure and attributes, but not the actual property values of CRM objects.
HUBSPOT READ BATCH FEEDBACK SUBMISSIONS BY ID OR PROPERTY
Retrieves up to 100 feedback submissions in a batch using their IDs or a specified unique `idProperty`, optionally including specified properties and their history.
HUBSPOT READ BATCH OF CRM OBJECTS BY ID OR PROPERTY VALUES
Reads a batch of CRM objects of a specified `objectType` using their HubSpot IDs or unique property values from the `inputs` list, allowing retrieval of specific `properties`, their historical values (`propertiesWithHistory`), and filtering by `archived` status.
HUBSPOT READ BATCH OF LINE ITEMS BY ID OR PROPERTY VALUES
Retrieves a batch of HubSpot CRM line items by their IDs, or optionally by values of a custom unique property defined in `idProperty`.
HUBSPOT READ BATCH OF QUOTES BY PROPERTY VALUES
Efficiently retrieves a batch of HubSpot CRM quotes by their IDs (or a specified unique property), optionally including archived quotes, specific properties, and property history.
HUBSPOT READ BUDGET
Fetches detailed budget (total, spent, remaining) and spend information for a marketing campaign, including an 'order' field for sequencing budget/spend items (0 is oldest).
HUBSPOT READ CONTACT
Retrieves a HubSpot contact by its ID.
HUBSPOT READ CONTACTS
Reads multiple HubSpot contacts by their IDs.
HUBSPOT READ CRM OBJECT BY ID
Retrieves a specific CRM object (e.g., contact, company, deal, ticket) by its ID or a unique property, optionally including specific properties, history, and associations.
HUBSPOT READ FEEDBACK SUBMISSION BY ID
Reads a HubSpot feedback submission by its ID, optionally using a custom unique 'idProperty', and allows specifying properties to return including history and associations.
HUBSPOT READ PROPERTY GROUPS FOR OBJECT TYPE
Retrieves all property groups in a single call for a specified HubSpot CRM object type (e.g., 'contacts', 'companies'), returning only the groups themselves, not the individual properties within them.
HUBSPOT REMOVE ASSET ASSOCIATION
Disassociates an asset (FORM, OBJECT_LIST, or EXTERNAL_WEB_URL) from a HubSpot campaign.
HUBSPOT REMOVE ASSOCIATION FROM SCHEMA
Permanently removes a specified association definition (type) from a HubSpot object's schema, preventing future creations of this association type without affecting existing instances.
HUBSPOT REMOVE DEAL
Removes a HubSpot deal by its ID.
HUBSPOT REMOVE TOKEN FROM EVENT TEMPLATE
Removes a token from a HubSpot event template, preventing its inclusion in new events created from that template.
HUBSPOT RENDER EVENT DETAIL TEMPLATE
Renders detailed information for a specific HubSpot CRM timeline event using a predefined event template, ignoring `extraData` references in the template not present in event data.
HUBSPOT RENDER EVENT HEADER OR DETAIL AS HTML
Renders an event's header or detail template as HTML for a specified event on the HubSpot CRM timeline, using a given event template ID and event ID.
HUBSPOT REPLACE ALL PROPERTIES OF PIPELINE
Overwrites an entire CRM pipeline (specified by `objectType` and `pipelineId`) and all its stages with a new definition, returning the updated pipeline.
HUBSPOT REPLACE PIPELINE STAGE PROPERTIES
Replaces all properties of a specified pipeline stage; the new `label` must be unique within the pipeline, and if `objectType` is 'deals', the `metadata` must include a 'probability' key.
HUBSPOT RESET DRAFT
Resets a marketing email's draft to its currently published (live) version, discarding all unpublished changes; the email must have a live version to revert to.
HUBSPOT RESTORE A REVISION OF A MARKETING EMAIL
Restores a specific, existing, non-active revision of a marketing email to become the new live version for that email.
HUBSPOT RESTORE A REVISION OF A MARKETING EMAIL TO DRAFT STATE
Restores a specific revision of a marketing email to a DRAFT state, overwriting any existing draft.
HUBSPOT RETRIEVE ALL OBJECT SCHEMAS
Retrieves all object schema definitions (not data records) for a HubSpot account, supporting retrieval of either active or archived schemas.
HUBSPOT RETRIEVE ALL PIPELINES FOR SPECIFIED OBJECT TYPE
Retrieves all pipelines in HubSpot for a specified CRM object type, such as deals or tickets.
HUBSPOT RETRIEVE CALLING SETTINGS FOR APP
Retrieves the read-only calling extension settings for a specific HubSpot app; the app must exist and have calling extensions configured.
HUBSPOT RETRIEVE EXISTING OBJECT SCHEMA
Fetches the detailed schema definition for a specified, existing standard or custom HubSpot CRM object type; this action is read-only and does not create or modify schemas.
HUBSPOT RETRIEVE LINE ITEM BY ID
Retrieves a HubSpot CRM line item by its ID or a specified unique property (`idProperty`).
HUBSPOT RETRIEVE LINE ITEMS LIST
Fetches a paginated list of HubSpot CRM line items, allowing selection of specific properties (including history), associated object IDs, and filtering by archive status; ensure property and association names are valid HubSpot internal names.
HUBSPOT RETRIEVE OWNER BY ID OR USER ID
Retrieves a specific HubSpot CRM owner by their ID, with options to specify ID type (owner or user) and to include archived records.
HUBSPOT RETRIEVE OWNERS
Retrieves a list of all owners in the HubSpot CRM, including their ID, first name, last name, email, and user ID.
HUBSPOT RETRIEVE PAGE OF CRM OWNERS
Retrieves a paginated list of CRM owners from HubSpot, optionally filtering by email or archived status.
HUBSPOT RETRIEVE PIPELINE STAGE BY ID
Fetches detailed properties and metadata (e.g., label, display order, custom properties) for a specific stage within a HubSpot CRM pipeline, identified by its `objectType`, `pipelineId`, and `stageId`.
HUBSPOT RETRIEVE PIPELINE STAGES
Fetches all stages for a specified HubSpot CRM object type and pipeline ID.
HUBSPOT RETRIEVE TIMELINE EVENT BY IDS
Retrieves a specific HubSpot CRM timeline event by its `eventTemplateId` (for an existing template) and `eventId` (for an existing event), returning event details which may not include full associated CRM object data.
HUBSPOT RETRIEVE VIDEO CONFERENCE SETTINGS BY ID
Retrieves video conference application settings, such as webhook URLs and user/account management configurations, for a specified `appId`.
HUBSPOT RETURN PIPELINE BY ID
Retrieves a specific pipeline by its ID and CRM object type, detailing its stages and properties.
HUBSPOT SEARCH CAMPAIGNS
Searches for HubSpot campaigns.
HUBSPOT SEARCH COMPANIES
Searches for HubSpot companies using flexible criteria and filters.
HUBSPOT SEARCH CONTACTS BY CRITERIA
Searches for HubSpot contacts using a text query, specific filter criteria (filters in a group are ANDed, groups are ORed), sorting, and pagination to retrieve selected properties.
HUBSPOT SEARCH CRM OBJECTS BY CRITERIA
Searches HubSpot CRM objects (e.g., 'contacts', 'companies') by `objectType` using complex criteria including filters, sorting, and pagination; property names used in filters, sorts, and returned properties must be valid for the specified `objectType`.
HUBSPOT SEARCH DEALS
Searches for HubSpot deals using flexible criteria and filters.
HUBSPOT SEARCH EMAILS
Searches for HubSpot emails using flexible criteria and filters.
HUBSPOT SEARCH FEEDBACK SUBMISSIONS
Searches for feedback submissions in HubSpot CRM using text query, filter groups, sorting, and pagination, returning specified properties.
HUBSPOT SEARCH LINE ITEMS BY CRITERIA
Searches HubSpot line items using criteria including filters, sorting, and pagination; `after` must be a valid cursor from a previous response, and `sorts`/`properties` must refer to valid line item property names.
HUBSPOT SEARCH PRODUCTS
Searches for HubSpot products using flexible criteria and filters.
HUBSPOT SEARCH QUOTES BY CRITERIA
Searches HubSpot CRM quotes using a text query, complex filter criteria, sorting, and pagination.
HUBSPOT SEARCH TICKETS
Searches for HubSpot tickets using flexible criteria and filters.
HUBSPOT SET CALL RECORDING SETTINGS
Configures the URL (`urlToRetrieveAuthedRecording`) that HubSpot uses to retrieve call recordings for a specified third-party calling app (`appId`), which must be an existing calling extension app integrated with the HubSpot account.
HUBSPOT UPDATE
Partially updates properties of an existing HubSpot email object, identified by `emailId` (as internal ID or custom unique property value if `idProperty` is given); the object must exist.
HUBSPOT UPDATE A BATCH OF CAMPAIGNS
Updates properties for up to 50 existing HubSpot marketing campaigns in a single batch operation.
HUBSPOT UPDATE A BATCH OF LINE ITEMS
Updates a batch of existing HubSpot CRM line items in a single operation, identifying each by its primary ID or a unique `idProperty` (which must be a unique identifier property in HubSpot), and modifies their specified properties.
HUBSPOT UPDATE A MARKETING EMAIL
Updates properties of an existing marketing email identified by its `emailId`; unspecified fields retain their current values.
HUBSPOT UPDATE BATCH FEEDBACK SUBMISSIONS
Updates a batch of HubSpot feedback submissions; property keys must be existing internal HubSpot names and values must be correctly formatted strings.
HUBSPOT UPDATE BATCH OF OBJECTS BY IDOR PROPERTY VALUES
Performs a batch update on a valid `objectType` where properties are writeable and any `idProperty` used is designated unique; updates can be partial.
HUBSPOT UPDATE CALLING APP RECORDING SETTINGS
Updates the recording settings, such as the URL for retrieving authenticated recordings, for a specific calling extension app identified by its `appId`.
HUBSPOT UPDATE CAMPAIGN
Partially updates specific, writable properties of an existing HubSpot marketing campaign identified by `campaignGuid`; an empty string value in `properties` clears a property.
HUBSPOT UPDATE COMPANIES
Updates multiple HubSpot companies in a single batch operation.
HUBSPOT UPDATE COMPANY
Updates properties for an existing HubSpot company.
HUBSPOT UPDATE CONTACT
Updates properties for an existing HubSpot contact.
HUBSPOT UPDATE CONTACTS
Updates multiple HubSpot contacts in a single batch operation.
HUBSPOT UPDATE DEAL
Updates properties for an existing HubSpot deal.
HUBSPOT UPDATE DEALS
Updates multiple HubSpot deals in a single batch operation.
HUBSPOT UPDATE EMAILS
Updates multiple HubSpot emails in a single batch operation.
HUBSPOT UPDATE EXISTING EVENT TEMPLATE
Updates an existing HubSpot event template's name, display templates, and tokens; providing `tokens` replaces the entire existing list, and the `id` in the request body must match `eventTemplateId` in the path.
HUBSPOT UPDATE EXISTING OBJECT SCHEMA
Updates an existing custom object schema's metadata in HubSpot, such as its description, labels, display properties, required properties, searchable properties, and restorability, for a specified `objectType` that must already exist.
HUBSPOT UPDATE FEEDBACK SUBMISSION BY ID
Partially updates writable properties of an existing HubSpot Feedback Submission, identified by its `feedbackSubmissionId` (which can be an internal object ID, or a unique property value if `idProperty` is specified).
HUBSPOT UPDATE LINE ITEM OBJECT PARTIALLY
Partially updates specified properties of an existing HubSpot Line Item, identified by `lineItemId` (as HubSpot object ID or value of `idProperty` if used); new values overwrite existing ones, and an empty string clears a property.
HUBSPOT UPDATE PIPELINE STAGE BY IDS
Partially updates a HubSpot CRM pipeline stage identified by `objectType`, `pipelineId`, and `stageId`, requiring `metadata` in the request; unspecified fields are unchanged.
HUBSPOT UPDATE PRODUCT
Updates properties for an existing HubSpot product.
HUBSPOT UPDATE PRODUCTS
Updates multiple HubSpot products in a single batch operation.
HUBSPOT UPDATE SPECIFIC CRM PROPERTY
Updates attributes of an existing HubSpot CRM property, identified by its `objectType` and `propertyName`; only provided fields are modified, and changing a property's `type` can cause data loss if incompatible with existing data.
HUBSPOT UPDATE TICKET
Updates properties for an existing HubSpot ticket.
HUBSPOT UPDATE TICKETS
Updates multiple HubSpot tickets in a single batch operation.
HUBSPOT UPDATE TOKEN ON EVENT TEMPLATE
Updates the label or options of an existing token within a specified HubSpot CRM event template; token name and data type remain unchanged.
HUBSPOT UPDATE VIDEO CONFERENCE APP SETTINGS
Updates interaction URLs (for creating/updating/deleting meetings, fetching accounts, verifying users) for a video conference application specified by `appId`; the application must exist and all URLs must be valid and publicly accessible.
HUBSPOT CUSTOM GATHER CONTEXT
Get HubSpot CRM context snapshot: recent contacts and deals. Zero required parameters. Returns current CRM state for situational awareness.
GAIA connects to HubSpot via MCP (Model Context Protocol) and exposes every action as a natural-language command. Tell GAIA what you want — it handles the rest, automatically.
Set up your HubSpot automation in three simple steps — no code required.
Connect HubSpot to GAIA
Open the GAIA Marketplace, find the HubSpot integration, and click "Add to your GAIA". Authorise access in under two minutes — no code, no configuration files.
Tell GAIA what to automate in plain English
Describe the task in your own words: "summarise my HubSpot activity every morning" or "notify me on Slack when a new business event happens". GAIA understands context and intent.
GAIA handles it automatically, 24/7
GAIA runs your HubSpot automations in the background around the clock. No manual triggers, no scripts to maintain — just results delivered to you.
Everything you need to know about the GAIA HubSpot integration.
HubSpot is just one piece of the puzzle. GAIA integrates with 50+ tools across business, communication, productivity, and more — letting you build cross-tool automations in plain English without writing a single line of code.
Browse all integrationsEvaluating your options? Compare GAIA vs HubSpot →