Customize a default callback topic
Customize the default callback topics as per your requirements.
Avant de commencer
Role required: admin
Pourquoi et quand exécuter cette tâche
You can customize one of the following default callback topics: Callback-Phone for voice channels and Callback-General for messaging or chat channels. The following procedure explains how to customize the Callback-Phone topic.
Procédure
-
Duplicate the Callback-Phone topic from the Virtual Agent Designer.
For more information on how to duplicate a topic, see Duplicate a Virtual Agent topic.
- In the Advanced properties section of the Properties tab, select the voice channel that you want to associate with the custom callback topic.
-
On the Flow tab, modify the default callback flow and
set the following properties in the Script action utility, if required.
- Set Global Callback Executed (vaVars.global_callback_executed) to true.
- Set No Agent Available (vaVars.global_show_no_agent_available_msg) to false.
-
Set the following properties in the Create Callback Task node.
- Set Global Callback Executed (vaVars.global_callback_executed) to true.
- Set No Agent Available (vaVars.global_show_no_agent_available_msg) to false.
- Callback Number (callback_number): Required field to be populated with the number on which the user requested a callback. This number may be the number that the user is calling from or the dialed number.
- Short description (short_description): User issue description.
- Initial Interaction (initial_interaction): Interaction detail from which the callback task has been initiated.
- Max Retry Attempts (max_retry_Attempts): Maximum retry attempts after which the callback task is closed.
- Expire Time (expire_time): Callback timeout after which the callback task is closed.
- Messaging Channel (messaging_channel): Messaging channels configured for use. If not provided, the default callback channel is used.
- Scheduled (scheduled): Set to true to make the callback task eligible for auto callback.
- Save and publish your custom callback topic by clicking Save and Publish.
-
Map the custom callback topic to the voice service provider.
- Fetch the sys_id of your custom callback topic from the Topics [sys_cs_topic] table.
- Select your voice service provider from the Provider Channel Identities [sys_cs_provider_application] table.
- On the Provider Identity Properties tab, update the value of the callback_topic_id property with the sys_id of your custom callback topic and click Update.