최근 검색
최근 검색 없음

Shiv
가입한 날짜: 2022년 6월 25일
·
마지막 활동: 2022년 8월 10일
팔로잉
0
팔로워
0
총 활동 수
10
투표 수
0
플랜 수
4
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Shiv
Shiv님이 에 게시물을 만듦
Hi,
I am able to post comment in the ticket using below api
curl https://domain.zendesk.com/api/v2/tickets/3.json \
-H "Content-Type: application/json" \
-d '{"ticket": {"status": "open", "comment": {"public": true, "html_body": "here we go", "author_id": 1234567789 }}}' \
-H "Authorization: Bearer token_here" -X PUT
However I would also like to post comment in the web comment widget. Is it possible to post comment in the web widget?
Thanks
Shiv
2022년 8월 10일에 게시됨 · Shiv
0
팔로워
2
투표 수
1
댓글
Shiv님이 에 게시물을 만듦
Hi,
below is my manifest.json
{
"name": "X-ray",
"author": {
"name": "Shiv",
"email": "shiv@abc.com",
"url": "http://abc.com"
},
"defaultLocale": "en",
"private": true,
"location": {
"support": {
"ticket_sidebar": {
"url": "http://localhost:8000/zendesk/home",
"flexible": true
}
}
},
"version": "1.0.0",
"frameworkVersion": "2.0"
}
and my app is loaded and displayed perfectly when i replace
"url": "http://localhost:8000/zendesk/home", with "url": "assets/iframe.html",
However when I set "url": "http://localhost:8000/zendesk/home"
I get
When i try http://localhost:8000/zendesk/home?origin=https%3A%2F%2Fd3v-abc.zendesk.com&app_guid=18ea030c-6f1d-430e-9991-71aea511ef73 in another browser window, it works.
I have followed below steps in google chrome Version 102.0.5005.115 (Official Build) (64-bit)
I am using ubuntu installed on windows wsl
Still no success. Am i missing any settings?
Thanks
Shiv
2022년 7월 04일에 편집됨 · Shiv
0
팔로워
3
투표 수
3
댓글
Shiv님이 에 게시물을 만듦
I will be creating a server side app for zendesk support. I have gone through https://developer.zendesk.com/documentation/apps/build-an-app/building-a-server-side-app/bonus-part-secure-the-app/
I have a question
1. In the first request i get "origin" and "app_guid" and jwt token
In the jwt claim i get a "Subject" which is current user in app. But this is in the form of link https://support.zendesk.com/api/v2/users/1000.json
How can i get this users and its organization detail from zendesk?
I wanted to achieve below:
I wanted to get unique identifier of user/organization, which do not change to store it in my app DB. and next time when i receive the request i can easily figure out if this is already registered user/organization in my app
How can i achieve this?
Thanks
Shiv
2022년 7월 01일에 편집됨 · Shiv
0
팔로워
2
투표 수
0
댓글
Shiv님이 에 게시물을 만듦
I am getting error
Cannot autolaunch D-Bus without X11 $DISPLAY
when tried to login using below command
zcli login -i
Is there anything i need to install?
I am using ubuntu in windows 10 terminal
2022년 6월 25일에 편집됨 · Shiv
0
팔로워
2
투표 수
1
댓글