Ability to access complete conversation history.
# 👀feature-requests
a
Please see the attached image. This image is the conversation history taken from Botsonic, a chatbot builder. I don't know if they store the history internally or with an external hosting service. Whatever it be, customer would want to see the complete history. This would enlighten them with the exact requirement of the bot user. Also where exactly the bot doesn't answer / answers with errors. This feature is crucial and may please be prioritized.

https://cdn.discordapp.com/attachments/1139768639369777183/1139768639541751908/Conversation_history.PNG

s
Yes, this is so important. Especially if you have an open questions and answers. It really bugs me how it is not prioritized. The function to see a chat history in chat bot is like...pretty important. I know there is a zapier but it's painfull workaround and I got to the zapps limit pretty fast even on a paid plan. Not to mention it doesn't export the exact answers whan "Ai Task" is answering
e
Yes! Besides from your points, this is also mandatory for GDPR compliance. Please, BP, keep your EU client base in mind. 😄
g
you mean something like this?

https://cdn.discordapp.com/attachments/1139768639369777183/1141813024697626734/image.png

s
How are you making all this great code? 😁 Can you share it?
a
nice work. very tidy, clean. 👍
e
Hey folks this is a custom inbox for listing conversation while Botpress doesn't release an official one.
Check out https://github.com/devguilhermy/botpress-inbox to learn how to use it!
a
Looks very nice:

https://cdn.discordapp.com/attachments/1139768639369777183/1142535866519142441/244872559-7978adfe-ad28-41be-8573-3930023e9607.png

e
Thank you, that's just the first version!
b
Very nice... where does this run? Desktop or remote server?
f
I get this error code: Do i have to run it on a linux os?

https://cdn.discordapp.com/attachments/1139768639369777183/1142867688536940605/image.png

q
Using on windows 10 machine, works fine. look pictures.

https://cdn.discordapp.com/attachments/1139768639369777183/1142873024215924816/424242.PNG

https://cdn.discordapp.com/attachments/1139768639369777183/1142873024454987829/42424.PNG

https://cdn.discordapp.com/attachments/1139768639369777183/1142873024727629965/3424224e.PNG

used windows git bash
f
I will try again tomorrow
Still doesnt work

https://cdn.discordapp.com/attachments/1139768639369777183/1143130240265236521/image.png

https://cdn.discordapp.com/attachments/1139768639369777183/1143130330065285202/image.png

Path for the package-lock.json C:\Users\xxxxxx\OneDrive\Skrivebord\AI\See botpress chats
I updated the name of the file "package-lock.json" to "package.json" but i get this error message still about my os:

https://cdn.discordapp.com/attachments/1139768639369777183/1143131015448109146/image.png

q
@early-train-33247 can you help Decay?
create .env inside botpress-inbox and not outside
inside folder botpress-inbox.

https://cdn.discordapp.com/attachments/1139768639369777183/1143286142792384562/486746786787.PNG

a
When I press F12 to open developer console on the bot workflow page, I couldnt find BOTPRESS_USER_ID=. So I'm stuck on this step. 🤖 Now to figure out your bot id as a user, open any conversation and go to the developer console. You will see a MESSAGES: [...] log. Open the list and look for the first message sent by the bot (a good clue is direction: "outgoing").
e
Runs on localhost only - your machine. But you can host it on Vercel for example
I think you are running the npm scripts on the parent folder. Right click the botpress-inbox folder and choose to Open with VS Code, there you can open the terminal with
Ctrl + "
and type
npm install && npm run start
Tutorial coming tomorrow!
q
ye was running outside of botpress-inbox I think
How can I diferenciate myself and my client testing oublished bot and other users, is there some kind of whitelist ips, so I can see that this is coming from inside and not from new users. Because each time site is loaded you are new user and get unique user id, right?
f
You could create a pin. Look at their most recent video
I was just running the .env file in the wrong place.
e
Hey guys, I released a new version of the inbox that's much easier to use Download it again at https://github.com/devguilhermy/botpress-inbox
g
Has Botpress exposed the new incoming conversation/message webhook yet?
Is something like that also implemented? @User
14 Views