How to Pass Data with Typebot.sendCommand from Website to Typebot Chatbot?
Hi I'm currently integrating a Typebot chatbot into my website and utilizing the Typebot.sendCommand function to trigger specific command flows within the chatbot.
Successfully triggering command flows using:
Typebot.sendCommand("customCommand");
I'm encountering challenges in passing additional data (parameters) along with the command to be utilized within the chatbot's flow.
How to correctly pass data (parameters) along with the Typebot.sendCommand function?
3 Replies
There is no option to send parameters
Thanks for clarifying. Is there any other way to pass data from the website to my Typebot chatbot?
I found a way to pass data during bot initialization using "prefilledVariables" but I'm looking for a way to pass data after initialization, triggered by a specific action on my website.
Hi Baptiste, when do you expect this to be avaialbel?