You can create an entry point that performs actions and then sends the user to a specific passage or logic when they start a conversation with your chatbot from a specific URL.
You can configure entry point to trigger:
- Only when the URL matches exactly, excluding any sub-paths.
- When the URL matches exactly and on sub-paths.
You can add as many URLs as you need to each entry point, and configure each of them to either be an exact match or to include sub-paths.
Web URL defined | Exact | Inc Sub Paths |
www.example.com |
Will only match when the user initiates from www.example.com Will not match subpages such as www.example.com/help.htm |
Will match when the user initiates from www.example.com and any sub page. For example, will also match www.example.com/product.htm |
www.example.com/support |
Will only match when the user initiates from www.example.com/support Will not match subpages such as www.example.com/support/topic.htm Will not match www.example.com |
Will match when the user initiates from www.example.com/support and any sub page. For example, will also match www.example.com/support/topic.htm Will not match www.example.com |
Create an entry point
- Open the team and chatbot you want to work with.
- Click Manage.
- Click Entry Points.
- Click + Entry Point.
- Type an Entry Point Name.
This should be short but descriptive. - In the new entry point page, scroll down to the Web URLs table.
- Add the Web URL you want to match.
Your entry point must have at least one URL. - Select a Matching method.
- If you want to add more URLs, click + Web URL.
- If these web URLs host an inGenious AI widget, configure when the chat widget should open automatically on the desktop and mobile version of the website:
- Never: the chat widget must be manually opened by the user.
- Immediately: the chat widget immediately opens when the page loads.
-
After a delay: the chat widget opens after the number of seconds you specify.
To use different settings for the mobile version of the site, clear the Same as Desktop option and select your configuration.
These settings do not affect other chat widget integrations.
- If you want to perform actions when this entry point is triggered, click Actions.
- Select the Conversation and Passage or Logic to send your user.
- Click Save.
Comments
Article is closed for comments.