Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard. To find out more about tables and stored procedures, please navigate to their corresponding entries in this help document.
HubSpot Adapter Views
| Name | Description |
| AnalyticsBreakdowns | Get analytics data broken down by the specified category. |
| AnalyticsContents | Get analytics data for your HubSpot hosted content. This would include your website and landing pages, as well as any blog pages hosted on HubSpot. |
| AnalyticsEventCompletions | Get analytics data for event completion objects. |
| AnalyticsForms | Get analytics data for form objects. |
| AnalyticsSessions | Get analytics data broken down by sessions. |
| AnalyticsSocialAssists | Get analytics data for social assist objects. |
| AnalyticsViews | Get the details for the analytics views set up in the portal. |
| Blogs | Retrieve the available blogs in HubSpot. |
| Comments | Retrieve the available comments from your blog in HubSpot. |
| ContactFormSubmissions | List of Contact's Form Submissions. |
| ContactIdentityProfiles | List of Contact's Identity profiles |
| ContactListMemberships | Returns the list memberships of contacts in HubSpot. |
| ContactPropertiesHistory | A list of the historical values of the property. |
| DealPipelineStages | The stages for a given Deal Pipeline. |
| DealPropertiesHistory | A list of the historical values of the property. |
| DealStages | The stages for a given Deal. |
| Domains | Retrieve the available domains in HubSpot. |
| EcommerceSyncErrors | Get errors from previously processed sync messages. |
| EmailCampaignEvents | The events associated with an email campaign or a recipient. |
| EmailSubscriptionTypes | A list of email subscription types for a HubSpot hub. |
| EngagementScheduledTasks | List of tasks scheduled for an engagement. |
| EngagementsScheduledTasks | List of tasks scheduled for an engagement. |
| Files | Retrieves information about the available files in HubSpot. |
| FormFields | Get fields of HubSpot Forms. |
| FormSubmissions | Get the submissions for the specified form. |
| Owners | Retrieve the owners in HubSpot. |
| SocialMediaChannels | List available social media channels in HubSpot |
| Tasks | Retrieve task events for Calendar. |
| Templates | Retrieve the available templates in HubSpot. |
| UrlMappings | Retrieve the available url mappings in HubSpot. |