最近搜索


没有最近搜索

Raflie Zainuddin's Avatar

Raflie Zainuddin

已加入2021年10月26日

·

最后活动2023年12月28日

关注

0

关注者

1

活动总数

4

投票

0

订阅

2

活动概览

的最新活动 Raflie Zainuddin

Raflie Zainuddin 进行了评论,

评论Configuring the Chat widget

Both links are sending me to the same page. Please fix this. Thanks

查看评论 · 已于 2021年10月26日 发布 · Raflie Zainuddin

0

关注者

3

投票

0

评论


Raflie Zainuddin 创建了一个帖子,

帖子 Developer - Zendesk SDKs

From https://api.zopim.com/web-sdk/#introduction , 

As of September 22nd 2021, Chat Web SDK will be in maintenance mode and will not be receiving new features going forward. Bug and security fixes will continue when required.

If you are looking to build a new custom widget or bot integration, we recommend you look at using the Zendesk Sunshine Conversations offerings.

 

We are not interested in using the Sunshine conversations and planning to use the Chat Web SDK. However, it says there that it will be in maintenance mode.

The reason we still want to use the Chat Web SDK is that we can set the JWT containing the end user information like this

zChat.init({
  account_key: zendeskAccountKey,
  authentication: {
    jwt_fn: function (callback) {
        callback("our jwt")
    }
  }
})

And this feature is very useful in reflecting the user information on the agent side. 

Will this SDK soon be unsupported by Zendesk? Will this SDK soon break our live agent chat feature? If so, how else can we customise our own UI from the visitor side?

已于 2021年10月26日 编辑 · Raflie Zainuddin

0

关注者

2

投票

1

Comment