Beyond-Bot.ai Logo+botstar Logo

Beyond-Bot.ai + botstar

BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.

What You Can Do with this Integration

Automate Data Entry

Automatically sync new contacts or deals from Beyond-Bot.ai to botstar.

Enrich Customer Profiles

Use Beyond-Bot.ai to find and add new information to your records in botstar.

Trigger Workflows

Start automated workflows in botstar based on conversations with your virtual expert.

Available Actions

Here are the specific actions your virtual expert can perform within botstar.

Botstar Botstar Livechat On Close

Tool to register a callback when the chat window is closed. use after the widget is initialized. example prompt: "register an onclose handler that logs 'goodbye!' to the console."

Botstar Get Bot App Id

Tool to retrieve the botstar application id (`appid`). use when initializing or reinitializing the live chat widget.

Botstar Livechat Boot

Tool to reinitialize the live chat widget with provided data. use after initial load to reset or update widget configuration.

Botstar Livechat Close

Tool to hide the live chat window. use when the chat widget is configured in livechat or popup mode.

Botstar Livechat On Open

Tool to register a callback when the chat window is opened. use after widget initialization.

Botstar Livechat Open

Tool to show the live chat window. use after the widget has been bootstrapped with botstarapi('boot') to programmatically open the chat window (mode must be 'livechat' or 'popup').

Botstar Livechat Update

Tool to update user details on the current live chat session. use when you need to modify user profile attributes during an active conversation.

Botstar Webview Get Parameter

Tool to retrieve a parameter value passed from the botstar chatbot to the webview. use inside onchatbotready after your page loads in modal mode with bs:input meta tags.

Botstar Webview Send Response

Tool to send data from the webview back to the botstar chatbot. use when you need to transmit responses or custom outputs from an open webview.