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: