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
Updated by Anonymous over 1 year ago
- Subject changed from [Action] Push to webwook to [Order management] [Action] Push to webwook
Updated by Anonymous over 1 year ago
- Subject changed from [Order management] [Action] Push to webwook to [Order management] [Action] Push to webwook (if auto push fails)
Updated by Duy Thanh over 1 year ago
- Due date set to 01/19/2024
- Start date set to 01/18/2024
Updated by Duy Thanh over 1 year ago
- Due date changed from 01/19/2024 to 01/20/2024
Updated by Duy Thanh over 1 year ago
- Status changed from In progress to In review