# When customer enabled on Haravan

**Sự kiện kích hoạt**:&#x20;

**Tên**: `CustomerEnabledOnHaravanTrigger`

**Dữ liệu có sẵn**:

`Variables.ConnectorId`: Mã kết nối trên Bluecore

`Variables.OrgId`: Mã cửa hàng trên Haravan

`Variables.CustomerId`: Mã khách hàng trên Haravan

`Variables.Customer`:

<pre class="language-json"><code class="lang-json"><strong>{
</strong>  "accepts_marketing": false,
  "addresses": [
    {
      "address1": "184 Hoa Hung",
      "address2": null,
      "city": "TPHCM",
      "company": null,
      "country": "Vietnam",
      "first_name": "Tran Minh",
      "id": 1058135354,
      "last_name": "Hoang",
      "phone": null,
      "province": "Hồ Chí Minh",
      "zip": "70000",
      "name": "Tran Minh Hoang",
      "province_code": "HC",
      "country_code": "vn",
      "default": true,
      "district": "Quận 11",
      "district_code": "HC476",
      "ward": "Phường 15",
      "ward_code": "27208"
    }
  ],
  "created_at": "2020-10-22T03:37:03.796Z",
  "default_address": {
    "address1": "184 Hoa Hung",
    "address2": null,
    "city": "TPHCM",
    "company": null,
    "country": "Vietnam",
    "first_name": "Tran Minh",
    "id": 1058135354,
    "last_name": "Hoang",
    "phone": null,
    "province": "Hồ Chí Minh",
    "zip": "70000",
    "name": "Tran Minh Hoang",
    "province_code": "HC",
    "country_code": "vn",
    "default": true,
    "district": "Quận 11",
    "district_code": "HC476",
    "ward": "Phường 15",
    "ward_code": "27208"
  },
  "email": "hoangtm@bluecore.vn", // Updated email here
  "phone": null,
  "first_name": "Tran Minh",
  "id": 1037889951,
  "multipass_identifier": null,
  "last_name": "Hoang",
  "last_order_id": 1146065300,
  "last_order_name": "#100027",
  "note": null,
  "orders_count": 28,
  "state": "Disabled",
  "tags": null,
  "total_spent": 261380000,
  "total_paid": 0,
  "updated_at": "2023-08-12T00:00:00Z", // Updated date here
  "verified_email": false,
  "group_name": null,
  "birthday": null,
  "gender": null,
  "last_order_date": "2020-10-23T07:37:04Z"
}
</code></pre>


---

# 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://help.bluecore.vn/english/flows/cac-su-kien-kich-hoat/haravan/when-customer-enabled-on-haravan.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.
