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?
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?