Send advice message with sticker
Parameters
Data type
Describe
Parameters
Data type
Describe
PreviousSend Consulting message according to user information request formNextSend message Consulting with attached photo
Last updated
Last updated
POST /v1/shop.Zalo/OASendSticker HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 82
{
"message": {
"attachment_id": "text"
},
"oa_id": "text",
"recipient": {
"user_id": "text"
}
}{
"direction": "in",
"msg_id": "text",
"oa_id": "text",
"quota": {
"expired_date": "text",
"owner_id": "text",
"owner_type": "text",
"quota_type": "text",
"remain": "text",
"total": "text"
},
"recipient_id": "text",
"sender_id": "text",
"shop_id": "text",
"type": "unknown",
"user_id": "text",
"wl_partner_id": "text",
"zl_user_id": "text"
}curl --location 'BASE_URL.Zalo/OASendSticker' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"message": {
"attachment_id": "string"
},
"oa_id": "string",
"recipient": {
"user_id": "string"
}
}'{
"direction": "in",
"msg_id": "string",
"oa_id": "string",
"quota": {
"expired_date": "string",
"owner_id": "string",
"owner_type": "string",
"quota_type": "string",
"remain": "string",
"total": "string"
},
"recipient_id": "string",
"sender_id": "string",
"shop_id": "string",
"type": "unknown",
"user_id": "string",
"wl_partner_id": "string",
"zl_user_id": "string"
}