Ask Cách gửi mã thông báo ano?

bluewolf894

New member
## Cách gửi mã thông báo ANO

ANO là viết tắt của ** Thông báo ứng dụng **.Đây là một hệ thống cho phép bạn gửi thông báo cho người dùng ứng dụng của bạn.Bạn có thể sử dụng ANO để gửi thông báo đẩy, thông báo email hoặc thông báo SMS.

Để gửi mã thông báo ANO, trước tiên bạn cần tạo một ứng dụng ANO.Bạn có thể làm điều này bằng cách truy cập [trang web ANO] (https://ano.app/) và nhấp vào nút "Tạo ứng dụng".

Khi bạn đã tạo một ứng dụng ANO, bạn sẽ cần lấy khóa API của ứng dụng.Bạn có thể tìm thấy khóa API của bạn trong bảng điều khiển ANO.

Bây giờ bạn có khóa API của mình, bạn có thể bắt đầu gửi thông báo.Để gửi thông báo đẩy, bạn cần sử dụng điểm cuối API sau:

`` `
Đăng https://api.ano.app/v1/push/notifications
`` `

Cơ quan yêu cầu phải chứa dữ liệu JSON sau:

`` `
{
"app_id": "your_app_id",
"API_KEY": "Your_API_KEY",
"Khán giả": "user_id_1, user_id_2, user_id_3",
"Tin nhắn": "Tin nhắn của bạn ở đây",
"Tiêu đề": "Tiêu đề của bạn ở đây",
"âm thanh": "mặc định",
"Huy hiệu": "1",
"click_action": "https://your-app-url.com/"
}
`` `

Trường `` khán giả` là danh sách ID người dùng được phân tách bằng dấu phẩy.Bạn có thể sử dụng các biến `user_id_1` và` user_id_2` để chỉ định người dùng bạn muốn gửi thông báo đến.

Trường `` message` là phần thân của thông báo.

Trường `Tiêu đề` là tiêu đề của thông báo.

Trường `` Sound` là âm thanh sẽ phát khi người dùng nhận được thông báo.

Trường `` Huy hiệu` là số sẽ được hiển thị trên biểu tượng ứng dụng của người dùng.

Trường `click_action` là URL sẽ được mở khi người dùng nhấp vào thông báo.

Bạn có thể tìm thêm thông tin về API ANO trên trang web [trang web tài liệu ANO] (https://docs.ano.app/).

## hashtags

* #ano
* #push Thông báo
* #những thông báo thư điện tử
* #SMS Thông báo
* #Thông báo ứng dụng
=======================================
## How to Send an Ano Notification Code

ANO stands for **Application Notification**. It is a system that allows you to send notifications to users of your app. You can use ANO to send push notifications, email notifications, or SMS notifications.

To send an ANO notification code, you need to first create an ANO app. You can do this by going to the [ANO website](https://ano.app/) and clicking on the "Create an App" button.

Once you have created an ANO app, you will need to get your app's API key. You can find your API key in the ANO dashboard.

Now that you have your API key, you can start sending notifications. To send a push notification, you need to use the following API endpoint:

```
POST https://api.ano.app/v1/push/notifications
```

The request body should contain the following JSON data:

```
{
"app_id": "YOUR_APP_ID",
"api_key": "YOUR_API_KEY",
"audience": "USER_ID_1,USER_ID_2,USER_ID_3",
"message": "Your message here",
"title": "Your title here",
"sound": "default",
"badge": "1",
"click_action": "https://your-app-url.com/"
}
```

The `audience` field is a comma-separated list of user IDs. You can use the `USER_ID_1` and `USER_ID_2` variables to specify the users you want to send the notification to.

The `message` field is the body of the notification.

The `title` field is the title of the notification.

The `sound` field is the sound that will play when the user receives the notification.

The `badge` field is the number that will be displayed on the user's app icon.

The `click_action` field is the URL that will be opened when the user clicks on the notification.

You can find more information about the ANO API on the [ANO documentation website](https://docs.ano.app/).

## Hashtags

* #ano
* #push notifications
* #Email notifications
* #SMS notifications
* #App notifications
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock