# Mở phiên chat

1. Body

<table><thead><tr><th width="175">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>account</td><td></td></tr><tr><td>method</td><td><pre><code>openSession
</code></pre></td><td></td></tr><tr><td>data</td><td><p></p><pre class="language-postman_json"><code class="lang-postman_json">{
 "accountId":"123",
<strong> "lastActionId":"1",
</strong> "lastGroupActionId":"1",
 "lastPageActionId":"1"
}
</code></pre></td><td><ul><li>actionId sẽ được lấy trong message mới nhất trên hệ thống khi có webhook vể</li><li>Khi lên kết lần đầu mặc định là "1"<br></li></ul></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

2. Response

{% tabs %}
{% tab title="200" %}

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

{% endtab %}
{% endtabs %}
