NerdBurger

A problem can always be solved better

  • Categories

  • Archives

Archive for the ‘Products’ Category

Using Zendesk with your CRM

Posted by vbrendel on May 10, 2010

What is Zendesk?

Zendesk offers organisations a support desk in the cloud for a low subscription fee. It is used by a large variety of customers who seem to have very little in common, except that they have recognised they need to make an effort for their customers and give them the ability to track their own tickets and be more engaging by for example providing a knowledge base, enhancement request forum or product announcements.

Why do I need it if I already have a CRM?

Almost every CRM system has customer support functionality, often called Cases, which are records which represent a customer request or issue. Combined with workflow, Cases can be a great way to track Cases from the moment they come in until they are solved. But where CRMs often focus on the internal process, Zendesk is a system which focuses on the customer experience.

Zendesk does have workflow, which will work fine for most businesses, but for example compared to Salesforce, falls short where it comes to tracking Service Level Agreement (SLA) where the Service Level is expressed in business hours, as opposed to actual hours.

So why use Zendesk as well as CRM?

Zendesk isn’t a CRM, so you still need CRM. But why would you not stick with the CRM’s support functionality? Answer the following questions:

  • Does your CRM provide a customer portal, where the customer can always see the status of their issues?
  • Do you currently offer a knowledge base?
  • Do you accept enhancement requests from your customers?
  • Do your customers have online discussions about your product or services?

If you answered no to any of these questions, it’s worth considering Zendesk. CRMs often don’t offer this out of the box. Zendesk, apart from your customers being able to see their ticket status online, offers customer forums as standard which can be used for announcements, FAQs, general discussion and gathering valuable product feedback.

How will CRM and Zendesk work together?

If you were to implement Zendesk if you already have a CRM, the integration between the two systems is very important. When a salesperson wants to get a full picture of their account, they’ll need to see the status of any open issues. So how does this work? Zendesk offers API access to tickets which allows for integrations with any system such as CRMs. Zendesk already ships with integrations for Salesforce, Highrise and Tactile CRM.

What are the alternatives?

Apart from developing your own customer portal, there are many other helpdesk software solutions that offer a customer portal:

  • Web Help Desk – offers a free version, otherwise similar but no clear advantage over Zendesk
  • Get Satisfaction – more community oriented, sometimes used in conjunction with Zendesk
  • Kayako – integrated chat ability
  • Mojo Helpdesk – offers client satisfaction ratings, more cost efficient than Zendesk for large number of helpdesk staff

Posted in Products | Leave a Comment »

TotalCheck address validation

Posted by vbrendel on May 9, 2010

About TotalCheck

Sensis’ TotalCheck is a suite of APIs that allows developers to build address validation into any application. TotalCheck is essentially a Web Services API which provides a powerful search into the Australian Postal Address File (PAF) and the White Pages directory.

Businesses use TotalCheck to ensure address data can be entered with minimal effort and ensures it is always correct. A TotalCheck search combines the White Pages address database and the Postal Address File.

TotalCheck is AMAS certified and provides the address DPID (unique address identifier) and Australia Post barcode as part the address search, which can make a business eligible to use PreSort, and save on postage.

Search process

An application integrating with TotalCheck needs to go through three steps:

  1. Search for a name, which is either a business name or an individual’s last name. TotalCheck provides the suggestNames API which can be used to provide the 20 best matches to the user.
  2. Search for an address. TotalCheck offers a comprehensive suggestAddresses API which applications can use to auto-complete an address search field.
  3. Select an address. Once a user picks a suggestion from step #2, the address data is fetched from TotalCheck using the selectAddress API. It’s possible that another selection needs to be offered to the user, for example when the selected address is a block of units.

Integration

To integrate with TotalCheck, about the only prerequisite is that your application can connect to the Internet. If your application is a web application, it’s important to know that due to modern browsers’ cross site scripting (XSS) limitations, an integration cannot be achieved using JavaScript, or client side code only. To get around this limitation, connect to TotalCheck from the server-side, or setup a proxy.

Demonstration

Watch the demonstration by TotalCheck:

Posted in Products | Leave a Comment »