最近搜索


没有最近搜索

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

评论