We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →Integrate Live WooCommerce Data into Blue Prism for Intelligent Robotic Process Automation (RPA)
Connect live WooCommerce data to Blue Prism using the CData ODBC Driver for WooCommerce to create automated workflows for repetitive business tasks.
Blue Prism is a robotic process automation (RPA) tool that helps businesses automate repetitive tasks, allowing employees to focus on more complex, value-added activities. Blue Prism's platform enables users to automate workflows using configurable "processes" and "objects." Its reusable Visual Business Objects (VBOs) offer templates and presets that simplify connections to applications, files, and services.
Some VBOs can connect to databases via ODBC, and when combined with the CData ODBC driver, they allow seamless integration with various data sources supported by CData. This article demonstrates how easily you can integrate WooCommerce with Blue Prism using the VBO for ODBC and the CData ODBC Driver for WooCommerce to create automated business workflows as needed.
Create an ODBC Data Source for WooCommerce
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
WooCommerce supports the following authentication methods: one-legged OAuth1.0 Authentication and standard OAuth2.0 Authentication.
Connecting using one-legged OAuth 1.0 Authentication
Specify the following properties (NOTE: the below credentials are generated from WooCommerce settings page and should not be confused with the credentials generated by using WordPress OAuth2.0 plugin):
- ConsumerKey
- ConsumerSecret
Connecting using WordPress OAuth 2.0 Authentication
After having configured the plugin, you may connect to WooCommerce by providing the following connection properties:
In either case, you will need to set the Url property to the URL of the WooCommerce instance.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
In this section, we'll go through the steps to connect live WooCommerce data and create an automation flow in Blue Prism to load the WooCommerce data into an Excel sheet.
To get started, download, and add the VBO for ODBC to Blue Prism by following these steps: Now, you can easily connect to the CData ODBC Driver for WooCommerce from Blue Prism and create the necessary automation workflows. After configuring the CData ODBC driver and adding the VBO for ODBC to Blue Prism, we can create a new automation process or flow using the following steps: Processing the ODBC connection involves three main stages. While the middle stage handles the actual data operations, preparatory and concluding steps are also necessary to create a complete flow in Blue Prism. First, add an open process for ODBC to use the connection already made on CData ODBC Driver for WooCommerce. Note: Click the Expression Editor button on the right, then click Validate to check if the added expression is correct. Use the same method to check all the expressions used in this article. Next, let's add a process to retrieve data from WooCommerce. NOTE: The information about the tables and columns used in the SELECT statement can be found in the "Tables" tab of the ODBC DSN. Finally, add a close routine to terminate the ODBC processing and release the connection. The processes demonstrated above do not retrieve the data independently, so let's proceed to write it into an Excel file. We will use the Excel VBO to create the next flow. In the Outputs tab, add a handle name. In the Inputs tab, add "[handle]" as the handle value. In the Inputs tab, enter handle value as "[handle]" and in the Outputs tab, set a new Workbook Name. Once the process is complete, click the Run button to see it in action. Download a free, 30-day trial of the CData ODBC Driver for WooCommerce and integrate WooCommerce data into Blue Prism to create automated business workflows. Reach out to our Support Team if you have any questions.
Connect with WooCommerce data and create an automation flow in Blue Prism
Add VBOs for ODBC
Create a new automation process
Add ODBC to the process
Add a process to open ODBC
Add a process to retrieve data via ODBC
SELECT * FROM [WooCommerce].[Orders]
Add a process to close ODBC
Add a process to save live WooCommerce data to Excel
Run the process to check the operations
Get Started Today