# Send your WhatsApp data to WooCommerce using Chatbot

## Overview

Begin a seamless e-commerce journey by integrating WooCommerce with your system. This guide will help you connect WooCommerce, focusing on the "Add Meta Data" action, enabling your store to pass personalized data for Payment Gateway, WooCommerce Subscriptions, Shipment Tracking, and more.

<figure><img src="/files/mr0c7W0eANQBDvhR3Azv" alt=""><figcaption></figcaption></figure>

## Creating a Connection for WooCommerce

1. Select the **WooCommerce** connector from the list of available options.
2. You will be prompted to select either **Add New Connection** or **Select Existing Connection**.

<figure><img src="/files/aVrIUtLTuqAsEOibncfP" alt=""><figcaption></figcaption></figure>

If no connection exists, review the **Connection Name** and proceed by entering the **Consumer Key**, **Consumer Secret**, and **WooShop Subdomain**.

<figure><img src="/files/gPaqnELCsc9rCP0jIUt2" alt=""><figcaption></figcaption></figure>

### Using the "Add Meta Data" Action

1. Once the connection is established, click **Connect** next to the connection.

<figure><img src="/files/HgyE5jQO9NsKUaZL7DjR" alt=""><figcaption></figcaption></figure>

2. Select "Add Meta Data" action and it has some mandatory fields:

* **Order ID**: You need to add the variable where the order is stored.
* **Meta Data**: Enter both the Key and Value. For example, you can push tags (associated with the contact in BizMagnets) as custom Meta Data in WooCommerce.

<figure><img src="/files/jE1DmFzCnjcpUOeOkCZX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Ensure the correct variables are used as values in all fields.
{% endhint %}

With your WooCommerce connection set up and the "Add Meta Data" action configured, you can enhance your order processing by incorporating custom Meta Data. Leverage variables for precise data input, delivering a personalized shopping experience for your customers. Streamline your WooCommerce integration with these simple steps.

### Using the "Add Notes" Action

Once your connection is established, you can use the **"Add Notes"** action to attach custom notes to WooCommerce orders. This action requires a few key fields:

* **Order ID**: Enter the variable where the order ID is stored.
* **Notes**: Provide the text or variable that holds the note content you want to attach to the order.

<figure><img src="/files/DdrMi1F6xTBA4XYfI8cH" alt=""><figcaption></figcaption></figure>

With the **"Add Notes"** action, you can enhance order tracking by adding custom notes, improving communication, and keeping your team or customers informed. This functionality streamlines your workflow, ensuring better management of WooCommerce orders.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bizmagnets.ai/bot-flows/integrations/send-your-whatsapp-data-to-woocommerce-using-chatbot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
