最近の検索


最近の検索はありません

Paul Cunningham's Avatar

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

コメント