Các API Zalo thường gặp
Cài đặt chung
- Lấy access_token tại: https://developers.zalo.me/tools/explorer/4206659694991000118
- Tài liệu các thể loại api tại đây https://developers.zalo.me/docs/official-account/tin-nhan/quan-ly-tin-nhan/kiem-tra-han-muc-gui-tin-nhan
- Collection API nếu muốn: Collection
API gửi tin nhắn
Format chung - Tài liệu chi tiết tại đây
--header 'access_token: <oa_access_token>'
--header 'Content-Type: application/json'
https://openapi.zalo.me/v3.0/oa/message/cs
{
"recipient": {
"user_id": "8193882031896288901"
},
"message": {
"text": "hello, world!"
}
}