Run typebot with parameter from another typebot - is HTTP request block the only way?
Hello,
I'm trying to break down a complex typebot into several simpler ones. To achive it, I need to pass the context to the typebot (as a parameter). I tried the "Typebot" block, but it does not provide a place to enter parameters.
Is the HTTP request block with startChat API call the only way to do it?
Thank you!
2 Replies
It's me. Found the answer in documentation.
https://docs.typebot.io/editor/blocks/logic/typebot-link
Typebot Docs
Link to typebot - Typebot Docs
Hello, I have this same problem. The documentation says that variables are automatically shared for the linked typebot. But it doesn't work. Did you manage to make this variable sharing work?