Question
Saltech Consulting
GB
Last activity: 24 Feb 2021 6:06 EST
Self Service Advisor Chat Bot - Download case attachment
Scenario:
We are using pega 8.4
We have a self service advisor, and the user has clicked on the 'need more help' to start an interaction with a chat bot.
The requirement is for the chatbot to determine the case needed and then ask a series of questions. The answers will be put into a template and a generated pdf document attached to the case.
A link to download this document is then given in the chatbot so the user can download and save the pdf.
So far I can get to the point where a case is started, the questions are asked and answers are stored. A pdf is generated and attached to the case using the OOTB feature in a flow.
Just as an example the below is the OOTB section for the case attachments. The link as I was expecting doesn't work to display the file.
Questions:
- Is there any OOTB feature to allow download of case attachments via a self service advisor chatbot?
- If the answer to 1 is no, then what is the design pattern to solve this issue? I'm assuming this is a common use case.