How to reach n8n chat transcripts in a chat? I tried adding google sheets tool to the chat node. But it just summarizes the conversation. I also tried chat memory manager. But it writes everything a chat message is received and it slows down the process. I was wondering if these chat transcripts are saved in n8n servers so that I can create a request to fetch all chat conversations maybe? Any idea is appreciated.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Yes, I tried this. But, this way, messages are written to the google sheet every time a message is received/written. Therefore it slows down the process. I was wondering there was another way to get the transcript once the conversation finishes maybe.