Mở phiên chat

  1. Body

NameTypeDescription

service

account

method

openSession

data

{
 "accountId":"123",
 "lastActionId":"1",
 "lastGroupActionId":"1",
 "lastPageActionId":"1"
}
  • actionId sẽ được lấy trong message mới nhất trên hệ thống khi có webhook vể

  • Khi lên kết lần đầu mặc định là "1"

  1. Response

{
    "status": "success",
    "data": "Open Session success !"
}

Last updated