How to pull response out from database(memory) and send it to another node?

I am using AI agent which has database, memory and tools

I want to extract data like name, email, phone from the response which is stored in the database and send it to my HTTP Response that allows you to create contact

Also how do I send data to the database with a JSON format?
My JSON for example

{
  "name": "John Doe",    //extract variable from database or ai agent?
  "email": "[email protected]",  //extract variable from database or ai agent?
  "phone": "+1234567890"  //extract variable from database or ai agent?
}

Information on your n8n setup

I am using hosted version

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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