최근 검색


최근 검색 없음

Tim O'Mahony's Avatar

Tim O'Mahony

가입한 날짜: 2022년 2월 10일

·

마지막 활동: 2024년 3월 14일

팔로잉

0

팔로워

0

총 활동 수

15

투표 수

7

플랜 수

6

활동 개요

님의 최근 활동 Tim O'Mahony

Tim O'Mahony님이 에 댓글을 입력함

댓글Setting up Zendesk Chat

Following Wedy Chainy question:

in “Creating JWT Token”, it shows a snippet
window.zESettings = {
    webWidget: {
        authenticate: {
             chat: {
             jwtFn: function(callback) {
             fetch('JWT_TOKEN_ENDPOINT').then(function(res) {
             res.text().then(function(jwt) {
             callback(jwt);
             });
         });
    }
  }
 }
}
};
but there’s no explanation of what is JWT_TOKEN_ENDPOINTwhat expectation here, is it POST / GET ? what is the request content-type, and what is the response content-type, and what the expecting response look like?If anyone has done this before/examples, any pointers here would be great!

댓글 보기 · 2022년 2월 22일에 게시됨 · Tim O'Mahony

0

팔로워

0

투표 수

0

댓글


Tim O'Mahony님이 에 댓글을 입력함

댓글Web Widget documentation

We're seeing the exact same thing as Kevin Konings and this is really preventing us from moving to messaging. It's likely without a fix we'll go with chat here. 

The second issue we're seeing is even if you use the created user, it ends up creating a further duplicate user. 

댓글 보기 · 2022년 2월 10일에 게시됨 · Tim O'Mahony

0

팔로워

4

투표 수

0

댓글