Búsquedas recientes


No hay búsquedas recientes

Chris Gregory's Avatar

Chris Gregory

Incorporación 16 oct 2021

·

Última actividad 17 sept 2024

Seguimientos

0

Seguidor

1

Actividad total

83

Votos

18

Suscripciones

33

RESUMEN DE LA ACTIVIDAD

Última actividad de Chris Gregory

Chris Gregory hizo un comentario,

Comentario de la comunidad 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?

Ver comentario · Publicado 16 sept 2024 · Chris Gregory

0

Seguidores

1

Voto

0

Comentarios


Chris Gregory hizo un comentario,

Comentario de la comunidadZendesk 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.

Ver comentario · Publicado 10 jul 2024 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Publicado 20 dic 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Publicado 20 dic 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory hizo un comentario,

Comentario de la comunidad 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.

 

 

Ver comentario · Publicado 08 dic 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory hizo un comentario,

Comentario de la comunidad 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?

Ver comentario · Publicado 06 dic 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory creó una publicación,

Publicación 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();

Publicado 04 dic 2023 · Chris Gregory

1

Seguidor

2

Votos

2

Comentarios


Chris Gregory creó una publicación,

Publicación 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?

Publicado 10 nov 2023 · Chris Gregory

0

Seguidores

3

Votos

1

Comentario


Chris Gregory hizo un comentario,

ComentarioTicket 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?

Ver comentario · Publicado 01 nov 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios


Chris Gregory hizo un comentario,

ComentarioExtending 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?

 

Ver comentario · Publicado 30 oct 2023 · Chris Gregory

0

Seguidores

0

Votos

0

Comentarios