최근 검색


최근 검색 없음

Himanshu Sehgal's Avatar

Himanshu Sehgal

가입한 날짜: 2023년 6월 06일

·

마지막 활동: 2023년 6월 12일

팔로잉

0

팔로워

0

총 활동 수

9

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Himanshu Sehgal

Himanshu Sehgal님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

Hi Anton,

Thanks for the solution! Cheers!!

댓글 보기 · 2023년 6월 12일에 게시됨 · Himanshu Sehgal

0

팔로워

0

투표 수

0

댓글


Himanshu Sehgal님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

Hi Greg and Cheryl,

Thanks for the clarification. This indeed is quite handy. However, now I am facing a little bit different issue related to the data in the response of the /users api. As shown below, you can see I have saved 3 contact numbers for the user :-

 

 

BUT when i am calling the /users api,  I am getting only 1 phone number in the json response :-

I need to know why is this happening , and Is there any way to get all the phone numbers of the contact ?

Thanks !

댓글 보기 · 2023년 6월 12일에 게시됨 · Himanshu Sehgal

0

팔로워

0

투표 수

0

댓글


Himanshu Sehgal님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk Apps Framework (ZAF)

Hi Cheryl,

Thanks for your reply. It works fine ! But I don't understand how. Can you please explain a bit that why no Authorization header was needed for this api request ?How it worked without any api token or any sort of authentication ?

댓글 보기 · 2023년 6월 09일에 게시됨 · Himanshu Sehgal

0

팔로워

0

투표 수

0

댓글


Himanshu Sehgal님이 에 게시물을 만듦

게시물 Developer - Zendesk Apps Framework (ZAF)

Hi, 

I am creating a app, location - "new_ticket_sidebar" and "ticket_sidebar". There i am able to fetch the current ticket details and the customer id using the below code :-

client.get('ticket').then(function(data) {
                    let contactId =data.ticket.requester.id;
                    console.log("contactId of the ticket is : ",contactId);
              });
         });
I need data of other customer details like name, phone number etc. of this customer id . Can anybody help me how I can get that info ?

2023년 6월 09일에 게시됨 · Himanshu Sehgal

1

팔로워

3

투표 수

7

댓글


Himanshu Sehgal님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Also want to add, this error was not there till last week. And our client is saying they have not bought any talk partner subscription or anything like that. Then how was it working earlier on ? Some sort of free trial or something like that ? I am not able to find the root cause.

댓글 보기 · 2023년 6월 07일에 게시됨 · Himanshu Sehgal

0

팔로워

0

투표 수

0

댓글


Himanshu Sehgal님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Hi Greg,

I just got access to our client's zendesk domain and found this error in console. Seems like some payment issue at client's end ? or something else ? This error is getting caught in the voice.error event as below code shows:-

client.on('voice.error', function(e) {
        console.log("voice dialout error : ",e);
      });
Please guide.

댓글 보기 · 2023년 6월 07일에 편집됨 · Himanshu Sehgal

0

팔로워

0

투표 수

0

댓글


Himanshu Sehgal님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

Hi,

I have created a telephony integration app for one of our clients. They mainly need click to call functionality from the call button available on contact page and ticket page. Sample code in the app looks like this :-

client.on('voice.dialout', function(e) {
      makeCall(e.number);
    });
This problem is that, the app is working fine in my test domain. It was working fine in my client's domain as well till saturday (3 june,2023). But now suddenly all the call buttons in their subdomain have disabled. They are not able to click on the call button both on the user contact page and the ticket page. Can somebody please explain me how is this possible and what can be the possible culprits ?

2023년 6월 06일에 게시됨 · Himanshu Sehgal

0

팔로워

3

투표 수

4

댓글