Tables
The adapter models the data in HubSpot into a list of tables that can be queried using standard SQL statements.
Generally, querying HubSpot tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
HubSpot Adapter Tables
| Name | Description |
| Companies | Retrieve the available Companies in HubSpot. This table supports both OAuth and APIKey authentications. |
| CompanyAssociations | Retrieve the IDs of contacts, deals, tickets and other custom objects associated to specific companies in HubSpot. This table supports both OAuth and APIKey authentications. |
| ContactAssociations | Retrieve the IDs of companies, deals, tickets and other custom objects associated to specific contacts in HubSpot. This table supports both OAuth and APIKey authentications. |
| Contacts | Retrieve the available Contacts in HubSpot. This table supports both OAuth and APIKey authentications. |
| ContactsToDealsAssociations | Retrieve the IDs of all the Deals objects associated to specific Contacts objects in HubSpot. This table supports both OAuth and APIKey authentications. |
| CustomObjectAssociations | Retrieve and manage associations between Custom object types in HubSpot. This table supports both OAuth and APIKey authentications. |
| DealAssociations | Retrieve the IDs of companies, contacts and other custom objects associated to specific deals in HubSpot. This table supports both OAuth and APIKey authentications. |
| DealPipelines | Pipelines of deals in HubSpot. This table supports both OAuth and APIKey authentications. |
| DealPipelineStages | Pipeline stages of deals in HubSpot. This table supports both OAuth and APIKey authentications. |
| Deals | Retrieve the available Deals in HubSpot. This table supports both OAuth and APIKey authentications. |
| EngagementsCalls | Retrieve the available Calls in HubSpot. |
| EngagementsEmails | Retrieve the available Emails in HubSpot. |
| EngagementsMeetings | Retrieve the available Meetings in HubSpot. |
| EngagementsNotes | Retrieve the available Notes in HubSpot. |
| EngagementsTasks | Retrieve the available Tasks in HubSpot. |
| FeedbackSubmissionAssociations | Retrieve the IDs of all the objects associated to specific Feedbacksubmissions objects in HubSpot. |
| FeedbackSubmissions | Retrieve the available Feedbacksubmissions in HubSpot. |
| Forms | Retrieve HubSpot forms used to collect lead information about your visitors and contacts. |
| LineItemAssociations | Retrieve the IDs of objects associated to specific line items in HubSpot. This table supports both OAuth and APIKey authentications. |
| LineItems | Retrieve the available LineItems in HubSpot. This table supports both OAuth and APIKey authentications. |
| Products | Retrieve the available Products in HubSpot. This table supports both OAuth and APIKey authentications. |
| QuoteAssociations | Retrieve the IDs of objects associated to specific quotes in HubSpot. This table supports only the APIKey authentication. |
| Quotes | Retrieve the available Quotes in HubSpot. This table supports only the APIKey authentication. |
| TicketAssociations | Retrieve the IDs of objects associated to specific tickets in HubSpot. This table supports both OAuth and APIKey authentications. |
| TicketPipelines | Discover pipelines that a ticket goes through in HubSpot. This table supports both OAuth and APIKey authentications. |
| TicketPipelineStages | Pipeline stages of tickets in HubSpot. This table supports both OAuth and APIKey authentications. |
| Tickets | Retrieve the available Tickets in HubSpot. This table supports both OAuth and APIKey authentications. |