nov 23, 20208:42 AM - editado mar 28, 202111:50 AM
Top colaborador(a) | Parceiro Elite
SQL integration to HubSpot
resolver
There is a relatively new app in the HubSpot App Marketplace that may meet your needs on the export side. MS SQL Server for HubSpot is a one way sync service from HubSpot to a SQL data warehouse hosted in Azure. The Azure data warehouse is included with the service, which is a major advantage over the ETL providers.
Did this post help solve your problem? If so, please mark it as a solution.
John Elmer, CEO Elite HubSpot Solutions Partner Advanced Implementations & Integrations | HubSpot Portal Migration Leaders | Datawarehouse.io Apps for HubSpot Follow me on LinkedIn
@johnelmer is there any way in your tool to replicate/migrate the data into our own SQL server?
Will be glad if you have any suggestions because I want to configure sync operation between Hubspot and SQL server to manage and update the data in one way.
Datawarehouse.io offers an app to connect HubSpot to an existing SQL Server database. The app, Database Sync for HubSpot, allows the user to set up a one way HubSpot >> SQL Server sync that automatically refreshes on a scheduled basis. (Note: On premise SQL Server databases are not supported.)
Did this post help solve your problem? If so, please mark it as a solution.
John Elmer, CEO Elite HubSpot Solutions Partner Advanced Implementations & Integrations | HubSpot Portal Migration Leaders | Datawarehouse.io Apps for HubSpot Follow me on LinkedIn
@CSantil the MS SQL Server for HubSpot app syncs data one way (from HubSpot to a SQL Server database in Azure). The SQL database is included with the app subscription.
If you want to sync data one way from HubSpot to your own SQL Server database (cloud hosted), there is another app called Database Sync for HubSpot that you can use. Both of these apps are available through the HubSpot App Marketplace.
However, if you want to sync data the other direction (from your own SQL database TO HubSpot), we recommend using the Census or Hightouch apps. Both are in the HubSpot App Marketplace and both have free service tiers.
Finally, if you want to sync data both directions (between HubSpot and SQL) a service like Skyvia would be more appropriate.
DM me if you have any questions about the above.
Did this post help solve your problem? If so, please mark it as a solution.
John Elmer, CEO Elite HubSpot Solutions Partner Advanced Implementations & Integrations | HubSpot Portal Migration Leaders | Datawarehouse.io Apps for HubSpot Follow me on LinkedIn
Did this post help solve your problem? If so, please mark it as a solution.
John Elmer, CEO Elite HubSpot Solutions Partner Advanced Implementations & Integrations | HubSpot Portal Migration Leaders | Datawarehouse.io Apps for HubSpot Follow me on LinkedIn
nov 23, 20208:42 AM - editado mar 28, 202111:50 AM
Top colaborador(a) | Parceiro Elite
SQL integration to HubSpot
resolver
There is a relatively new app in the HubSpot App Marketplace that may meet your needs on the export side. MS SQL Server for HubSpot is a one way sync service from HubSpot to a SQL data warehouse hosted in Azure. The Azure data warehouse is included with the service, which is a major advantage over the ETL providers.
Did this post help solve your problem? If so, please mark it as a solution.
John Elmer, CEO Elite HubSpot Solutions Partner Advanced Implementations & Integrations | HubSpot Portal Migration Leaders | Datawarehouse.io Apps for HubSpot Follow me on LinkedIn
Hi, I know this is an old thread but I'm curious to know if by using MS SQL Server for HubSpot I would be able to modify my data with SQL queries and then update those same registries on HubSpot. I need to perform some UPDATE queries on my data but I haven't been able to do so in the app.
. its secure , integrates major apps like ( Salesorce , Facebook , gmail and MailChimp ) . the intergration its pretty simple doesnt required interaction with XML or code just GUI and done .
@Lup We've worked with a number of teams on HubSpot who sync their SQL database in via Hull. Common use cases we've seen are to capture product usage data or sync up a data warehouse.
One key challenge with this is calculating the difference on new data and avoiding sending any "silent" updates into HubSpot to prevent burning through API credits. This is hard to do with webhooks or Zapier for a significant volume of data.
We manage this with our SQL Importer which queries for new updates on schedule, and sync only updates with new data to external services.
We are a software Company, so we definitely got the power to write an application with c# or VB. I just needed to know before we looked into this.
Should we maybe catch up on e-mail, you are welcome to sent me an e-mail: lup@mindworking.dk with your contact information. in that way we can maybe help each other
We have also bought the Service Hub, so we will also do integration the ticket and conversation part.
Note, I am not a HubSpot employee, just someone writing their own integration with HubSpot so thought I would try and help out as I have asked a few questions in this forum.
Zapier would probably be your best bet if you don't have experience with any other programming languages such as VB or C# etc.
If you are able to program, then it might be worth using the hubspot API to write an application to keep these in sync which is what I am currently doing.