目录

系统设置

设置帮助主题

帮助主题为工单的类别,支持设置多级别的帮助主题。帮助主题将在工单创建时显示,并支持自定义帮助主题的查询与统计。

共支持10级帮助主题,第一级不超过30个分类,一共不超过1000个帮助主题选项。

进入“管理员模式 > 工单 > 工单帮助主题自定义”页面,可以自定义帮助主题选项。

设置工单帮助主题

设置优先级

优先级用于标记工单的紧急或重要程度。在工单创建、工单处理过程中,可以选择或修改工单优先级。支持根据工单优先级筛选工单。

进入“管理员模式 > 工单 > 工单优先级自定义”页面,可以自定义优先级选项。

设置工单优先级

设置工单事件推送

推送内容

工单基本属性事件

工单事件及对应type类型

type含义
event工单属性/状态/分配等变更(含创建、主题/优先级/状态/技能组/标题等对比链)、触发器、提醒等
entry工单公开回复
note工单内部回复
satisfactionDegree满意度评价提交

工单业务子类型区分

各类事件type类型区分方式body.events 中的 key
帮助主题变更eventtopic
优先级变更eventpriority
状态变更eventstatus
分配坐席变更eventassigned
技能组变更eventtransferred
标题变更eventsubject
工单创建eventcreated
工单公开回复entry常见同时有 events.entry = 回复内容(与根 type 一致便于订阅过滤)
工单内部回复note常见同时有 events.note
内容、标签、表单字段等eventcontent / label / form_field 等
工单转移eventtransferred-dept

推送配置

项目URL: 接收推送事件的URL
TOKEN: 校验推送消息的有效性约定的token

设置工单事件推送

推送说明
String [] array = {token, timestamp, nonce, message};//message 为通知事件
Arrays.sort(arrays);//自然排序
StringBuilder sb = new StringBuilder();
for (String array : arrays) {
   		sb.append(array);//拼接所有字符串
}
signature = DigestUtils.sha1Hex(sb.toString());//生成签名
  1. 概要: {token, timestamp, nonce, message}进行自然排序,依次拼接形成新字符串,对新的字符串采用SHA-1算法生成签名。
  2. 签名开源算法参考。
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>

事件详情

{
    "id": "aab80b90-5bc6-11e7-b868-373cdc119881",
    "timestamp": 1498629448393,
    "type": "event",
    "body": {
        "ticket_id": "aab80b90-5bc6-11e7-b868-373cdc119883",
        "ticket_no": "T0000100",
        "subject": "工单标题",
        "sla_date": "SLA日期",
        "created_date": "工单创建时间",
        "updated_date": "工单更新时间",
        "close_date": "工单关闭时间",
        "operator_info": {
            "id": "操作人id",
            "email": "操作人邮箱",
            "phone": "操作人手机号",
            "nickname": "操作人昵称"
        },
        "assign_info": {
            "id": "分配人id",
            "email": "分配人邮箱",
            "phone": "分配人手机号",
            "nickname": "分配人昵称"
            "team": {
                "id": "team_id",
                "name": "teamName"
            }
        },
         "detailInfo": {
            "content": "工单详情",
            "help_topic": {
                "name": "帮助主题名称",
                "full_name": "帮助主题全路径名称"
            },
            "priority": {
                "name": "优先级信息"
            },
            "status": {
                "name": "状态信息"
            },
            "visitor": {
                "nickname": "访客昵称",
                "phone": "访客手机信息",
                "email": "访客邮箱"
            },
            "labels": [
                 "label1",
                 "lable2"
            ],
            "attachments": [
                {
                    "name": "附件名称",
                    "url": "附件地址",
                    "file_type": "文件类型",
                    "size": 1111
                }
            ],
            "form_name": "自定义表单名称",
            "form_value": {
                "field_name": "field_value"
            }
            "sessionId": "会话id",
        },
        "events": {
            "created": "创建时间",
            "closed": "关闭时间",
            "reopened": "重新打开时间",
            "topic": [
                "topicA",
                "topicB"
            ],
            "priority": [
                "priorityA",
                "priorityB"
            ],
            "status": [
                "statusA",
                "statusB"
            ],
            "transferred": [
                "teamA",
                "teamB"
            ],
            "assigned": [
                "staffA",
                "staffB"
            ],
            "subject": [
                "titleA",
                "titleB"
            ]
        }
    }
}

