Task #170
Updated by Anonymous 12 months ago
!clipboard-202401161540-yd7m2.png! Đổi tên: Push to Topsim => Push to Webhook Khi Những đơn hàng được đặt chọn sẽ được đẩy URL về webhook (về hệ thống xử lý đơn hàng ví dụ như của thợ đó. VD: Sim.vn là một thợ sử dụng web gói & webhook của sim.vn là Topsim rồi) Tuy nhiên nếu bị lỗi, cột Viewed có giá trị 0, (quản lý đơn hàng, tự động chia đơn, giao hàng,...) => user thực hiện chọn Với các đơn này thủ công và click action hàng được chọn Push to Webhook để đẩy lại thủ công Thông sẽ truyền 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, } về Topsim