-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Download Conversation (Button) #133
Comments
What does it do? What kind of format / content does the downloaded file have? |
What would be the use case for this? |
Hey dudes, It would use our API to get the conversation and put this into a document. This could be a PDF file for business users. The use case could be the following: |
I'm still not quite sure what process you are describing. From what you are describing, it is not clear to me who will see this button, the end-user in the webchat or the admin in the UI panel / livechat panel. In case it is for the end-user, we cannot offer authentication credentials for the conversation api to end-users, that would have to be done in a different way. |
I agree with @alexteusz that this feature is nice to have. @pedily, if PDF requires API authentication and we can't disclose API keys in the JS, can we generate some other file format on the fly? The user story can be the following: As a webchat user, I want to be able to download my conversation with the bot, so I can refer to it in my future contacts with the company.
|
@antonxt it is possible to access the client-side conversation history of the webchat (using internal APIs, but we could build an official one!). From there, we could apply a "serialize this message" function to each message, merge that to one text string and "download" it locally using an anchor link. |
Hey @pedily and @kwinto ,
On another webchat I saw this Download Conversation button:

Maybe this could be interesting for us as well. What do you think?
The text was updated successfully, but these errors were encountered: