Alternatives to native memory sub-node

I’m working on a workflow that receives messages via webhook from Bubblewhats. All chat history is already stored in a Bubble database table, and I’m currently duplicating that chat memory in my n8n workflow.

Is there a way to replace the native memory sub-node of the AI Agent node with an external call to the Bubble database?

as of now there is no memory tool for bubble.
You can try good old database replication kinda trick n8n in thinking its the postgres DB but not sure if it will work

try it out :slight_smile:

1 Like

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