최근 검색


최근 검색 없음

Ben Rivlin's Avatar

Ben Rivlin

가입한 날짜: 2022년 4월 28일

·

마지막 활동: 2024년 12월 10일

Senior Principal Support Technologist at a Legal Tech SaaS. I strive to provide world class internal solutions to allow the Teams of Experts to work more efficiently on customer needs.

팔로잉

0

팔로워

0

총 활동 수

3

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Ben Rivlin

Ben Rivlin님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Admin Center

We recently wrote a python script for this exact purpose, it runs daily, consuming the WebHook API: https://developer.zendesk.com/api-reference/webhooks/webhooks-api/webhooks/

The script works in the following way:

  1. Get all Webhooks: https://developer.zendesk.com/api-reference/webhooks/webhooks-api/webhooks/#list-webhooks
  2. Loop over all Webhooks and get the invocations (each time it ran): https://developer.zendesk.com/api-reference/webhooks/webhooks-api/webhooks/#list-webhook-invocations
    1. Use filter[status] to filter on only the error statuses
    2. Use filter[from_ts] and filter[to_ts] to capture only the errors in a specific time range (i.e. since the script last ran till now)
  3. Add each error as a message to then send in Slack in 1 go.

As the Invocation history last 7 days we run this on a daily basis and we can see the list of errors per WebHook
 

댓글 보기 · 2024년 12월 10일에 편집됨 · Ben Rivlin

0

팔로워

0

투표 수

0

댓글