Book Image

Mastering Zendesk

By : Cedric F. Jacob
Book Image

Mastering Zendesk

By: Cedric F. Jacob

Overview of this book

Zendesk is a cloud-based customer service solution that is widely used because it is easy, efficienct, flexible, and low cost. It is highly scalable and is great for organizations of all sizes. If you’re a Zendesk administrator and are looking to explore advanced-level concepts, then this book is for you. It covers the core functionalities such as managing users, groups, and the organization, and creating and adding custom fields. You will learn how to add customized ticket channels to your account. Then, you will focus on customizing business rules and extending Zendesk with JIRA and Salesforce. Towards the end, the book emphasizes security and troubleshooting aspects as well as providing tips and tricks to create a more efficient support environment. By the end of this book, you will be able to turn a basic Zendesk setup into a highly customized working environment.
Table of Contents (17 chapters)
Mastering Zendesk
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Troubleshooting Zendesk apps


Troubleshooting Zendesk Apps is definitely a job for our developers, or more likely the developer of the app itself.

If the issue persists after reinstalling the app, we can find the developer's e-mail address in our app's general settings:

However, there is something we can do to help the developer understand the exact issue.

All modern web browsers come with developer tools. These tools can be used for a range of things, such as inspecting a website's HTML structure.

How does one open those tools?

Opening these tools varies depending on the browser and your OS. Here are some examples:

  • Chrome: Ctrl + Shift + I

  • Internet Explorer: F12

  • Mac OS X: ⌘ + ⌥ + I

The developer tools will look something like this:

We are after the Console, which uses log diagnostic information during web development.

If our app does not work as expected, it is likely that we will find an error message in the console. When in doubt, we can simply copy the whole output and forward it to the...