How to reach n8n chat transcripts in a chat?

Describe the problem/error/question

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.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via self hosted:
  • **Operating system: windows **

This should be able to answer your question, unless updates changed it. Let me know.

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.

You are doing one at a time?

The example I sent shows you can grab all at once at the end and concatenate them into a single list to add.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.