# How to Integrate WooCommerce with DoubleTick

**Step 1: Copy the Webhook URL from DoubleTick**<br>

1. **Log into DoubleTick.**
2. Hover over the left-side menu and navigate to **Bot Studio**.
3. Click on **Create a New Bot**.
4. Select **Webhook** as the trigger.
5. A unique **Webhook URL** will be generated. Copy this URL to use later in the WooCommerce settings\ <br>

   <figure><img src="/files/I0LqXLiXwOL02KrH3aAa" alt="" width="135"><figcaption></figcaption></figure>

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

**Step 2: Configure the Webhook in WooCommerce**\
\
1.**Log into WooCommerce.**\
**2.**&#x4E;avigate to: \*\*WooCommerce > Settings > Advanced > Webhooks\ <br>

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

3. If you are setting up your first webhook, click on **Create a New Webhook**. For subsequent setups, click \*\*Add Webhook

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

4. Fill in the required fields:
   * **Name:** Enter a name for your webhook (e.g., “DoubleTick Integration”).
   * **Status:** Set to **Active** to enable the webhook.
   * **Topic:** Choose when the webhook should trigger (e.g., `Order Updated`, `Order Created`, etc.).
   * **Delivery URL:** Paste the Webhook URL copied from DoubleTick.
5. Save your settings by clicking **Save Webhook**.

<figure><img src="/files/8WT0piJO4dE5bXzNXU78" alt=""><figcaption></figcaption></figure>

**Step 3: Link the Webhook Trigger to a Template in DoubleTick**

1. Return to **DoubleTick**.
2. In **Bot Studio**, link the **Webhook Trigger** to a **Send Template** action.
3. Customize the template to suit your automation needs (e.g., send order updates to customers)\ <br>

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

**Step 4: Test the Integration**

1. In WooCommerce, create a **dummy order** or perform an action matching the topic you configured for the webhook (e.g., updating an order status).
2. DoubleTick will automatically process the webhook and trigger the bot workflow


---

# 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://learn.doubletick.io/automations-and-integrations/how-to-integrate-woocommerce-with-doubletick.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.
