Skip to main content

Is it possible for a customer to attach the files in Einstein Chat Bot?

For eg. If Bot asks for the customer's Resume/CV then the customer will able to attach a file in Chat Bot.

If it possible kindly share how it will be.

Thanks!!

1 个回答
  1. 2022年12月12日 12:47

    Hey, 

    This can be achieved by custom code(low).

    In short -

    build an lwc for file upload

    build another lwc for embedded services(lightningSnapin__ChatMessage) and specify the criteria at which lwc1 should be opened.

    In the bot add dialogue by mentioning criteria on question asks.

     

    There is app exchange app as well where there is a bundle of this feature is provided including geolocation, file upload, etc. by salesforce labs

    https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FoirpUAB

     

    and if you want to build your solution using this then you can edit the above package code as it's editable code enabled or follow the below blog:

    https://debarunsengupta.medium.com/integrating-lwc-in-einstein-bot-1e5ffaeccc7c

0/9000