Bee AI n8n Workflows
The n8n-nodes-bee-ai Package Blog Post: Bee AI n8n node Github Repo: AshDevFr/n8n-nodes-bee-ai Sub Workflows to fetch them all Bee AI - Fetch all Conversations Note: the Conversation model is a nested object, so because of that, I added a code node to flatten the results. Conversation (GET /v1/{userId}/conversations/{id} response): { "conversation": { "id": 3456789, "summary": "...", ... } } Bee AI - Fetch all Facts Bee AI - Fetch all Todos Bee AI - Fetch all Locations Workflows Bee AI - Backup v2 Uses the Fetch all x workflows to get all the data, then insert it into a MongoDB database anf a json file in Google Drive. ...