工单状态变更

{
	"id": "79ef3710-389c-11f1-953f-b19e416965c7",
	"type": "event",
	"timestamp": 1776238013697,
	"body": {
		"subject": "机器人狗坏掉了",
		"operator": "丁艺杰2000007",
		"events": {
			"status": ["已解决", "处理中", "Solved", "Open"]
		},
		"relations": {
			"staffs": ["7fe0a710-6e00-11f0-b560-c182c9734191", "1ac4c390-fb21-11ef-b0a5-473d227ccca6"]
		},
		"tenant_id": 2000007,
		"ticket_no": "E10000095",
		"ticket_id": "10dcb360-9f22-4e32-841a-8e4fe3965df3",
		"time_stamp": "2026-04-15T07:26:53Z",
		"operator_id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
		"operator_type": "S",
		"creator_id": "7fe0a710-6e00-11f0-b560-c182c9734191",
		"creator_type": "C",
		"created_date": "2026-03-25T01:52:02Z",
		"updated_date": "2026-04-15T07:26:53Z",
		"operator_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"assign_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"owner_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"detail_info": {
			"visitor": {
				"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
				"tenant_id": 20003,
				"created": "2025-08-06T06:05:29Z",
				"updated": "2025-08-06T06:05:29Z",
				"nickname": "34543543",
				"email": "dingyj@ti-net.com.cn",
				"phone": "13121851391",
				"property_values": []
			},
			"content": "<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=GB2312\"><style>body { line-height: 1.5; }body { font-size: 14px; font-family: \"Microsoft YaHei UI\"; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>\n<div><span></span>你好我的机器狗坏掉了,灯也不亮了</div>\n<div><br></div><hr style=\"WIDTH: 210px; HEIGHT: 1px\" color=\"#b5c4df\" size=\"1\" align=\"left\">\n<div><span><div style=\"MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt\"><div>dingyj@ti-net.com.cn</div></div></span></div>\n</body></html>",
			"status": {
				"id": "92225d86-5c21-46d1-b6c1-68d97c7a83c3",
				"tenant_id": 20003,
				"created": "2025-03-07T06:54:16Z",
				"updated": "2025-03-07T06:54:16Z",
				"name": "处理中",
				"en_name": "Open",
				"changeless": true,
				"color": "68BEFF",
				"catalog": "OPEN",
				"authority": "STAFF",
				"flag": "ASSIGNED",
				"enable": true
			},
			"labels": []
		},
		"satisfaction_degree_info": {}
	}
}

工单座席公开回复

{
	"id": "54bb4a10-389c-11f1-a4db-937d449165bf",
	"type": "entry",
	"timestamp": 1776237951281,
	"body": {
		"subject": "机器人狗坏掉了",
		"operator": "丁艺杰2000007",
		"events": {
			"entry": "我是公开回复"
		},
		"relations": {
			"staffs": ["7fe0a710-6e00-11f0-b560-c182c9734191", "1ac4c390-fb21-11ef-b0a5-473d227ccca6"]
		},
		"tenant_id": 2000007,
		"ticket_no": "E10000095",
		"ticket_id": "10dcb360-9f22-4e32-841a-8e4fe3965df3",
		"time_stamp": "2026-04-15T07:25:51Z",
		"operator_id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
		"operator_type": "S",
		"creator_id": "7fe0a710-6e00-11f0-b560-c182c9734191",
		"creator_type": "C",
		"created_date": "2026-03-25T01:52:02Z",
		"updated_date": "2026-04-15T05:35:19Z",
		"assign_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"creator_info": {
			"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
			"tenant_id": 20003,
			"created": "2025-08-06T06:05:29Z",
			"updated": "2025-08-06T06:05:29Z",
			"nickname": "34543543",
			"email": "dingyj@ti-net.com.cn",
			"phone": "13121851391",
			"property_values": []
		},
		"owner_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"detail_info": {
			"visitor": {
				"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
				"tenant_id": 20003,
				"created": "2025-08-06T06:05:29Z",
				"updated": "2025-08-06T06:05:29Z",
				"nickname": "34543543",
				"email": "dingyj@ti-net.com.cn",
				"phone": "13121851391",
				"property_values": []
			},
			"content": "<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=GB2312\"><style>body { line-height: 1.5; }body { font-size: 14px; font-family: \"Microsoft YaHei UI\"; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>\n<div><span></span>你好我的机器狗坏掉了,灯也不亮了</div>\n<div><br></div><hr style=\"WIDTH: 210px; HEIGHT: 1px\" color=\"#b5c4df\" size=\"1\" align=\"left\">\n<div><span><div style=\"MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt\"><div>dingyj@ti-net.com.cn</div></div></span></div>\n</body></html>",
			"status": {
				"id": "6c9f6913-da51-4f6e-bb2a-ed951ba01771",
				"tenant_id": 20003,
				"created": "2025-03-07T06:54:16Z",
				"updated": "2025-03-07T06:54:16Z",
				"name": "已解决",
				"en_name": "Solved",
				"changeless": true,
				"color": "7ED321",
				"catalog": "OPEN",
				"authority": "STAFF",
				"flag": "SYSTEM_CLOSED",
				"enable": true
			},
			"labels": []
		},
		"satisfaction_degree_info": {}
	}
}

