The WooCommerce integration block allows you to connect your QuickBot to a WooCommerce store and
search for products directly within your chat flows. This enables you to create interactive shopping
experiences, product recommendations, and automated customer support with real-time product data.
This block integrates with the WooCommerce REST API to provide product search functionality. After
authentication, you can search for products by name and display formatted results with prices,
links, and detailed information to enhance user engagement.
Now with our variables created for our WordPress block, you can start using it into the flow.
Add a text input component from the User section in the Flow sidebar into the group. This
input will allow the user to search products .Important: the Input component must be loaded before the WordPress block. To ensure this, either:a. Place the input components above the WordPress block within the same group, or
b. Create a flow that first loads a group with the input components, and then a second group that
loads the WordPress block.
Assign their respective variables in the Save the answer in a variable field.
Add a Text component from the Agent section to your flow. Inside the message body, insert
the variable assigned in the Output Variable field from the WooCommerce block to display the
search result.
Note: variables need to be inside "{{}}" in text inputs.
Lastly, anchor the User group with the Agent group. Your flow needs to look like this: