最近の検索


最近の検索はありません

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

コメント