Chat completion record AWS 3S

Hi all!
I am trying to record all messages from chat agent. I can do it into google sheets, but it’s working kinda slow and end user has to wait for chat response.
A very helpful person on Discord suggested that using S3 would be a good idea, so I started down that path, but it’s a bit too difficult for me and I’m having trouble setting up the workflow to make it work. I don’t know how to transfer data from the chat to an S3 bucket. Node shows options like “Upload file,” so I’m wondering if I need to save each conversation to a file and then send it to S3? Are there other options? And if so, how do i do it?

My version of n8n is 1.81.4 on vps.

1 Like

Hi @mashu_zeke, s3 bucket is only for file storage, what you really need is a database to store these details, Airtable is good option its faster then google sheets and is easy to configure, but a good option would be to use a SQL or MogoDB or any other database to store the chat