最近搜索
没有最近搜索

Paul Cunningham
已加入2021年12月10日
·
最后活动2021年12月10日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Paul Cunningham
Paul Cunningham 进行了评论,
社区评论 Developer - Zendesk APIs
Hi this link https://develop.zendesk.com/hc/en-us/community/posts/360050023554/comments/360012872554 is no longer valid and i'm facing the same issue.
I'm using the following requests API which allows end-users to submit requests to out support agents.
/api/v2/requests.json
When uploading the image the following request is made
api/v2/uploads.json?filename=upload.fileType
This response is successful and returns a token which is then passed into the body before submitting the request
{
"request":{
"requester":{
"name":"Test",
"email":"test@gmail.com"
},
"subject":"help",
"comment":{
"body":"help",
"uploads":[
"mytoken"
]
}
}
}
However, I'm experiencing the same issue as Enzo. When the ticket is received in the helpdesk it looks like the below.
Any suggestions/help would be appreciated.
查看评论 · 已于 2021年12月10日 发布 · Paul Cunningham
0
关注者
0
投票
0
评论