This article is part of the Implementing Omni series. The previous article is Setting up an inbound route for calls.
Creating the Inbound route
To create a new inbound route, in your Admin account:
- Go to the Inbound page.
- Go to the Inbound routes subpage.
To create a new route :
- Click the Create button.
- In the Destination settings dialog, click the Type drop-down list and select Webchat.
- In the WebChat domain, type the address of the website where the chat widget will be hosted. Do not include http:// or https:// in the address.
- The Connector Id is automatically generated.
Choosing the destination
In general, the best option for Destination type will be to select Flow. You can then handle each new chat before it reaches the agents, for example using the New contact applet to create a new contact whenever a new conversation begins.
That said, Destination type let's you choose:
- Flow
- LeadML
- Queue
Your choice will determine what other fields you need to complete.
Flow
Before selecting this option you will need to have created the flow you wish to connect to. To direct messages to that flow:
- Click the Destination type drop-down list and select Flow.
- Click the Flow drop-down list and select the desired flow.
- Click OK.
LeadML
LeadML is the language used to create flows. It is possible you might have created LeadML code outside the Flow tool and this option lets you link to that.
- Click the Destination type drop-down list and select LeadML.
- Type the LeadML name.
- Type (or more likely paste!) the URL of your LeadML code.
- Click OK.
QueueYou can also direct messages straight to an Omnichannel queue.
|
Setting up the webchat widget
To display the webchat widget on your website, you will need to add some JavaScript to the page. You will need the Connector Id from the Inbound route, above.
You will also need to know the region for your environment.
The region will be NOR, CEU or QED. You will need this information to customise the webchat widget. |
Once you have your Connector Id and region, you are ready to install the widget.