Event validation
Incoming webhook events are checked before the AI flow runs, preventing unsupported events from triggering unnecessary executions.
AI workflow automation · Functional demo
A real-time conversational automation that connects WhatsApp, n8n, Google Gemini, and session memory in one validated, end-to-end workflow.

01 — Project purpose
This functional demonstration shows how conversational AI can become part of a reliable business workflow instead of operating as an isolated model.
02 — Architecture
n8n coordinates the integrations while the AI Agent combines Gemini with conversation memory.
03 — Workflow design
The visual workflow keeps every responsibility visible: trigger, validation, intelligence, memory, and delivery.

04 — What it demonstrates
Incoming webhook events are checked before the AI flow runs, preventing unsupported events from triggering unnecessary executions.
The AI Agent combines Google Gemini with sender-based session memory to keep each conversation coherent across messages.
The generated answer returns through the WhatsApp Cloud API, completing the flow without manual intervention.
A Dockerized n8n environment and Cloudflare Tunnel provide the public HTTPS endpoint required for webhook communication.
05 — Functional demo
The video shows the message, the n8n execution, conversational context, and the automated response delivery.
06 — Version 2
The current version proves the full integration. The next version adds a persistent database layer so conversation history can be stored, retrieved, and used over much longer periods.