工单座席内部回复

{
	"id": "23da03a0-389c-11f1-bb31-91e53f9fd28b",
	"type": "note",
	"timestamp": 1776237869274,
	"body": {
		"subject": "机器人狗坏掉了",
		"operator": "丁艺杰2000007",
		"events": {
			"note": "我是内部回复"
		},
		"relations": {
			"staffs": ["7fe0a710-6e00-11f0-b560-c182c9734191", "1ac4c390-fb21-11ef-b0a5-473d227ccca6"]
		},
		"tenant_id": 2000007,
		"ticket_no": "E10000095",
		"ticket_id": "10dcb360-9f22-4e32-841a-8e4fe3965df3",
		"time_stamp": "2026-04-15T07:24:29Z",
		"operator_id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
		"operator_type": "S",
		"creator_id": "7fe0a710-6e00-11f0-b560-c182c9734191",
		"creator_type": "C",
		"created_date": "2026-03-25T01:52:02Z",
		"updated_date": "2026-04-15T05:35:19Z",
		"assign_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"creator_info": {
			"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
			"tenant_id": 20003,
			"created": "2025-08-06T06:05:29Z",
			"updated": "2025-08-06T06:05:29Z",
			"nickname": "34543543",
			"email": "dingyj@ti-net.com.cn",
			"phone": "13121851391",
			"property_values": []
		},
		"owner_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"detail_info": {
			"visitor": {
				"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
				"tenant_id": 20003,
				"created": "2025-08-06T06:05:29Z",
				"updated": "2025-08-06T06:05:29Z",
				"nickname": "34543543",
				"email": "dingyj@ti-net.com.cn",
				"phone": "13121851391",
				"property_values": []
			},
			"content": "<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=GB2312\"><style>body { line-height: 1.5; }body { font-size: 14px; font-family: \"Microsoft YaHei UI\"; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>\n<div><span></span>你好我的机器狗坏掉了,灯也不亮了</div>\n<div><br></div><hr style=\"WIDTH: 210px; HEIGHT: 1px\" color=\"#b5c4df\" size=\"1\" align=\"left\">\n<div><span><div style=\"MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt\"><div>dingyj@ti-net.com.cn</div></div></span></div>\n</body></html>",
			"status": {
				"id": "6c9f6913-da51-4f6e-bb2a-ed951ba01771",
				"tenant_id": 20003,
				"created": "2025-03-07T06:54:16Z",
				"updated": "2025-03-07T06:54:16Z",
				"name": "已解决",
				"en_name": "Solved",
				"changeless": true,
				"color": "7ED321",
				"catalog": "OPEN",
				"authority": "STAFF",
				"flag": "SYSTEM_CLOSED",
				"enable": true
			},
			"labels": []
		},
		"satisfaction_degree_info": {}
	}
}

工单满意度评价结果

