Bring your data from HubSpot to your catalog.
Tip: The stream can be found more easily by typing its name.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!
Users
HubSpot portal user information.
id
- Unique identifier for the useremail
- User’s email addressroleIds
- Array of role IDs assigned to the userprimaryteamid
- ID of the user’s primary teamOwners
HubSpot user and owner information.
id
- Unique identifier for the owneremail
- Owner’s email addressfirstName
- Owner’s first namelastName
- Owner’s last nameuserId
- Associated user IDcreatedAt
- Date when owner was createdupdatedAt
- Last modification timestamparchived
- Whether the owner is archivedTicket Pipelines
Ticket pipeline configurations and stages for customer support workflows.
label
- Display name of the pipelinedisplayOrder
- Order in which the pipeline is displayedactive
- Whether the pipeline is activestages
- Array of pipeline stages with their configurationsobjectType
- Type of object this pipeline applies toobjectTypeId
- ID of the object typepipelineId
- Unique identifier for the pipelinecreatedAt
- Date when pipeline was createdupdatedAt
- Last modification timestampdefault
- Whether this is the default pipelineDeal Pipelines
Deal pipeline configurations and stages for sales workflows.
label
- Display name of the pipelinedisplayOrder
- Order in which the pipeline is displayedactive
- Whether the pipeline is activestages
- Array of pipeline stages with their configurationsobjectType
- Type of object this pipeline applies toobjectTypeId
- ID of the object typepipelineId
- Unique identifier for the pipelinecreatedAt
- Date when pipeline was createdupdatedAt
- Last modification timestampdefault
- Whether this is the default pipelineNote Properties
Custom properties and field definitions for note objects. This stream merges all property streams into a single comprehensive properties table.
updatedAt
- Last modification timestampcreatedAt
- Date when property was createdname
- Property namelabel
- Display labeltype
- Property data typefieldType
- Field typedescription
- Property descriptiongroupName
- Property groupoptions
- Available options for enum typesdisplayOrder
- Display ordercalculated
- Whether it’s a calculated propertyexternalOptions
- Whether it has external optionshasUniqueValue
- Whether it requires unique valueshidden
- Whether the property is hiddenhubspotDefined
- Whether it’s a HubSpot-defined propertymodificationMetadata
- Metadata about modification madeformField
- Whether it’s used in formshubspot_object
- Associated HubSpot object typeLine Items
Individual items within deals and quotes.
id
- Unique identifier for the line itemproperties.name
- Line item nameproperties.price
- Unit priceproperties.quantity
- Quantity orderedproperties.hs_product_id
- Associated product IDproperties.hs_recurring_billing_period
- Billing periodproperties.createdate
- Date when line item was createdproperties.hs_lastmodifieddate
- Last modification timestampproperties.recurringbillingfrequency
- Recurring billing frequencycreatedAt
- Date when record was createdupdatedAt
- Last modification timestamparchived
- Whether the line item is archivedProducts
Product catalog and inventory information.
id
- Unique identifier for the productproperties.name
- Product nameproperties.description
- Product descriptionproperties.price
- Product priceproperties.hs_sku
- Stock keeping unitproperties.hs_cost_of_goods_sold
- Cost of goods soldproperties.createdate
- Date when product was createdproperties.hs_lastmodifieddate
- Last modification timestampproperties.hs_recurring_billing_period
- Recurring billing periodcreatedAt
- Date when record was createdupdatedAt
- Last modification timestamparchived
- Whether the product is archivedTickets
Customer support tickets and service requests.
id
- Unique identifier for the ticketproperties.subject
- Ticket subjectproperties.hs_ticket_priority
- Priority levelproperties.hs_pipeline
- Associated pipelineproperties.hs_pipeline_stage
- Current stageproperties.hubspot_owner_id
- Assigned ownerproperties.createdate
- Date when ticket was createdproperties.hs_lastmodifieddate
- Last modification timestampcreatedAt
- Date when record was createdupdatedAt
- Last modification timestamparchived
- Whether the ticket is archivedQuotes
Sales quotes and proposals.
id
- Unique identifier for the quoteproperties.hs_title
- Quote titleproperties.hs_quote_amount
- Total quote amountproperties.hs_quote_number
- Quote numberproperties.hs_status
- Quote statusproperties.hs_expiration_date
- Quote expiration dateproperties.hs_terms
- Quote termsproperties.hubspot_owner_id
- Assigned ownerproperties.hs_createdate
- Date when quote was createdcreatedAt
- Record creation timestampupdatedAt
- Record update timestamparchived
- Whether the quote is archivedEmails
Email communications and messaging data.
id
- Unique identifier for the emailproperties.hs_email_subject
- Email subject lineproperties.hs_email_text
- Email body contentproperties.hs_email_direction
- Email direction (inbound/outbound)properties.hs_email_status
- Email statusproperties.hs_email_sender_email
- Sender email addressproperties.hs_email_sender_firstname
- Sender first nameproperties.hs_email_sender_lastname
- Sender last nameproperties.hs_email_to_email
- Recipient email addressproperties.hs_email_to_firstname
- Recipient first nameproperties.hs_email_to_lastname
- Recipient last nameproperties.hs_timestamp
- Email timestampproperties.hubspot_owner_id
- Assigned ownerproperties.createdate
- Date when email was createdproperties.hs_lastmodifieddate
- Last modification timestampcreatedAt
- Record creation timestampupdatedAt
- Record update timestamparchived
- Whether the email is archivedproperties
. For you to remove them from this single array and transform each one in a new and individual column, use the following template:
SQL code
SQL code