최근 검색


최근 검색 없음

Dave Goddard's Avatar

Dave Goddard

가입한 날짜: 2024년 12월 11일

·

마지막 활동: 2024년 12월 11일

팔로잉

0

팔로워

0

총 활동 수

4

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Dave Goddard

Dave Goddard님이 에 댓글을 입력함

댓글Setting up Zendesk Chat

Hello. I am receiving exactly the same 403 from https://marketplacer.zendesk.com/embeddable/authenticate when using 

the below. 

 

The documentation said to add “chat" between “authenticate” and “jwtFn”, however when I do that nothing happens at all. I noticed that the javascript code specifies both so tried this.

 

I should mention that I have tried placing this both before and after the script tag for “https://static.zdassets.com/ekr/snippet.js?key=[MYKEY]”

 

Is there any way to see logs in zendesk for "embeddable/authenticate" to debug the problem?

    window.zESettings = {
      webWidget: {
        authenticate: { // authenticate.chat
          jwtFn: function(callback) {
            fetch('/api/int/administration/zendesk_jwt/token').then(function(res) {
              res.text().then(function(jwt) {
                console.log({ jwtEz: jwt });
                callback(jwt);
              });
            });
          }
        }
      }
    };

댓글 보기 · 2024년 12월 11일에 게시됨 · Dave Goddard

0

팔로워

0

투표 수

0

댓글


Dave Goddard님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Hello. I am receiving exactly the same 403 from https://marketplacer.zendesk.com/embeddable/authenticate when using 

the below. The documentation said to add “chat" between “authenticate” and “jwtFn”, however when I do that nothing happens at all. I noticed that the javascript code specifies both so tried this. Was there a resolution to the above?

I should mention that I have tried placing this both before and after the script tag for “https://static.zdassets.com/ekr/snippet.js?key=[MYKEY]”

 

    window.zESettings = {
      webWidget: {
        authenticate: { // authenticate.chat
          jwtFn: function(callback) {
            fetch('/api/int/administration/zendesk_jwt/token').then(function(res) {
              res.text().then(function(jwt) {
                console.log({ jwtEz: jwt });
                callback(jwt);
              });
            });
          }
        }
      }
    };

댓글 보기 · 2024년 12월 11일에 편집됨 · Dave Goddard

0

팔로워

0

투표 수

0

댓글