Developing a Multi-Conversation System in Botpress...
# 🤝help
s
I want to create a system in Botpress that, upon receiving a webhook, initiates a conversation and sends a message to the user via SMS. When the user replies, it should then process and continue the conversation by sending out the correct response. I need to be able to have multiple instances of these conversations going on at the same time. I can't seem to figure out how to create a new instance of the chat on the initiation webhook and how to access it when the SMS API sends the response back to me. The user will never directly be seeing this chat anywhere else but their phone. Any and all help is appreciated!
s
@shy-kangaroo-42622 did you find a solution yet?