From Bright Pattern Documentation
Jump to: navigation, search
(Updated via BpDeleteTranslateTags script)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<translate>= Example Voice Scenario: Search for and Pop Zendesk Ticket =
+
= Example Voice Scenario: Search for and Pop a Zendesk Ticket =
What follows is the sequence of actions that could occur in a basic voice scenario flow.
+
'''Click the following link to download a version of this Zendesk voice scenario example. '''<br>
 +
[[File:App_Zendesk_Search_and_Pop_(Voice).zip|Download Zendesk Search and Pop (Voice)]]
 +
 
 +
For instructions on how to import this file into your contact center, see the ''Contact Center Administrator Guide'', section [[Contact-center-administrator-guide/ScenariosOverview#How_to_Export_and_Import_Scenarios|Scenarios Overview > How to Export and Import Scenarios]].
 +
 
 +
For more information about scenarios, refer to the ''[[scenario-builder-reference-guide/ScenarioBuilderOverview|Scenario Builder Reference Guide]]''.
  
 +
== Voice Scenario Flow ==
 +
What follows is the sequence of actions that could occur in a basic Zendesk voice scenario flow. Please note this is an example scenario only and not intended for production use. All conditional exits should be defined with actions for production use. 
 +
 +
=== The Complete Voice Scenario ===
 +
The diagram shown illustrates what a complete scenario looks like when designed in the Scenario Builder application.
 +
 +
 +
[[File:Zendesk-integration-guide-scenario1.PNG|thumb|550px|center|]]
  
'''Click the following link to download a version of this Zendesk voice scenario example.'''<br>
 
[[File:App_Zendesk_Search_and_Pop_(Voice).zip|Download Zendesk Search and Pop (Voice)]]
 
  
  
'''Action 1: An inbound call comes in, and the customer is prompted for information.'''
+
=== Action 1: An inbound call comes in, and the customer is prompted for information. ===
  
  
Line 17: Line 28:
  
  
'''Action 2: The customer does not enter a case number, so the scenario identifies the customer by caller ID.'''
+
=== Action 2: The customer does not enter a case number, so the scenario identifies the customer by caller ID. ===
  
  
Line 30: Line 41:
  
  
'''Action 3: The customer's data is pulled from Zendesk data and popped to the agent.'''
+
=== Action 3: The customer's data is pulled from Zendesk data and popped to the agent. ===
  
  
Line 43: Line 54:
  
  
'''Action 4: The scenario looks up case/ticket data.'''
+
=== Action 4: The scenario looks up ticket data. ===
  
  
Line 56: Line 67:
  
  
'''Action 5: The customer is directed to a menu.'''
+
=== Action 5: The customer is directed to a menu. ===
  
  
Line 66: Line 77:
  
  
'''Action 6: A prompt regarding ticket status is played to the customer.'''
+
=== Action 6: A prompt regarding ticket status is played to the customer. ===
  
  
Line 76: Line 87:
  
  
'''Action 7: The customer's ticket/case information is popped to the agent.'''
+
=== Action 7: The customer's ticket/case information is popped to the agent. ===
  
  
Line 86: Line 97:
  
 
[[File:zendesk-integration-guide-ticket-pop.PNG|thumb|800px|center|Ticket screenpop]]
 
[[File:zendesk-integration-guide-ticket-pop.PNG|thumb|800px|center|Ticket screenpop]]
 
 
 
'''The Complete Voice Scenario'''
 
 
The diagram shown illustrates what a complete scenario looks like when designed in the Scenario Builder application.
 
 
 
[[File:Zendesk-integration-guide-scenario1.PNG|thumb|550px|center|]]
 
 
 
For more information about scenarios, refer to the ''[[scenario-builder-reference-guide/ScenarioBuilderOverview|Scenario Builder Reference Guide]]''.
 
 
 
 
 
 
</translate>
 

Latest revision as of 04:04, 29 May 2024

• 5.19 • 5.3 • 5.8

Example Voice Scenario: Search for and Pop a Zendesk Ticket

Click the following link to download a version of this Zendesk voice scenario example.
File:App Zendesk Search and Pop (Voice).zip

For instructions on how to import this file into your contact center, see the Contact Center Administrator Guide, section Scenarios Overview > How to Export and Import Scenarios.

For more information about scenarios, refer to the Scenario Builder Reference Guide.

Voice Scenario Flow

What follows is the sequence of actions that could occur in a basic Zendesk voice scenario flow. Please note this is an example scenario only and not intended for production use. All conditional exits should be defined with actions for production use.

The Complete Voice Scenario

The diagram shown illustrates what a complete scenario looks like when designed in the Scenario Builder application.


Zendesk-integration-guide-scenario1.PNG


Action 1: An inbound call comes in, and the customer is prompted for information.

Collect Digits scenario block


A customer calls Bright Pattern Support. (For simplicity, service hours verification is omitted, and agent skill requirements are identified by the dialed number.) The customer is greeted with a Collect Digits block with the following prompt: Welcome to Bright Pattern support. If you are calling about an existing case and have the case number, please enter it now followed by the pound sign. Otherwise please remain on the line.


Action 2: The customer does not enter a case number, so the scenario identifies the customer by caller ID.

Zendesk Search scenario block


If the customer does not enter any digits, a Zendesk Search block is used to recognize the customer by ANI (Caller ID).


Customer identification by ANI


Action 3: The customer's data is pulled from Zendesk data and popped to the agent.

Zendesk Screen Pop scenario block


If the customer record is found, a Zendesk Screen Pop block is used to pop the customer record into the Zendesk application of the agent that will receive the call. The call is then sent to the service queue.


Customer record screenpop


Action 4: The scenario looks up ticket data.

Zendesk Search scenario block


If the ticket number is entered, a Zendesk Search block is used to look up the ticket information.


Ticket search by ticket number


Action 5: The customer is directed to a menu.

Menu scenario block


A Menu block is then used with the following prompt: Thank you. We have found the ticket with subject $(zdTicket.subject). For the status of this ticket, press 1. For any other inquiries, press 2 or stay on the line.


Action 6: A prompt regarding ticket status is played to the customer.

Play Prompt scenario block


If the self-service is selected, a Play Prompt block is used to inform the customer about the current ticket status: The current status of this ticket is $(zdTicket.status). Thank you for your inquiry. Goodbye. The call is then marked as self-served and released.


Action 7: The customer's ticket/case information is popped to the agent.

Zendesk Screen Pop scenario block


If the customer needs the agent's help, a Zendesk Screen Pop block is used to pop the ticket to the Zendesk application of the agent who will receive the call. The call is then sent to the service queue.


Ticket screenpop
< Previous | Next >