Project

General

Profile

Actions

Task #170

closed

Feature #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)

Added by Anonymous 12 months ago. Updated 10 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Duy Thanh
Category:
Sprint 5_15-19/01
Start date:
01/18/2024
Due date:
01/20/2024
% Done:

100%

Estimated time:
24:00 h

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

clipboard-202401161540-yd7m2.png (39.1 KB) clipboard-202401161540-yd7m2.png Anonymous, 01/16/2024 08:40 AM
Actions

Also available in: Atom PDF