최근 검색
최근 검색 없음

Stefan Dao
가입한 날짜: 2021년 10월 16일
·
마지막 활동: 2023년 12월 28일
팔로잉
0
팔로워
0
총 활동 수
16
투표 수
5
플랜 수
4
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Stefan Dao
Stefan Dao님이 에 게시물을 만듦
Based on the documentation below, we should be able to pass category_id as a query param to this endpoint. However, the endpoint returns all active triggers and not just the ones associated with my category_id.
https://developer.zendesk.com/api-reference/ticketing/business-rules/triggers/#list-active-triggers
2022년 4월 28일에 게시됨 · Stefan Dao
0
팔로워
4
투표 수
4
댓글
Stefan Dao님이 에 댓글을 입력함
Hi @..., I noticed that when I @mention someone on Zendesk, the text is rendered as:
This is a sample mention of **User's Name**
in the placeholder. We're essentially swapping the mention out for bolded text. Is there a way we can preserve that mention so we can accurately look up via some ID who the mentioned user is?
댓글 보기 · 2022년 1월 27일에 게시됨 · Stefan Dao
0
팔로워
0
투표 수
0
댓글
Stefan Dao님이 에 게시물을 만듦
As part of my webhook event whenever a ticket is created/updated, I'm trying to send a JSON response that mirrors what I would receive when I do a GET request to the `api/v2/tickets/` endpoint.
Is it possible to do something like this:
{ "ticket": {{ticket}} }
Or if I had to recreate the whole response, it'd be nice if the following:
{ "ticket": {
"comments": "{{ticket.comments}}"
}
}
would give me a proper list of ticket comments as opposed to a string List. It's making processing on my end extremely difficult and I'm wondering if there's any way to fix this
2022년 1월 27일에 게시됨 · Stefan Dao
1
팔로워
2
투표 수
2
댓글
Stefan Dao님이 에 게시물을 만듦
I'm trying to setup a webhook to get notified on all new comments for a Ticket. I'd like to have the id, comment, and comment author to be sent via JSON to my webhook. Right now I have it somewhat working with the following body:
{
"id": "{{ticket.id}}",
"comment": "{{ticket.comments[0]}}",
}
But unfortunately something like this doesn't work:
{
"id": "{{ticket.id}}",
"comment": "{{ticket.comments[0].body}}",
"author": "{{ticket.comments[0].author_id}}",
}
2021년 10월 01일에 게시됨 · Stefan Dao
1
팔로워
7
투표 수
7
댓글