Support center quick start guide
Feature coming soon
Prerequisites
The following permissions:
- Architect > Flow > Add
- Architect > Flow > Edit
- Architect > Flow > View
- Routing > Message > Manage
- Routing > Queue > Add, Delete, Join, and View
- Web Deployments > Configurations > All
- Web Deployments > Deployments > All
This article describes how to set up your support center for Genesys Cloud DX.
Step 1: Configure the support center
This section describes how to configure the support center.
- Click Admin.
- Under Message, click Messenger Configurations.
- Click New Configuration.
- Click the Support Center tab.
- Enable the Support center funtionality.
- Under Customize messages, you can enter a customized Welcome note and a Fallback message.
- The Welcome note welcomes the customer when they visit the Support Center page.
- The Fallback message is the message that appears to customers when their search shows no relevant results.
- Under Components, you can select the knowledge base and the categories you want the support center to use.
- Click the Knowledge Base list and choose the knowledge base to use.
- Click Category browsing and select the desired categories.
- (Optional) Under Display, determine the header background color, global background color, and primary color.
- Under Customize messages, you can enter a customized Welcome note and a Fallback message.
- If you want to work on the configuration yet, click Save Draft.
- To save the completed configuration, click Save New Version.
Step 2: Deploy the support center snippet
This section describes how to deploy the support center.
- Click Admin.
- Under Message, click Messenger Deployments.
- Enter a name and description.
- Under Status, use the toggle to set the status of the Messenger deployment.
- Under Select your Configuration, click Select Configuration to select the support center configuration to assign to this deployment.
- Under Select your Architect Flow, select a published inbound message flow.
- Click Save. The Support Center Deployments page now displays the snippet and deployment key.
- Under Deploy your Support Center, click Copy to Clipboard to copy the code.
Note: These steps require IT administrator access. Please contact your IT department.
- Insert a
div
tag in the HTML code of the site on which you want to host the Support Center. Include the IDgenesys-support-center
in thediv
tag. This ID pairs up with the deployment key to display the support center in the correct way.
The code should look like this:<div id="genesys-support-center"></div>
- Paste the code into a
script
tag within theheader
section of the site on which you want to host the support center.