Hàm gửi tin Zalo V5
HTTP request
curl --location 'http://rest.esms.vn/MainService.svc/json/SendZaloMessage_V5_post/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}",
"Phone": "{{Phone}}",
"TempData": [
{
"key": "{{key1}}",
"value": "{{value1}}"
},
{
"key": "{{key2}}",
"value": "{{value2}}"
}
],
"SendDate": "{{SendDate}}",
"TempID": "{{TempID}}",
"campaignid": "{{campaignid}}",
"Sandbox": "{{Sandbox}}",
"RequestId": "{{RequestId}}",
"CallbackUrl": "{{CallbackUrl}}"
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Thuộc tính
Kiểu dữ liệu
Mô tả
Last updated