waqas
TTypebot
•Created by waqas on 4/1/2025 in #help-and-questions
How can I get the resultId that belongs to the current user in my website's JavaScript code?
I need to call a webhook from my JavaScript code, and the webhook URL requires resultId in its path. My Typebot chatbot is listening for the webhook request.
3 replies
TTypebot
•Created by waqas on 3/30/2025 in #help-and-questions
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?
5 replies