You can check the livechat status on the member details page. You can switch off the buttons manually to exit livechat mode and resume the chatbot. Please click here for more details. SmallBestOriginalRemove
You could use the data source to create a report. However, this will require the creation of advanced pre-actions in each node. Please refer to the Reference documentation for more details.
If you click the "Conversation" button of a member in the "Member" section, the full conversation history of this member will be opened in a new tab. Please refer to reference documentation for more details.
You could add an advance member tag with this.member in the node to display the info saved in the member data before. return new Promise((resolve, reject) => { resolve({ tags: [`${this.member.botMeta.tempData.template}`] }) }) Please see the advanced ...