{
	"id": "edca5240-3898-11f1-aaa1-b9dabc9b68fe",
	"type": "satisfactionDegree",
	"timestamp": 1776236490084,
	"body": {
		"subject": "测试工单生成邮件功能",
		"events": {},
		"relations": {
			"staffs": ["7fe0a710-6e00-11f0-b560-c182c9734191", "1ac4c390-fb21-11ef-b0a5-473d227ccca6"]
		},
		"tenant_id": 2000007,
		"ticket_no": "E10000061",
		"ticket_id": "980a422b-dd99-4a89-8b5c-8ea14098ea6a",
		"time_stamp": "2026-04-15T07:01:30Z",
		"creator_id": "7fe0a710-6e00-11f0-b560-c182c9734191",
		"creator_type": "C",
		"created_date": "2026-03-18T09:56:02Z",
		"updated_date": "2026-04-15T07:01:06Z",
		"assign_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable",
			"team": {
				"id": "7c13d491-8d96-4bf5-9b25-15a88cb14862",
				"tenant_id": 20003,
				"created": "2025-03-07T06:54:16Z",
				"updated": "2025-03-07T06:54:16Z",
				"name": "未分组",
				"en_name": "ungrouped",
				"type": "SYSTEM"
			}
		},
		"owner_info": {
			"id": "1ac4c390-fb21-11ef-b0a5-473d227ccca6",
			"tenant_id": 20003,
			"created": "2025-03-07T06:55:07Z",
			"updated": "2026-01-21T07:46:10Z",
			"username": "4098a7d0-f69d-11f0-b66a-5d2ed6f01d2f",
			"nickname": "丁艺杰2000007",
			"true_name": "丁艺杰2000007",
			"email": "dyj@2000007.com",
			"phone": "13253346546",
			"avatar": "//meta.kefu.helps.live/v1/tenants/2000007/mediafiles/1e562c71-75a6-4793-8637-56516b773e5e5aeT5ZCN5paH5a2X5aS05YOPLnBuZw==/cutout?arg=0_0_800_800_300_300",
			"role": "ADMIN",
			"status": "Enable"
		},
		"detail_info": {
			"visitor": {
				"id": "7fe0a710-6e00-11f0-b560-c182c9734191",
				"tenant_id": 20003,
				"created": "2025-08-06T06:05:29Z",
				"updated": "2025-08-06T06:05:29Z",
				"nickname": "34543543",
				"email": "dingyj@ti-net.com.cn",
				"phone": "13121851391",
				"property_values": []
			},
			"content": "<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=GB2312\"><style>body { line-height: 1.5; }p { margin-top: 0px; margin-bottom: 0px; }body { font-size: 14px; font-family: \"Microsoft YaHei UI\"; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>\n<div><span></span><span style=\"color: rgba(0, 0, 0, 0.85); font-family: ui-sans-serif, system-ui, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 16px; white-space-collapse: preserve; background-color: rgba(0, 0, 0, 0.04);\">智能体可以自动回复Facebook的comment评论吗</span></div>\n<div><br></div><hr style=\"width: 210px; height: 1px;\" color=\"#b5c4df\" size=\"1\" align=\"left\">\n<div><span><div style=\"MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt\"><div><br></div><div><div class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_bgcolor __aliyun_node_has_color __aliyun_node_has_bgcolor __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" style=\"font-size: 14px; font-variant-numeric: normal; font-variant-east-asian: normal; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: tahoma, arial, stheiti, simsun; line-height: 23.8px; widows: 1;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">--------------------------</span></div><div class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_bgcolor __aliyun_node_has_color __aliyun_node_has_bgcolor __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" style=\"font-size: 14px; font-variant-numeric: normal; font-variant-east-asian: normal; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: tahoma, arial, stheiti, simsun; line-height: 23.8px; widows: 1;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">Best wishes.</span></div><div class=\"aym_table_wrap\" style=\"font-size: 14px; font-variant-numeric: normal; font-variant-east-asian: normal; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: tahoma, arial, stheiti, simsun; line-height: 23.8px; widows: 1; overflow: hidden; display: table; width: 600px; height: 133px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse; width: 600px;\"><tbody><tr><td width=\"115\"><img src=\"http://www.easemob.com/files/email_sign/logo.png\" width=\"92\" norescale=\"true\" style=\"max-width: inherit; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: middle;\"></td><td><p style=\"margin-top: 16px; margin-bottom: 16px;\"><font face=\"microsoft yahei\"><span style=\"font-size: 13px;\">丁艺杰</span></font></p><p style=\"margin-top: 16px; margin-bottom: 16px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: &quot;microsoft yahei&quot;; font-size: 13px;\">项目经理 &nbsp; &nbsp; &nbsp;Tel:13121851391</span></p><p style=\"margin-top: 16px; margin-bottom: 16px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: &quot;microsoft yahei&quot;; font-size: 13px;\">地址:郑州环信客服云研发中心</span></p><p style=\"margin-top: 16px; margin-bottom: 16px;\"><font face=\"microsoft yahei\"><span style=\"font-size: 13px;\">Email</span></font><span style=\"font-family: &quot;microsoft yahei&quot;; font-size: 13px;\">:</span><span style=\"font-size: 14px; background-color: transparent;\">dingyj@ti-net.com.cn&nbsp;</span></p></td></tr></tbody></table></div><span class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" style=\"font-size: 14px; font-variant-numeric: normal; font-variant-east-asian: normal; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: tahoma, arial, stheiti, simsun; line-height: 23.8px; widows: 1;\">======================================================</span><div class=\"aym_table_wrap\" style=\"font-size: 14px; font-variant-numeric: normal; font-variant-east-asian: normal; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-family: tahoma, arial, stheiti, simsun; line-height: 23.8px; widows: 1; overflow: hidden; display: table; width: 600px; height: 125px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" style=\"color: rgb(0, 0, 0); font-family: verdana; font-size: 14px; text-indent: 0px; width: 600px;\"><tbody><tr><td><img src=\"http://www.easemob.com/files/email_sign/qrcode.jpg\" width=\"96\" norescale=\"true\" style=\"max-width: inherit; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: middle;\"></td><td><p style=\"margin-top: 14px; margin-bottom: 14px;\"><b style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">环信即时通讯云<span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px;\">&nbsp;</span><b class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\">| 环信音视频云</b><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px;\">&nbsp;</span>| 环信客服云 | 环信机器人</b></p><p style=\"margin-top: 14px; margin-bottom: 14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">微博:</span><a class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" href=\"http://weibo.com/easemob\" target=\"_blank\" style=\"outline: none; color: rgb(1, 160, 233); font-size: 13px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px;\">http://weibo.com/easemob</span></a><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">&nbsp;| 微信:环信(Easemob)</span></p><p style=\"margin-top: 14px; margin-bottom: 14px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">网址:</span><a class=\" __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color __aliyun_node_has_color\" href=\"http://www.easemob.com/\" target=\"_blank\" style=\"outline: none; color: rgb(1, 160, 233); font-size: 13px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px;\">http://www.easemob.com</span></a><span style=\"margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px;\">&nbsp;| 服务热线:<b>400-622-1776</b></span></p></td></tr></tbody></table></div></div><span style=\"font-size: 13.3333px; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);\"></span></div></span></div>\n</body></html>",
			"status": {
				"id": "6c9f6913-da51-4f6e-bb2a-ed951ba01771",
				"tenant_id": 20003,
				"created": "2025-03-07T06:54:16Z",
				"updated": "2025-03-07T06:54:16Z",
				"name": "已解决",
				"en_name": "Solved",
				"changeless": true,
				"color": "7ED321",
				"catalog": "OPEN",
				"authority": "STAFF",
				"flag": "SYSTEM_CLOSED",
				"enable": true
			},
			"labels": []
		},
		"satisfaction_degree_info": {
			"note": "我是满意度评价",
			"score": 4,
			"problemSolutionName": "已解决",
			"problemSolutionFlag": "SOLVED",
			"evaluateDate": "2026-04-15T07:01:30Z",
			"ticketId": "980a422b-dd99-4a89-8b5c-8ea14098ea6a"
		}
	}
}

