Stella Connect & Zendesk Custom Installation Instructions

Similar documents
RingCentral for Zendesk. UK Administrator Guide

SKYPE FOR BUSINESS INTEGRATION FOR COMCAST BUSINESS VOICEEDGE

We currently are able to offer three different action types:

Outlook Express(POP3)

Technical Support Bulletin Setting up third-party SIP apps with the Communication agent in OS 2.7

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0

Description. Table of Contents. Effective Date. System Requirements

SUPERHUB OFFICE 365 OUTLOOK POP3 SETUP GUIDE

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

SpiraTeam Help Desk Integration Guide Inflectra Corporation

Protect My Ministry Integrated Background Checks for Fellowship One

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Filtering - Zimbra

SpiraTeam Help Desk Integration Guide Inflectra Corporation

SETUP FOR OUTLOOK (Updated October, 2018)

CSU Talent Management User Guide Search Committee Member How to Log In and View Applications

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at

Unified Communications Mobile QUICK START GUIDE

AppSpider Enterprise. Getting Started Guide

BT Cloud Phone. App for Desk user guide. A user guide for running BT Cloud Phone with Desk.com customer service software.

AIRCALL GUIDE FOR ADMINS

SmarterMail User Guide

WAM!NET Submission Icons. Help Guide. March 2015

External HTTPS Trigger AXIS Camera Station 5.06 and above

Bell Aliant Total Office Quick Reference Guide.

Managing recording controls from Dashboard 1. On the Avaya Workforce Optimization Select Home

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Registering at the PNC Developer Portal

Black Box DCX3000 / DCX1000 Using the API

How To Send births, movements and deaths to BCMS

TeamViewer 12 Manual Management Console. Rev

User Guide. 3CX CRM Plug-in for Zendesk. Version

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.)

Using the Control Panel

LiveBox Manual WEB ADMIN.

Edge Integration Guide Workday Transcript Outbound Integration

Zendesk Instructions for End-Users

Integration Guide. LoginTC

RefChatter Interface (updated December 2014)

Adding your IMAP Mail Account in Outlook 2013 on Windows

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it.

Customer Access Instructions

Client Configuration Guide

Script.byu.edu SharePoint Instructions

Setting up the Zendesk Connector...3

help.gorgias.io Documentation

OneLogin Integration User Guide

The benefits of synchronizing G Suite and Active Directory passwords

The following instructions will document how to set up an IMAP account using Lanair s hosted service.

BAE Systems employee app - installation Guide

Case Management Implementation Guide

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0

ForeScout Extended Module for Qualys VM

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

Zultys Mobile Communicator for Android 7.0

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

Detector Service Delivery System (SDS) Version 3.0

MANAGEMENT AND CONFIGURATION MANUAL

E mail Setup Guide for Microsoft Outlook 2002, 2003 & 2007

Sostenuto 4.1 title page. System Management User s Guide

Virto SharePoint Alerts Web Part v User and Installation Guide

UNITY CRM INTEGRATION USER GUIDE

Zimbra Connector for Microsoft Outlook User Guide. Zimbra Collaboration

MANAGEMENT AND CONFIGURATION MANUAL

Active Directory based password synchronization

um Wireless Revised 8/17/18

Enabling the Bullhorn and Calendar Integration with Google Apps

Unified Communications Self Care Portal

Configure Outlook to use port 587 with authentication

User guide. MiCloud Office user web

Categories In WordPress

Single Sign On through PingOne. Go to and click on the Change Healthcare IdentityIQ icon.

USER MANUAL. TapCRM TABLE OF CONTENTS. Version: 1.4

IMPORT GUIDE. PowerPhone

Building Block Installation - Admins

ServiceNow Deployment Guide

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

Mobile Login Extension User Manual

Zultys Mobile Communicator for iphone 4.0

Business Chat Onboarding Your Business Chat Accounts. September

Assistant User Guide

SMS Extender Set Up Guide

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

BulkSMS Marketo Gateway

GOQUO AGENT PORTAL USER GUIDE

Electronically Prescribing Controlled Substances

Oracle Responsys. Facebook Lead Ads Integration. Release 6.30

Protect My Ministry Integrated Background Checks for Church Community Builder

RefChatter WebClient (Updated February 2017)

The OCP Registration Guide

iosphone & Android App First Time Login Guide

Cisco Unified Communications 500 Office Administrator Guide

SFU Connect Calendar. Guide. Sharing Calendars

AgentWorks Administrator/Manager Functions Guide R10

Read the following information carefully, before you begin an upgrade.

WebEx New user Orientation. Meeting Organizer Guide

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

release notes effective version 10.3 ( )

Transcription:

Stella Connect & Zendesk Custom Installation Instructions Step 1: Delete the existing Stella Connect App in Zendesk Delete app from Private Apps tab. Confirm the removal of dependent Zendesk objects. Step 2: Create a Target 1. Navigate to: Admin > Settings > Extensions > add target > HTTP target STELLA CONNECT ZENDESK INTEGRATION 2017 1

Title: Stella Connect URL: https://api.stellaconnect.net/v1/auth Method: Post Content Type: JSON Basic Authentication: (Enabled) Username: connect Password: (Test API Key from: https://<company subdomain>.stellaconnect.net/admin/ company/api) 2. To test the configuration, select Test Target and Submit Test JSON (Copy/Paste Below) { } "customer": { "name": "pete", "email": "pete@stellaservice.com" }, "do_not_send": true, "employee": { "email": "pete.sellar@stellaservice.com" }, "channel": "phone" STELLA CONNECT ZENDESK INTEGRATION 2017 2

