최근 검색


최근 검색 없음

David's Avatar

David

가입한 날짜: 2021년 4월 16일

·

마지막 활동: 2023년 5월 30일

CX Product Owner of Zendesk Solutions at Transcom • Transforming digital operations worldwide • Innovating CX and AX-driven solutions • Managing agile product and service delivery Let's connect! https://www.linkedin.com/in/david-karlsson/

팔로잉

1

팔로워

0

총 활동 수

45

투표 수

7

플랜 수

24

활동 개요

님의 최근 활동 David

David님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Voice (Talk)

Karen Hynes This sort of metric should be across all Zendesk products. Linked to the logged in agent user.

Our use cases are mainly to track productivity based on a multitude of statuses. So I'd be nice to see the ability to customize your own statuses for agent segments, e.g. break, lunch, backoffice work, online phone, etc.

댓글 보기 · 2023년 5월 30일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Admin Center

We need this.

On multiple clients, we've had to mitigate this with temporary solutions using tagging logic to determine if the webhook was fired successfully or not. But it's not very scaleable. 

댓글 보기 · 2023년 2월 24일에 게시됨 · David

0

팔로워

1

투표

0

댓글


David님이 에 댓글을 입력함

커뮤니티 댓글 Feedback - Ticketing system (Support)

Hi,

I do believe this is needed at least for Macro usage.

Some repetitive work may require small-sized PDF:s, sheets, or similar. For example, return labels to be added in Macro as an attachment action.

댓글 보기 · 2023년 2월 08일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

댓글Setting up Zendesk Guide

We just started using the consent service from ConsentManager.net. Though, their consent script seems to be overriding the Zendesk Widget (Classic) script entirely. Meaning that the widget is unavailable on our Guide.

In what ways do you troubleshoot these widget script issues using third-party consent service?

댓글 보기 · 2022년 5월 11일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

댓글Explore recipes

This is hilarious. So in reports, we can get email addresses of verified end-users calling, but not their phone number?

Is there really no want in query builder where we can see the phone numbers of abandoned calls by verified end-users?

What are your suggestions on tracking this?

 

댓글 보기 · 2022년 2월 01일에 게시됨 · David

0

팔로워

1

투표

0

댓글


David님이 에 댓글을 입력함

댓글Help with Web Widget

@... Using SetHelpSuggestions API method, we attempt to have labeled articles show up in the widget on-click. i.e. zE.setHelpCenterSuggestions({ labels: ['label1'] })

The issue here is that only three articles can be shown when using labeled suggestions, though the label is available on multiple articles. Also, this leaves a big blank space beneath the suggested articles.

Is there a way to solve this?

댓글 보기 · 2021년 12월 20일에 게시됨 · David

0

팔로워

1

투표

0

댓글


David님이 에 댓글을 입력함

댓글Live chat departments, triggers, operating hours, and routing

Adding a question to do, should we even be able to select the Chat department with an if statement here?

댓글 보기 · 2021년 12월 07일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

댓글Live chat departments, triggers, operating hours, and routing

Greg Katechis by debugging the console tell us our script runs as expected, going through the if statement, tho non of them selects the chat department.

When the visitors request a chat through this script, it goes to 'no department'.

We tried solving this with tags in the script for the Chat triggers to pick up on:

zE("webWidget","chat:addTags", "group 1");
Despite the tags being added, our Chat triggers are not selecting the Visitor department, as if the 'no department' cannot be overridden. Note, we are using Agent Workspace and know about the merge between groups/departments.
 
For Visitor departments in Chat triggers, should we still be able to leverage this in our situation?
Thanks!

댓글 보기 · 2021년 12월 07일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

댓글Live chat departments, triggers, operating hours, and routing

Dion

We are attempting to select the department in js based on the tags present. However doing so, our script fails and returns no selected visitor department.. Could you help us have a look at this?

//ChatPanel is third-party chatbot window which pushes a JSON-array we can grab tags from

chatPanel.addEventListener("openZendesk",function(_ref3) {

  var detail = _ref3.detail;

  if (detail && detail.tags) {

    zE("webWidget","chat:addTags", detail.tags);

   




  }

  if(detail.tags = detail.tags.anti-churn)

  {

      zE('webWidget', 'updateSettings', {

  webWidget: {

      chat: {

          departments: {

              enabled: ['group1'],

              select: ['group1'],

          }

            }

              }

  });

  }

  else

  {

    zE('webWidget', 'updateSettings', {

  webWidget: {

      chat: {

          departments: {

              enabled: ['group2'],

              select: ['group2'],

          }

      }

  }

});




  }

});

댓글 보기 · 2021년 12월 02일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글


David님이 에 댓글을 입력함

댓글Users, groups, and organizations

adam birbeck Have you tested forcing the Requester language as a Trigger action? E.g. conditions might be Ticket created/updated and Channel Is "French email address/widget etc"

댓글 보기 · 2021년 11월 19일에 게시됨 · David

0

팔로워

0

투표 수

0

댓글