Task #170
closedFeature #103: 1.2.[Order management] Quản lý đơn hàng
Feature #108: 1.2.1[Order list] Hiển thị danh sách đơn hàng
[Order management] [Action] Push to webwook (if auto push fails)
100%
Description
Đổi tên: Push to Topsim => Push to Webhook
Khi đơn hàng được đặt sẽ được đẩy URL về webhook (về hệ thống xử lý đơn hàng ví dụ như Topsim rồi)
Tuy nhiên nếu bị lỗi, cột Viewed có giá trị 0, => user thực hiện chọn các đơn này thủ công và click action Push to Webhook để đẩy lại thủ công
Thông tin cần đẩy webhook gồm:
const contentPost = {
"source": '{{current_domain}}',
"customer_name": order.name,
"customer_phone": order.phone,
"sold_product": order.sim,
"price": order.price,
"customer_address": order.address,
"source_text": source_text,
"other_option": order.other_option,
"request_date": order.created_at,
"search_history": listUrls,
"is_request": order.is_request,
"is_prevent": order.is_prevent,
}
Files