Share feedback, ideas and get community help

Updated 3 months ago

Finish WhatsApp Session

is there a way to finish an ongoing session of an user? for example, if the user is in the middle of a session, i want to finish it so the user can start it again. is there a way to do it using an api request or something like this?
3
t
L
A
16 comments
self hosted btw
an use example would be if an user enters a loop and i want to immediately finish their session so they can start another session
why not just use the jump node?
i want to finish the session externally at any time so i dont think a node would help me
If you go to analytics of the bot, and delete the session there, that should restart your whatsapp session
how do i do that? i couldnt find this option
it is not an option but a manual action so this is not that you need
yea but maybe there is a way to do it using an api request or smth
I Hope that someone can help you and i'm sorry to not be so expert to can be that person.
you cant do it currently, either you set the timeout or as mentioned above delete the entry from the results page manually
where can i delete it manually? i couldnt find it
You need to modify the code, you need to find the chatSession you want to stop in ChatSession table and just remove the record for it, this will make the session restart automatically when the user interacts with the chatbot again. I think you'll have to add an endpoint for it yourself
this results tab
Attachment
image.png
select the session and deleteit
Attachment
image.png
Add a reply
Sign up and join the conversation on Discord