Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Naghash Baghdasaryan's Avatar

Naghash Baghdasaryan

Beigetreten 16. Okt. 2021

·

Letzte Aktivität 14. Nov. 2023

Folge ich

0

Follower

0

Gesamtaktivitäten

27

Stimmen

7

Abonnements

12

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Naghash Baghdasaryan

Naghash Baghdasaryan hat einen Post erstellt

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.

Bearbeitet 19. Okt. 2023 · Naghash Baghdasaryan

2

Follower

3

Stimmen

2

Kommentare


Naghash Baghdasaryan hat einen Kommentar hinterlassen

Community-Kommentar 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. 

Kommentar anzeigen · Gepostet 12. Okt. 2023 · Naghash Baghdasaryan

0

Follower

1

Stimme

0

Kommentare


Naghash Baghdasaryan hat einen Kommentar hinterlassen

Community-Kommentar 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.

Kommentar anzeigen · Gepostet 20. Juli 2023 · Naghash Baghdasaryan

0

Follower

1

Stimme

0

Kommentare


Naghash Baghdasaryan hat einen Post erstellt

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.

Gepostet 02. März 2023 · Naghash Baghdasaryan

2

Follower

8

Stimmen

5

Kommentare


Naghash Baghdasaryan hat einen Post erstellt

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?

Gepostet 30. Jan. 2023 · Naghash Baghdasaryan

0

Follower

2

Stimmen

1

Kommentar


Naghash Baghdasaryan hat einen Post erstellt

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.

Gepostet 21. März 2022 · Naghash Baghdasaryan

1

Follower

4

Stimmen

3

Kommentare


Naghash Baghdasaryan hat einen Post erstellt

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 %}

Gepostet 24. Dez. 2021 · Naghash Baghdasaryan

0

Follower

2

Stimmen

0

Kommentare


Naghash Baghdasaryan hat einen Kommentar hinterlassen

Community-Kommentar 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 %}

Kommentar anzeigen · Bearbeitet 24. Dez. 2021 · Naghash Baghdasaryan

0

Follower

1

Stimme

0

Kommentare