How to create custom flow start points?

I have a site that will have multiple typebots, one main contact typebot and the others are from specific products. but, right now, I am stuck trying to make the bot start on the block I want. I have 3 start flow options that I need to trigger according to where the user clicks, for example I'll call them no_plan, basic_plan and plus_plan. no_plan is the default option so it's on the start block. then, I created commands called basic and plus. however, I can't trigger them properly: Typebot.sendCommand("basic") does not trigger it (also in the final site I have more than one typebot so I need to have the id, but, still, I don't understand how should I add the id to sendCommand. the docs are mostly unhelpful in regards to how sendCommand is intended to work, and even in a empty page created with the sole purpose of testing one bot in isolation I was able to trigger the command, and the bot instead goes to the start block regardless of what I try...
1 Reply
Baptiste
Baptiste3mo ago
Can you provide a reproduction so that I try on my end what is not working?

Did you find this page helpful?