최근 검색


최근 검색 없음

Denis Tataurov's Avatar

Denis Tataurov

가입한 날짜: 2023년 8월 04일

·

마지막 활동: 2024년 6월 26일

팔로잉

0

팔로워

0

총 활동 수

14

투표 수

3

플랜 수

4

활동 개요

님의 최근 활동 Denis Tataurov

Denis Tataurov님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Hello Zendesk,

 

Are there any plans to provide webhook events for the job status updates?

 

Thanks!

2024년 6월 26일에 게시됨 · Denis Tataurov

0

팔로워

1

투표

1

댓글


Denis Tataurov님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Hi Charles Nadeau!

That's what I actually do right now. But it may be not a good in terms of UX. For example, there may be 20 comments returned: 3 are public and 17 are private. Hopefully it may be not visible for the end user (filtering doesn't break cursor pagination values) but could be confusing if the percentage of private comments is high

댓글 보기 · 2023년 8월 29일에 게시됨 · Denis Tataurov

0

팔로워

1

투표

0

댓글


Denis Tataurov님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

The API for retrieving comments doesn't allow to show only public comments. It will be nice to have such ability. Currently there may be gaps in the response of public comments because there may be some private ones in between that should be filtered out from the response.

2023년 8월 28일에 편집됨 · Denis Tataurov

1

팔로워

3

투표 수

3

댓글


Denis Tataurov님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Hello, I have the same request as Saurav. It's quite confusing when a resource doesn't have its identifier. Of course there are plenty of workarounds but it doesn't make it easier as there may be id mismatches further in the business flow.

It will be very helpful to expose id of any Zendesk resource that may be specified in the webhook template

댓글 보기 · 2023년 8월 18일에 게시됨 · Denis Tataurov

0

팔로워

0

투표 수

0

댓글


Denis Tataurov님이 에 댓글을 입력함

커뮤니티 댓글 Q&A - Apps and integrations

This should work for your Ruby on Rails app:

# First calculate it (don't forget to set ZENDESK_WEBHOOK_SECRET env)
sign = Base64.encode64(
OpenSSL::HMAC.digest(
'SHA256',
ENV['ZENDESK_WEBHOOK_SECRET'],
request.headers['HTTP_X_ZENDESK_WEBHOOK_SIGNATURE_TIMESTAMP'] + request.body.read
)
).strip

# Then compare it with the one from request headers
sign == request.headers['HTTP_X_ZENDESK_WEBHOOK_SIGNATURE']

댓글 보기 · 2023년 8월 18일에 게시됨 · Denis Tataurov

0

팔로워

0

투표 수

0

댓글


Denis Tataurov님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Found some ways to constantly generate error when creating a ticket:

  • produce invalid data. For example, make subject/first comment short or empty
  • create ticket on behalf of suspended user

 

댓글 보기 · 2023년 8월 07일에 게시됨 · Denis Tataurov

0

팔로워

0

투표 수

0

댓글


Denis Tataurov님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Hello, I'm struggling to find a way to get a constant response from Zendesk API with specific error. I want it to make sure my app's tests are deterministic and not fragile. I know other services which provide some test data taht triggers specific response errors.

Is there something like that in the Zendesk API? I didn't find it in the documentation but maybe it is not documented yet. I'm interested in Ticketing API right now but actively extend Zendesk's usage.

Thanks in advance!

2023년 8월 04일에 게시됨 · Denis Tataurov

0

팔로워

1

투표

1

댓글