I’m looking to integrate Woocommerce to Hubspot so that it would create a new order to Woocommerce based on out actions in Hubspot.
We are starting to cold call resellers and we need to send sample packages to these prospects. I would like to this automatically, so that when somehow select from Hubspot that send a product package to this contact, it would automatically create an order to Woocommerce based on the contacts details.
Hi!
With Operations Hub Pro, you can use Custom Code actions. If you setup the Rest API WooCommerce offers and create a workflow in HubSpot, you should be able to talk to the WooCommerce Rest API from your custom code action (using the Axios library).
If Operations Hub is no option, you should probably develop an integration that checks if the product package needs to be send using the HubSpot API and uses the WooCommerce Rest API to create that order.