Could I save any chatbot user data and create a custom report by myself?
You could use the data source to create a report. However, this will require the creation of advanced pre-actions in each node.
Related Articles
How to save the WhatsApp location sent from the user?
You could use the following action to save the longitude, latitude, and address from the WhatsApp location. return new Promise((resolve)=>{ this.member.botMeta.tempData.long = this.lodash.get(this.messageEvent, ...
How to save and use a custom locale for my chatbot?
A custom locale allows you to set up a conversation flow to control the language of your chatbot response. Follow the procedures here to customize the locale with Stella now!
What is Data Source?
Data Source is the place where you create a mini-database for your chatbot. We recommend you use Data Source to facilitate the making of a FAQ chatbot. You simply need to store the database of your frequently asked questions in Data Source and set ...
Where can I find the Datasource ID?
You could check the Datasource ID at the top of the page when you view the data source details. Please click here for more details.
What files can I use to upload to the Datasource?
Currently we only support the .csv files for importing to the Datasource. Please click here for related documentation. Please save the file as CSV UTF-8 to display Chinese Characters. You could also use Google sheet to export the .csv file in UTF-8 ...