设置系统邮箱

系统邮箱作用

配置说明

通用配置

邮箱设置

邮箱配置举例

通常企业级邮箱,SMTP协议是默认开启的,私人邮箱需要开启协议,不同的邮箱在密码的使用上有一定的差异,请参考以下几种邮箱的开启方式。

QQ个人邮箱

 QQ个人邮箱

QQ企业邮箱
163个人邮箱

163个人邮箱

163个人邮箱

sina个人邮箱

sina个人邮箱

注意事项

设置工单状态

支持自定义工单状态,可以添加工单状态,或修改、删除系统默认工单状态(打开、已解决、已关闭)。

进入“工单 > 工单状态自定义”页面,点击“新增状态”按钮,添加自定义工单状态。

设置工单状态

设置工单系统字段

支持设置创建工单时的工单系统字段是否必填。 系统字段包括帮助主题、标题、状态、优先级、分配技能组、分配坐席、工单内容。

设置SLA计划

支持设置工单的SLA(Service Level Agreement,服务等级协议),对不同帮助主题下的工单进行特定的服务时长承诺。如超过服务期限,则将工单自动关闭。从而定期清除无效过期工单,也使工单各个状态统计更加合理准确,方便工单管理及提供坐席的KPI考核指标。

进入“工单 > SLA计划”页面,点击“新增SLA计划”按钮,添加SLA计划。

