# Call Note Created
# Giới thiệu
- Là thao tác lưu lại log cuộc gọi của bộ phận kinh doanh với NTD
# Trigger
Event được trigger khi lưu ghi chú gọi điện với NTD trên trang danh sách NTD /nha-tuyen-dung-tiep-nhan/tat-ca
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | CallNoteCreated |
| oth | Danh sách các object call note created |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object call note created
| Key | Type | Desc |
|---|---|---|
| epl_id | string | ID của NTD |
| epl_p | string | Số điện thoại của khách hàng |
| ts | timestamp | Thời điểm diễn ra cuộc gọi |
| cont_stt_id | string | Trạng thái liên hệ của NTD |
| note | string | Ghi chú liên hệ |
# Sample data gửi lên data platform
{
"type": "CallNoteCreated",
"referer": "https:\/\/topworking-ops-stag.rework.vn\/khach-hang\/455016",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "topworking-ops-stag.rework.vn",
"o": "https:\/\/topworking-ops-stag.rework.vn",
"p_n": "lead-action\/add\/phone",
"q": null,
"id": "topworking.vn",
"u_id": "306",
"u_e": "email_306@gmail.com",
"u_p": "0000000306",
"u_n": "\u0110\u1eadu Th\u1ecb H\u1ed3ng",
"src": "backend",
"tab_id": null,
"ts": 1670827687901,
"ip": "162.158.170.153",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Flead-action%2Fadd%2Fphone",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"v_t": null,
"imprs": null,
"d_i": null,
"f_p": null,
"jr_i": null,
"unique_id": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"sc_v": "v1.0.0",
"uni": "edb92a23-b843-4c3c-a34f-b341afd6a872-1670827687901",
"oth": {
"epl_id": "374583",
"epl_p": "0510992676",
"ts": "1670827620",
"cont_stt_id": "30",
"note": "\u0110\u00e3 ch\u1ed1t \u0111\u01a1n"
}
}