最近の検索


最近の検索はありません

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

コメント