Integrate Land Bot Page with Telephony Systems

The Land Bot page hosts the chat panel, enabling Portal users to engage with the chatbot in a secure, authenticated context.

Integrating a DRUID Land Bot page with telephony systems ensures a smooth transition for agents handling calls while engaging with the chatbot. Your agents will seamlessly navigate between telephony calls and chat interactions on the DRUID Land Bot page, providing an enhanced and contextually rich experience for users.

Instruct the telephony system to open the DRUID Land Bot page in a new browser tab each time an agent answers a call in the telephony interface. Use the following format to instruct the telephony system in opening the DRUID Land Bot page:

*druidplatform.com/app/main/landingpage/<landbot page id>/?<query params>&reset-conversation=true

URL element Description
<landbot page id> The ID of the Land bot page. Replace <landbot page id> with the appropriate identifier.
<queryParams> Include queryParams (separated by &) to provide additional information about the call, enriching the chat experience with relevant details.
reset-conversation=true

Initiates a new conversation when an agent answers a call.

Important!  The system parameter reset-conversation=true is crucial; omitting it in the URL may result in the telephony system reopening the previous conversation the agent had. This parameter is available in DRUID 5.28 and higher.

Example: Suppose your telephony system is configured to open the DRUID Land Bot page for a specific interaction. The URL format would look like this:

*druidplatform.com/app/main/landingpage/1234/?call-info=5678&user-info=abcd&reset-conversation=true