Can HubSpot send/receive and read data from Postgress?
SOLVE
Hello, I have some questions about HubSpot Integration.
Our company uses HubSpot to manage our marketing web pages. The application pages - which are accessible only when a customer has an account with us and logs in to use our app, are hosted and managed separately by the Engineering team. We use Google Analytics, Google Ads and we connect these applications to HubSpot. Since the reports across Google Analytics, Google Ads and HubSpot are not consistent, we plan to send all the data/information from these 3 platforms and from our application to a data warehouse we've been maintaining on PostGreSQL. The intention is to run reports from this data warehouse, send the information to HubSpot and have HubSpot send out automated marketing emails. I've seen many articles about how to send information from HubSpot to PostGres and keep the information synced, but I couldn't find any material about whether HubSpot can receive/read information from external database like PostGres. Can anyone advise me if this is possible?
An example of how/why we need HubSpot to be able to write/read data from an external database is like this:
- A user sees our google ads, clicks the ad, visits our landing page (built with HubSpot), visits our website > signs up and become a customer.
- The customer logs in into our application, searches for products, may or may not buy the services.
Hubspot only records information up to when the user signs up and becomes a customer; while we want to track their activities when the user logs in and search for things within our application. We have PostGres storing data about this customer's behavior. We want PostGres to send this information to HubSpot and HubSpot will send automated marketing email to push the customer to purchase.
Sequin will sync HubSpot with a Postgres database in real-time. As soon as customer data changes, it will be updated in HubSpot and Postgres. This should work well for you!
Sequin will sync HubSpot with a Postgres database in real-time. As soon as customer data changes, it will be updated in HubSpot and Postgres. This should work well for you!
Can HubSpot send/receive and read data from Postgress?
SOLVE
Hi, I'm also trying to read PostgreSQL data from within HubSpot. I don't want to import the PostgreSQL data into HubSpot, just display the data. The database is too large for HubDB. Is there a way to do that?