{
  "type": "contact.connection.changed",
  "data": {
    "contact": {
      "id": "clrq5ca80000lb9c9dnxxfyid",
      "name": "康宜恩",
      "avatar": "https://uc.chatbrick.com/avatar/clrq5ca80000lb9c9dnxxfyid/avatar.jpeg"
    },
    "lineUsers": [
      {
        "id": "clxvsgpgi000001qgdxuka3vj",
        "name": "Mr. Kang",
        "lineUid": "U4d26836f2aadb5ad84cc8b5b729fc9a1",
        "lineProviderId": "1660894172",
        "profilePictureUrl": "https://profile.line-scdn.net/0m0450c48c7251b78e575b3a5bb3c4ea5a7e70d9d2d471"
      }
    ],
    "connectedStore": {
      "id": "clxvu9l6l000001p27bdm9ydk",
      "name": "台北101旗艦店",
      "logo": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public",
      "externalId": "10000"
    },
    "connectedStaff": {
      "id": "clxvu9uj3000001ob92yrb61o",
      "storeId": "clxvu9l6l000001p27bdm9ydk",
      "name": "何沛妮",
      "displayName": "小何 | 台北101旗艦店",
      "employeeId": "50001",
      "avatar": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public"
    },
    "timestamps": {
      "changedAt": "2024-06-18T18:18:18.000Z",
      "initConnectedAt": "2024-06-08T18:18:18.888Z"
    },
    "timestampsMs": {
      "changedAt": 1718734698000,
      "initConnectedAt": 1717870698888
    }
  }
}
This event type is in the beta stage; specifications are subject to change at any time.

Event Body Fields

The request event body is a JSON object that contains the following fields:

type
string

contact.connection.changed

data
Object

The object containing the event data.

contact
Contact Object
lineUsers
Array of LineUser Object

LINE users that belong to the contact. In most cases, there will be only one LINE user.

connectedStore
Store Object

In some rare cases, this field may be null if the contact is only connected to a staff member.

connectedStaff
Account Object or null

This field will be null if the contact is only connected to a store.

timestamps
Object

Timestamps in ISO 8601 format.

timestampsMs
Object

Timestamps are represented in numerical format; the number represents milliseconds elapsed since the epoch, which is defined as the midnight at the beginning of January 1, 1970, UTC.

{
  "type": "contact.connection.changed",
  "data": {
    "contact": {
      "id": "clrq5ca80000lb9c9dnxxfyid",
      "name": "康宜恩",
      "avatar": "https://uc.chatbrick.com/avatar/clrq5ca80000lb9c9dnxxfyid/avatar.jpeg"
    },
    "lineUsers": [
      {
        "id": "clxvsgpgi000001qgdxuka3vj",
        "name": "Mr. Kang",
        "lineUid": "U4d26836f2aadb5ad84cc8b5b729fc9a1",
        "lineProviderId": "1660894172",
        "profilePictureUrl": "https://profile.line-scdn.net/0m0450c48c7251b78e575b3a5bb3c4ea5a7e70d9d2d471"
      }
    ],
    "connectedStore": {
      "id": "clxvu9l6l000001p27bdm9ydk",
      "name": "台北101旗艦店",
      "logo": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public",
      "externalId": "10000"
    },
    "connectedStaff": {
      "id": "clxvu9uj3000001ob92yrb61o",
      "storeId": "clxvu9l6l000001p27bdm9ydk",
      "name": "何沛妮",
      "displayName": "小何 | 台北101旗艦店",
      "employeeId": "50001",
      "avatar": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public"
    },
    "timestamps": {
      "changedAt": "2024-06-18T18:18:18.000Z",
      "initConnectedAt": "2024-06-08T18:18:18.888Z"
    },
    "timestampsMs": {
      "changedAt": 1718734698000,
      "initConnectedAt": 1717870698888
    }
  }
}