최근 검색


최근 검색 없음

Will Ryan's Avatar

Will Ryan

가입한 날짜: 2021년 4월 15일

·

마지막 활동: 2023년 3월 14일

팔로잉

0

팔로워

0

총 활동 수

7

투표 수

2

플랜 수

2

활동 개요

님의 최근 활동 Will Ryan

Will Ryan님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

This is the only thing that would work for me. If i didn't do it like this, a blank image was appearing in the response:

$fileName = 'test.png';
$filePath = 'test.png';

$url = 'https://test.zendesk.com/api/v2/uploads.json?filename=' . urlencode($fileName);
$file = fopen($filePath, "r");
$mimeContentType = mime_content_type($file);
$size = filesize($filePath);


$ch = curl_init($url);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,true);
curl_setopt($ch, CURLOPT_POST ,true);
curl_setopt($ch, CURLOPT_POSTFIELDS, file_get_contents($filePath));
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Content-type: {$mimeContentType}"));
curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_USERPWD, "test@test.com/token:XXXXXXXXXXXXXXXXXXX");
$output = curl_exec($ch);
$code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
fclose($file);
curl_close($ch);

댓글 보기 · 2023년 3월 14일에 게시됨 · Will Ryan

0

팔로워

0

투표 수

0

댓글


Will Ryan님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Ticketing system (Support)

Unfortunately, Zendesk appears to have lost any focus on responding to customer needs. This feature is rather simple, lots of people want it, but still, requests are simply ignored.

I have two existing clients on Zendesk, and if it weren't a complete nightmare, I'd migrate them to one of Zedesk's more agile competitors. For new clients, I do not use Zendesk.

댓글 보기 · 2021년 1월 06일에 게시됨 · Will Ryan

0

팔로워

1

투표

0

댓글


Will Ryan님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Ticketing system (Support)

This to me seems like a pretty basic feature. Surprised it hasn't been implemented.

댓글 보기 · 2018년 6월 29일에 게시됨 · Will Ryan

0

팔로워

5

투표 수

0

댓글