设置宽限期后,当工单创建后处理时间超过宽限期,则自动关闭工单,同时通过系统消息对当前处理人发自定义提醒。可通过系统消息内工单编号再次打开工单。

设置SLA计划

邮箱渠道自定义

支持设置多个邮箱地址,作为工单系统的渠道邮箱。这些邮箱地址收到的邮件,将自动转为工单。

功能说明

配置说明

配置位置

管理员模式→工单→邮箱渠道→添加邮箱渠道。

添加邮箱渠道

配置项说明

账号/密码
发信服务器/发信端口
收信服务器/收信端口/收件协议
自动分配/初始化状态
自动回复标题/自动回复内容/邮件签名

当配置自动回复标题与内容时,才会触发自动回复功能。

黑名单/白名单

配置说明

配置举例

通常企业级邮箱,默认开启的收信与发信协议,用户名密码与登陆邮箱是相同的,若是存在疑问,请咨询邮箱相应的客服。下面介绍几类个人邮箱的配置方式:

QQ个人邮箱

 QQ个人邮箱

QQ企业邮箱
163个人邮箱

163个人邮箱

163个人邮箱

sina个人邮箱

sina个人邮箱

注意事项

自定义表单

支持设置工单的字段(系统字段和自定义字段)。系统字段仅支持排序,不可修改或删除;支持添加、修改、删除自定义字段。 进入“管理员模式 > 工单 > 字段自定义”页面,可以添加自定义字段,对字段进行排序。

新建表单时,可通过新建字段来对表单进行编辑,字段包含单行文本、多行文本、下拉选项。自定义表单中设置的字段将显示在工单创建时填写的表单中。

自定义表单

工单触发器(自动任务)

可通过触发器设置支持工单自动任务,支持最大1000条触发器同时执行。

触发器条件支持:状态、优先级、帮助主题、分配技能组、分配坐席、渠道邮箱; 触发器动作支持:更新状态、更新优先级、更新帮助主题、更新分配技能组、更新分配坐席、发送邮件、设定SLA、系统消息

满意度评价邀请设置

管理员自定义工单满意度评价邀请信息,可通过设置特定的发送时机来主动邀请用户对工单处理作出满意度评级(1-5星),每个档位评价可自定义备注。评价信息由系统邮箱发送到用户邮箱。

网页渠道

网页表单是嵌入到网页上的一个自定义表单,字段可灵活控制,不受其他渠道的终端限制,可灵活应用于PC、WEB、App、H5、公众号底部菜单、客服欢迎语、机器人自动应答等场景中。客户通过填写网页表单,可快速将服务请求提交到客服那里。

功能说明

配置说明

配置位置

管理员模式→工单→网页渠道→新增网页渠道。

配置说明

名称
扩展表单

定义网页渠道使用的自定义表单。

分配至/初始化状态
工单默认字段显示

网页渠道

提交全部信息后系统将自动生成一个URL展示在网页渠道列表中,可以点击复制按钮移植到需要的终端中进行工单收集(移动端适配)。