Ricerche recenti


Nessuna ricerca recente

Naghash Baghdasaryan's Avatar

Naghash Baghdasaryan

Data ingresso 16 ott 2021

·

Ultima attività 14 nov 2023

Seguiti

0

Follower

0

Attività totali

27

Voti

7

Abbonamenti

12

PANORAMICA ATTIVITÀ

Ultima attività di Naghash Baghdasaryan

Naghash Baghdasaryan ha creato un post,

Post Feedback - Chat and Messaging (Chat)

Agent's profile picture is not displayed in the emails because of the new simplified email threading.
This is a real limitation to interact effectively with the end users.
Please, provide a workaround to fix this issue.

Data ultima modifica: 19 ott 2023 · Naghash Baghdasaryan

2

Follower

3

Voti

2

Commenti


Naghash Baghdasaryan ha commentato,

Commento nella community Feedback - Apps and integrations (Platform)

Hi Sean,
Is there any change/update on this topic?
We are still using a paid admin seat for the Jira integration. 

Visualizza commento · Data ultimo post: 12 ott 2023 · Naghash Baghdasaryan

0

Follower

1

Voto

0

Commenti


Naghash Baghdasaryan ha commentato,

Commento nella community Feedback - Chat and Messaging (Chat)

Hi Lisa Tam,
It would be great to be able to use regex field types in the Bot flow.
One very useful use case is checking the GPA format provided by the end user.

Visualizza commento · Data ultimo post: 20 lug 2023 · Naghash Baghdasaryan

0

Follower

1

Voto

0

Commenti


Naghash Baghdasaryan ha creato un post,

Post Feedback - Apps and integrations (Platform)

Currently, up to 200 tickets can be linked to a Jira issue. There is a limitation.
It would be great to be able to link over 200 tickets to a Jira issue.

Data ultimo post: 02 mar 2023 · Naghash Baghdasaryan

2

Follower

8

Voti

5

Commenti


Naghash Baghdasaryan ha creato un post,

Post Feedback - Apps and integrations (Platform)

The Zendesk Ticket Count limit in Jira.
The linked Tickets field shows 99+ in Jira, and with Zendesk Ticket Field not updating it makes it almost impossible to check the actual number of tickets if there are over 99 linked tickets, which is currently done by manually counting the linked tickets number. Is there a way to upgrade this feature and instead of showing 99+ show the exact number of the linked tickets?

Data ultimo post: 30 gen 2023 · Naghash Baghdasaryan

0

Follower

2

Voti

1

Commento


Naghash Baghdasaryan ha creato un post,

Post Feedback - Apps and integrations (Platform)

It is not a good solution by Zendesk to spare a paid seat for Jira integration.
There is an option to disable creating the integration without the Jira user, but then, the updates will be shown by the user who set up the integration. 
Hope the product team finds an effective solution for this issue.

Data ultimo post: 21 mar 2022 · Naghash Baghdasaryan

1

Follower

4

Voti

3

Commenti


Naghash Baghdasaryan ha creato un post,

Post Feedback - Developer Platform

Since the Dynamic Content is not enabled for email templates, you can use this code for multibranding and multilanguage email templates in 7 languages:
(change the BrandName1 and BrandName2 to your brand names)





Zendesk Email Template





{{delimiter}}

{% case footer %}



{% when 'This email is a service from BrandName1.' %}

custom code





{% when 'Это служебное письмо от BrandName1.' %}

custom code





{% when 'Este email é um serviço de BrandName1.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname1.' %}

custom code





{% when '本メールはBrandname1から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName1.' %}

custom code





{% when '此电邮是由 BrandName1 提供的服务。' %}

custom code





{% when '本電子郵件是 Picsart 提供的服務。' %}

custom code





{% when 'This email is a service from BrandName2.' %}

custom code





{% when 'Это служебное письмо от BrandName2.' %}

custom code





{% when 'Este email é um serviço de BrandName2.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname2.' %}

custom code





{% when '本メールはBrandname2から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName2.' %}

custom code





{% when '此电邮是由 BrandName2 提供的服务。' %}

custom code





