I would like to know if it is possible to pass variables from one Flow to another.
To avoid making it big and confusing, I'm creating a bot and breaking it into different flows and using the Typebot card to link one flow to another.
So I would like to know if it is possible or not.
Example: AuthFlow
In this flow I would identify the customer through an internal process, sending an SMS. When confirming, I would store data such as the customer's ID and name to use in other flows, for example:
FinanceFlow, if I already know who the user is I just provide the options such as obtaining an invoice, if I don't have the user ID I would send it to AuthFlow
ServiceFlow, if I already know who the user is, I provide a personalized flow to request a technical visit, if I don't have the user ID I would send it to AuthFlow