Ricerche recenti


Nessuna ricerca recente

Chris Gregory's Avatar

Chris Gregory

Data ingresso 16 ott 2021

·

Ultima attività 17 set 2024

Seguiti

0

Follower

1

Attività totali

83

Voti

18

Abbonamenti

33

PANORAMICA ATTIVITÀ

Ultima attività di Chris Gregory

Chris Gregory ha commentato,

Commento nella community Feedback - Chat and Messaging (Chat)

Naina Mathur

This is a place where bot builder could really shine if there were messaging automations that could function at less than an hour interval. Instead of having omnichannel auto open bandwidth on idle messages, you could set up a bot that checks in on idle conversations and ends the conversation a set time (2-5 min) after that so that agents do not have to follow up on dead threads. This is super common behavior that I see all over the place in chat widgets. Why not Zendesk?

The inability to end conversations is the single biggest thing keeping us from moving the messaging. Even if you all don't want to do, it, could you at least make it and end point so we can make an app that does it ourselves or something?

Visualizza commento · Data ultimo post: 16 set 2024 · Chris Gregory

0

Follower

1

Voto

0

Commenti


Chris Gregory ha commentato,

Commento nella communityZendesk Support EAP - Suggested Replies

I also have agent's complaining about this. I cannot replicate it myself, but it is happening to them on both laptop display and external displays. Both are set at 1920x1080 with one at 125% scaling and the other at 100% scaling. No unusal extensions are running and the browser is the most up to date version of chrome. This is happening in regular composition mode and draft mode. There are no unusual objects in the composer like a table or large image.

Visualizza commento · Data ultimo post: 10 lug 2024 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha commentato,

Commento nella community Q&A - Tickets and email

Target is https://subdomain.zendesk.com/api/v2/tickets/{{ticket.id}}.json?ticket[comment][public]=false

 

PUT

ticket[comment][body]

 

I got that from a fellow on a different thread but I cannot find it now.

Visualizza commento · Data ultimo post: 20 dic 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha commentato,

Commento nella community Q&A - Tickets and email
 
 
Hi Brandons!
 
I found kind of a no duh solution to this issue. Instead of focusing on adding field values to the initial comment on the ticket when it comes in through the back end, I created a target for each form that places an internal note on the ticket when it is created that includes the values of all of the form fields and then switches to the team's default form. I know this is not best practice at times, but I do not think this specific scenario creates a race situation as it can only fire when the ticket is created and the field values are already populated.
 
I was also able to streamline this comment dynamically using liquid markup by saying, only list this form if the condition on it appearing is satisfied. In this case it is a checkbox:

{% if ticket.ticket_field_321 contains 1 %}
**IP Ranges:** {{ticket.ticket_field_123}}
{% endif %}
 
It would be pretty sweet in the future if adding an internal comment was just a normal trigger action though.

Visualizza commento · Data ultimo post: 20 dic 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha commentato,

Commento nella community Q&A - Help center and community

Ahmed Zaid

I figured it out last night. We were seeing this when previewing a theme before making it live. I didn't put together that the preview was displaying as an authenticated user. We don't make our guides visitors authenticate, and when I tried making the theme live, those two fields are no longer visible when viewing as a normal user.

 

 

Visualizza commento · Data ultimo post: 08 dic 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha commentato,

Commento nella community Q&A - Help center and community

Ahmed Zaid

We have reasons in our instance to allow people to cc on tickets and want to keep that on. Hiding the field seems like the best option. Also, this box and the organization box only appear on this form and not any of our other forms… why is that?

Visualizza commento · Data ultimo post: 06 dic 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha creato un post,

Post Q&A - Help center and community

For some reason on a new form, both a CC field and Organization field are both showing up. I cannot find a way to remove them in the admin center, but I would like to hide, at least the CC field. The below lines have disabled the field and hidden the label, but there is still a visible text box that cannot be edited and it looks like butt. How might I be able to hide this unsightly thing from my users? The field is contained in this snippet:

  • Add emails


  $('#request_collaborators_').hide(); // hide the CC button
  $('ul[data-hc-pills-container=true][tabindex=-1]').hide();
  $('.form-field label:contains("CC")').hide();

Data ultimo post: 04 dic 2023 · Chris Gregory

1

Follower

2

Voti

2

Commenti


Chris Gregory ha creato un post,

Post Q&A - Tickets and email

I have a team with a macro that always references next year, and they have to manually go in there once a year and increment by 1. Is there a way to capture the current year, add one, and that macro is evergreen now?

Data ultimo post: 10 nov 2023 · Chris Gregory

0

Follower

3

Voti

1

Commento


Chris Gregory ha commentato,

CommentoTicket automation and collaboration

With regard to the attachments functionality, once an agent adds file to a comment on a macro, is that stored on the Zendesk platform, or does the file need to remain static in the local directory at the point where it originally attached?

Visualizza commento · Data ultimo post: 01 nov 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti


Chris Gregory ha commentato,

CommentoExtending Zendesk

Hello,

When creating a url target, is it possible to authenticate the call through OAUTH at all? There are two fields for credentials in that target type. Is the API key supposed to go in the password field?

 

Visualizza commento · Data ultimo post: 30 ott 2023 · Chris Gregory

0

Follower

0

Voti

0

Commenti