1、zendesk 添加附件评论后,通过 webhook 通知 ones,ones 使用未登录的方式添加评论
const res = await fetchONES({
path: `/team/${team_uuid}/task/${task_uuid}/send_message`,
method: 'POST',
body,
headers: {
'Ones-User-Id': user_uuid,
//'Replace': 'replace',
//'Ones-Auth-Token':user_token,
'Content-Type':'application/json'
},
root:true,
teamUUID: team_uuid
})
2、添加评论后,评论样式和内容都没问题
3、动态> 文件 ,没有评论附件的记录
4、task 详情里的文件里有附件的记录
5、需要解决的问题:动态> 文件 里没有记录,如何排查?让其产生文件记录