# 4.2 MyHub SMS API

### `1. Cách Sử Dụng:`

Để sử dụng bạn cần đăng ký một tài khoản [MyHub](https://app.myhub.vn) và cài đặt theo hướng dẫn [tại đây](https://myhub.gitbook.io/huong-dan-su-dung/cai-dat)

Mỗi tài khoản quản lý sẽ được cấp một **Access Token**, để xác thực (authenticate) khi gửi tin nhắn với MyHub SMS API.

Đăng nhập tài khoản [MyHub](https://app.myhub.vn), truy cập **Cấu Hình** > **API**:

![](/files/-LhdUu1K04hgDRYgRGpG)

Thay đổi thông số:

* **Sim gửi đi**: số điện thoại thực hiện gửi tin nhắn
* **Tới số điện thoại**: số điện thoại sẽ nhận tin nhắn đến&#x20;
* **Nội dung tin nhắn**: nội dung thông điệp muốn gửi, cho phép cá nhân hóa theo hệ thống của bạn.

Copy API mẫu để sử dụng vào hệ thống của bạn:

![](/files/-LhdW8On7uyf6rpDEw3O)

{% code title="Giá trị trả về khi gửi SMS" %}

```scheme
{"status": true} //Gửi thành công
{"status": false} //Gửi thất bại
```

{% endcode %}

### `2. MyHub SMS API:`

**MyHub SMS API** hỗ trợ tích hợp các hệ thống website và phần mềm bán hàng sau:

{% content-ref url="/pages/-LcJoMbsbXJz6f8naw3y" %}
[Tích hợp Bitrix24](/cong-cu/bitrix24.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lhd\_c5AMnftIxI0tmqc" %}
[Tích Hợp LadiPage](/cong-cu/ladipage.md)
{% endcontent-ref %}

{% hint style="info" %}
**MyHub SMS API** tương thích với hầu hết hệ thống website và phần mềm bán hàng như: Bitrix24, Ladipage, Haravan, Sapo, Kiotviet, Wordpress... Nếu bạn có câu hỏi hoặc cần hỗ trợ tích hợp SMS API, vui lòng liên hệ email: **<lienhe@myhub.vn>** (Hotline: 0909 978 466)
{% endhint %}


---

# 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://doc.myhub.vn/cong-cu/sms-api.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.
