Beyond-Bot.ai + Botstar
BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.
Was du mit dieser Integration tun kannst
Dateneingabe automatisieren
Synchronisiere automatisch neue Kontakte oder Deals von Beyond-Bot.ai nach Botstar.
Kundenprofile anreichern
Nutze Beyond-Bot.ai, um neue Informationen zu finden und in Botstar zu ergänzen.
Workflows auslösen
Starte automatisierte Workflows in Botstar basierend auf Gesprächen mit deinem virtuellen Experten.
Verfügbare Aktionen
Diese Aktionen kann dein virtueller Experte in Botstar ausführen.
Botstar Livechat Onclose Callback
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."
Get Botstar Application Ids
Tool to retrieve the botstar application id (`appid`). use when initializing or reinitializing the live chat widget.
Livechat Boot
Tool to reinitialize the live chat widget with provided data. use after initial load to reset or update widget configuration.
Close Botstar Livechat Widget
Tool to hide the live chat window. use when the chat widget is configured in livechat or popup mode.
Livechat On Open
Tool to register a callback when the chat window is opened. use after widget initialization.
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').
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.
Get Botstar Webview 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.
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.