최근 검색
최근 검색 없음

Tomas Baidal
가입한 날짜: 2024년 3월 01일
·
마지막 활동: 2024년 6월 09일
팔로잉
0
팔로워
0
총 활동 수
13
투표 수
0
플랜 수
4
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Tomas Baidal
Tomas Baidal님이 에 댓글을 입력함
Ok. Is the app generating the text? If it's not the same text, I would need to know how do you generated the text in order to pass it in the weebhook. Here I send you an screenshot of the webhook:
1. Create the webhook. It should look something like this:
Endpoint: https://yourdomain.zendesk.com/api/v2/tickets/{{ticket.id}}
Request method: PUT
Authentication: (that's on you)
2. Create the trigger (conditions are on you, but ticket is created should be one)
Actions:
JSON Body (do not worry about the red icon that appears when pasting the JSON Body). This JSON body paste an internal note when trigger fires and sets status to Pending. Feel free to manipulate the JSON Body:
{
"ticket": {
"comment": {
"body": "THIS IS THE INTERNAL NOTE",
"public": false
},
"status": "pending"
}
댓글 보기 · 2024년 3월 06일에 편집됨 · Tomas Baidal
0
팔로워
1
투표
0
댓글
Tomas Baidal님이 에 댓글을 입력함
Hey Arotar.
Understood. If you want to paste an internal note once a ticket is created, you can do it via webhook inside a trigger and no app is needed. I can show you how to do it, only thing I need to know is, do you want to paste always the same text as internal note?
댓글 보기 · 2024년 3월 06일에 게시됨 · Tomas Baidal
0
팔로워
0
투표 수
0
댓글
Tomas Baidal님이 에 댓글을 입력함
Where are you storing this required text? If its a free text custom field, you could use a webhook.
From the description you are giving me, I would say that the solution could be an integration with ZIS. Have you explored the capabilities it offers?
댓글 보기 · 2024년 3월 05일에 게시됨 · Tomas Baidal
0
팔로워
0
투표 수
0
댓글
Tomas Baidal님이 에 댓글을 입력함
I recommend you to download this playground for ZIS integrations
It helped me a lot when building and debugging ZIS integrations.
댓글 보기 · 2024년 3월 02일에 게시됨 · Tomas Baidal
0
팔로워
0
투표 수
0
댓글
Tomas Baidal님이 에 게시물을 만듦
I have built a small app that allows agent to add internal notes while working on tickets and when I try to validate it, shows error, also when trying to package the app.
I have uploaded the files here https://github.com/tbs89/zendesk_quicknote/
Can someone tell me the bug? message in terminal is not descriptive at all.
Thanks in advance.
2024년 3월 01일에 게시됨 · Tomas Baidal
0
팔로워
3
투표 수
5
댓글