About HubSpot connector
Etlworks HubSpot connector allows fast, real-time access to HubSpot data. The connector supports most of the objects available through the HubSpot API and works just like any other database connector.
Etlworks partnered with CData to provide access to the HubSpot API using industry-standard JDBC protocol. Read about CData HubSpot JDBC connector.
When to use HubSpot connector
Use this connector to create flows that work with data in HubSpot.
Prerequisites
Enable HubSpot connector for your Etlworks account. Contact support@etlworks.com to enable the connector.
Creating a connection
Step 1. In the Connections window click the +
button and type in hubspot. Select HubSpot.
Step 2. Optionally select OAuth scopes. The default scope "contacts" is always selected.
Step 3. Authorize HubSpot app to access your HubSpot data.
Step 4. Test and save the connection.
Connection parameters
Use Other parameters to specify the connection string options. Read about available connection string options.
HubSpot data model
Our connector models HubSpot entities as relational Tables, Views, and Stored Procedures.
Read about the HubSpot data model.
Stored procedures
Stored procedures are available to complement the data available from the Data Model. It may be necessary to update data available from a view using a stored procedure because the data does not provide for direct, table-like, two-way updates. In these situations, the retrieval of the data is done using the appropriate view or table, while the update is done by calling a stored procedure. Stored procedures take a list of parameters and return back a dataset that contains the collection of tuples that constitute the response.
Read about available stored procedures.
To call stored procure from the SQL flow or from Before/After SQL, use EXEC sp_name params=value syntax. Example:
EXEC GetOAuthAccessToken scope = 'events-rw settings-rw contacts-rw offline'
Working with data in Hubspot
Extracting data from HubSpot
Extracting data from HubSpot is similar to extracting data from the relational database.
Step 1. Create a HubSpot connection which will be used as a source (FROM).
Step 2. Create a destination connection, for example, a connection to the relational database, and if needed a format (format is not needed if the destination is a database or well-known API).
Step 3. Create a flow where the source is a database and the destination is a connection created in step 2, for example a relational database.
Step 4. Add a new source-to-destination transformation.
Step 5. Select HubSpot connection created in step 1 as a source connection and select the HubSpot object you are extracting data from:
Step 6. Select TO connection, format (if needed) and object (for example database table) to load data into.
Step 7. Click MAPPING and optionally enter Source Query (you don't need a query if you are extracting data from the HubSpot object unconditionally).
Step 8. Optionally define the per-field mapping.
Step 9. Add more transformations if needed.
Loading data in HubSpot
Loading data in HubSpot is similar to loading data into a relational database.
Step 1. Create a source connection and a format (if needed).
Step 2. Create a destination HubSpot connection.
Step 3. Create a flow where the destination is a database.
Step 4. Add new source-to-destination transformation.
Step 5. Select FROM and TO connections and objects (also a FROM format if needed).
Step 6. Optionally define the per-field mapping.
Step 7. Add more transformations if needed.
Browsing data in HubSpot
You must have a HubSpot connection to browse objects and run SQL queries.
Use Explorer to browse data and metadata in HubSpot as well as execute DML and SELECT queries against HubSpot connection.
Comments
0 comments
Please sign in to leave a comment.