3. If successful you should see HTTP/1.1 200 OK. Then select Create Target > Submit Step 3: Create Do not Send Stella Connect request checkbox 1. Go to Admin > Manage > Ticket Fields > add custom field 2. Select Checkbox, and enter Do not Send Stella Connect Request in the For agents field and click Add field STELLA CONNECT ZENDESK INTEGRATION 2017 3

3. Once the field is added, click on the edit link in the ticket fields and copy the Custom field ID. This ID will be used in each of the triggers, see the red text. Step 4: Create Triggers for each channel 1. Chat Channel Trigger: Admin > Business Rules > Triggers > add trigger Trigger Title: Send Stella Connect request on ticket solve for chat channel Meet all of the following Conditions: Ticket: Status - Changed To - Solved Tickets: Channel - is - Chat Perform these actions: Notifications: Notify target - Stella Connect STELLA CONNECT ZENDESK INTEGRATION 2017 4

JSON { "employee": { "email": "{{ticket.assignee.email}}" }, "channel": "email", "customer": { "name": "{{ticket.requester.name}}", "email": "{{ticket.requester.email}}" }, "ext_interaction_id": "{{ticket.id}}", "do_not_send": "{{ticket.ticket_field_<custom Ticket Field ID>}}", "external_url": "{{ticket.link}}", {% assign raw_tags = ticket.tags split: %}"tags": [{% for tag in raw_tags %}"{{tag}}"{% unless forloop.last %},{% endunless %}{% endfor %}] } Note: Zendesk shows a red x indicating that the JSON body syntax is incorrect. Please ignore, this is an issue Zendesk is working to correct and trigger show save successfully. STELLA CONNECT ZENDESK INTEGRATION 2017 5

2. Email Channel Trigger: Admin > Business Rules > Triggers > add trigger Trigger Title: Send Stella Connect request on ticket close for email channel Meet all of the following Conditions: Ticket: Status - Changed To - Solved Meet any of the following Conditions: Ticket: Channel - Is - Web form Ticket: Channel - Is - Email Ticket: Channel - Is - Web Widget Perform these actions: Notifications: Notify target - Stella Connect JSON { "employee": { "email": "{{ticket.assignee.email}}"}, "channel": "email", "customer": { "name": "{{ticket.requester.name}}", "email": "{{ticket.requester.email}}"}, "ext_interaction_id": "{{ticket.id}}", "do_not_send": "{{ticket.ticket_field_<custom Ticket ID>}}", "external_url": "{{ticket.link}}", {% assign raw_ tags = ticket.tags split: %}"tags": [{% for tag in raw_ tags %}"{{tag}}"{% unless forloop.last %},{% endunless %}{% endfor %}] } 3. Phone Channel Trigger: Admin > Business Rules > Triggers > add trigger STELLA CONNECT ZENDESK INTEGRATION 2017 6

Trigger Title: Send Stella Connect request on ticket close for phone channel Meet all of the following Conditions: Ticket: Status - Changed To - Solved Meet any of the following Conditions: Ticket: Channel - Is - Phone (incoming) Ticket: Channel - Is - Phone (outgoing) Ticket: Channel - Is - Voicemail Perform these actions: Notifications: Notify target - Stella Connect JSON { "employee": { "email": "{{ticket.assignee.email}}"}, "channel": "phone", "customer": { "name": "{{ticket.requester.name}}", "email": "{{ticket.requester.email}}"}, "ext_interaction_id": "{{ticket.id}}", "do_not_send": "{{ticket.ticket_field_<custom Ticket ID>}}", "external_url": "{{ticket.link}}", {% assign raw_ tags = ticket.tags split: %}"tags": [{% for tag in raw_ tags %}"{{tag}}"{% unless forloop.last %},{% endunless %}{% endfor %}] } Step 5: Optional Customization Although we recommend that all interactions receive a Stella Connect request, there may be some instances in which you do not want to send one. You can manage this process by establishing a custom exclusion trigger within your company s Zendesk account, and then assigning rules to that custom trigger. Note: You do not have to establish an exclusion trigger in order to limit the number of Connect requests that a customer receives within a specified time period. That suppression period can be set on the Experience page within the Stella Connect Admin. STELLA CONNECT ZENDESK INTEGRATION 2017 7

1. Navigate to Zendesk Admin > Business Rules > Triggers and click Add a Trigger 2. Name that Trigger Do not send Stella Connect request (or another name that you will remember) and specify the conditions that must be met in order for Zendesk to exclude a case from receiving a Stella Connect request. 3. To make sure that the system will check your desired business rules before sending a Stella Connect request, ensure that the Exception trigger that you created is ordered above the Send Stella Connect Request triggers within your trigger list. STELLA CONNECT ZENDESK INTEGRATION 2017 8

Step 6: Moving to Production 1. Navigate to: Admin > Settings > Extensions > target > Stella Connect edit 2. Replace Password with Production API Key from: https://companyname.stellaconnect.net/ admin/company/api 3. In Connect (https://companyname.stellaconnect.net/admin/company/api) switch Integrated Channel to On Maintenance Once your Stella Connect application is live, it is a good practice to keep an eye on the Stella Connect API Status Page from time to time. StellaService will also notify you of any issues as they occur. In the event that >5% of your requests have an error related with them within the period of 1 hour, Stella will automatically notify the team members that you specified during setup. Need more information? We re here to help. Contact connectsupport@stellaservice.com. STELLA CONNECT ZENDESK INTEGRATION 2017 9