The community member is trying to get the sessionId from a chat started by a user, in order to send a message to the user via an API after the conversation has ended. They are using Typebot to create an account for the user, and then want to send a message from the backend to the user indicating whether the account was created or not. However, the community member is unsure how to get the sessionId if the chat was not started via the API.
The comments indicate that the community member can "Get SessionId", but that they "can't push new message push Typebot yet". There is no explicitly marked answer in the comments.
Can i get the sessionId from a chat started by one user?
I want to send him a message by API after the conversation has been ended.
We're using the typebot to the user create one account with us, after we check the idea is send a message from back-end with the news saying if the account was created or not.
It's something like "restart the conversation", sending a message by API, but i dont get it how can i get the sessionId if the chat was not started by API.