This guide explains how you can configure and publish the Newo Chat on your website. By enabling the connector and embedding the widget script, you allow your AI Employee to engage with visitors via text chat.
Enabling the Newo Chat connector
The newo_chat connector enables your AI Employee to communicate through a web chat interface. If the connector status is Stopped, you must enable it before proceeding.
Navigate to Integrations in the left-side panel on the Builder.
Click the three dots icon next to the
newo_chatconnector.Select Run.
Confirm the status changes to
Running.
Configuring connector settings
You can customize the appearance and behavior of the chat widget to match your brand.
Click the three dots icon next to the
newo_chatconnector.Select Edit Settings.
Update the parameters defined in the table below.
Parameter | Description | Example value |
| Displayed at the top of the web chat window. | Support Agent |
| Optional. A publicly available URL for the Digital Employee's avatar. Leave empty for the default picture. | |
| Determines when the chat opens automatically.
| 5 (chat opens after 5 seconds) |
| Text displayed in a bubble before the chat window opens. | Chat with us! |
| Read-only. Generated automatically after running the connector. Used for widget authentication. | (Auto-generated) |
| Required. The base domain where the chat will be added. Must include | |
| The HEX color code for the chat icon on your website. | #FFFFFF |
| The welcome message displayed to the user. | Hello, how can I help? |
| Shifts the icon horizontally (in pixels) from the bottom-right corner. | 20 |
| Shifts the icon vertically (in pixels) from the bottom-right corner. | 20 |
| Required. Set to | Disabled |
| Read-only. The HTML code required to add the widget to your site. | (Auto-generated) |
ποΈ NOTE
Ensure you click Save after making any changes to these settings.
Adding the code to a website
Once your settings are configured, you must embed the generated script into your website's HTML.
Click the three dots icon next to the
newo_chatconnector.Select Edit Settings.
Verify the
Client Website Base URLmatches your live website domain (e.g.,https://example.com).Copy the content of the
Widget Scriptfield to your clipboard.Paste the script into your website's HTML immediately before the closing
</body>tag. For example:<body>
...
[Paste widget script here]
</body>Click Save on the connector settings.
Publish your website changes.
Verify the Newo Chat widget appears in the bottom-right corner of your site.