{% when '本電子郵件是 Brandname2 提供的服務。' %}

custom code



{% else %}



custom code for ELSE option








{% endcase %}





{{content}}







{% case footer %}



{% when 'This email is a service from BrandName1.' %}

custom code





{% when 'Это служебное письмо от BrandName1.' %}

custom code





{% when 'Este email é um serviço de BrandName1.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname1.' %}

custom code





{% when '本メールはBrandname1から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName1.' %}

custom code





{% when '此电邮是由 BrandName1 提供的服务。' %}

custom code





{% when '本電子郵件是 Picsart 提供的服務。' %}

custom code


{% when 'This email is a service from BrandName2.' %}

custom code


{% when 'Это служебное письмо от BrandName2.' %}

custom code


{% when 'Este email é um serviço de BrandName2.' %}

custom code


{% when 'هذا البريد الإكتروني خدمة من Brandname2.' %}

custom code


{% when '本メールはBrandname2から送信されています。' %}

custom code


{% when 'Este correo electrónico es un servicio de BrandName2.' %}

custom code


{% when '此电邮是由 BrandName2 提供的服务。' %}

custom code


{% when '本電子郵件是 Brandname2 提供的服務。' %}

custom code

{% else %}

custom code for ELSE option

 


{% endcase %}

Data ultimo post: 24 dic 2021 · Naghash Baghdasaryan

0

Follower

2

Voti

0

Commenti


Naghash Baghdasaryan ha commentato,

Commento nella community Feedback - Ticketing system (Support)

I came across the same problem and the only solution for the multibranding and multilanguage email template I was able to build is the following for 7 languages:
(change the BrandName1 and BrandName2 to your brand names)

 




Zendesk Email Template





{{delimiter}}

{% case footer %}



{% when 'This email is a service from BrandName1.' %}

custom code





{% when 'Это служебное письмо от BrandName1.' %}

custom code





{% when 'Este email é um serviço de BrandName1.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname1.' %}

custom code





{% when '本メールはBrandname1から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName1.' %}

custom code





{% when '此电邮是由 BrandName1 提供的服务。' %}

custom code





{% when '本電子郵件是 Picsart 提供的服務。' %}

custom code





{% when 'This email is a service from BrandName2.' %}

custom code





{% when 'Это служебное письмо от BrandName2.' %}

custom code





{% when 'Este email é um serviço de BrandName2.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname2.' %}

custom code





{% when '本メールはBrandname2から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName2.' %}

custom code





{% when '此电邮是由 BrandName2 提供的服务。' %}

custom code





{% when '本電子郵件是 Brandname2 提供的服務。' %}

custom code



{% else %}



custom code for ELSE option








{% endcase %}





{{content}}







{% case footer %}



{% when 'This email is a service from BrandName1.' %}

custom code





{% when 'Это служебное письмо от BrandName1.' %}

custom code





{% when 'Este email é um serviço de BrandName1.' %}

custom code





{% when 'هذا البريد الإكتروني خدمة من Brandname1.' %}

custom code





{% when '本メールはBrandname1から送信されています。' %}

custom code





{% when 'Este correo electrónico es un servicio de BrandName1.' %}

custom code





{% when '此电邮是由 BrandName1 提供的服务。' %}

custom code





{% when '本電子郵件是 Picsart 提供的服務。' %}

custom code


{% when 'This email is a service from BrandName2.' %}

custom code


{% when 'Это служебное письмо от BrandName2.' %}

custom code


{% when 'Este email é um serviço de BrandName2.' %}

custom code


{% when 'هذا البريد الإكتروني خدمة من Brandname2.' %}

custom code


{% when '本メールはBrandname2から送信されています。' %}

custom code


{% when 'Este correo electrónico es un servicio de BrandName2.' %}

custom code


{% when '此电邮是由 BrandName2 提供的服务。' %}

custom code


{% when '本電子郵件是 Brandname2 提供的服務。' %}

custom code

{% else %}

custom code for ELSE option

 


{% endcase %}

Visualizza commento · Data ultima modifica: 24 dic 2021 · Naghash Baghdasaryan

0

Follower

1

Voto

0

Commenti