Workflow
- Form → Webhook (n8n)
- LLM (Ollama) → summary + tags
- Route to email/Inbox + Slack; write to Airtable/DB
Example Nodes
- Webhook (POST)
- Function (sanitize)
- HTTP Request → Ollama local (mistral)
- Switch → tags (sales/support/other)
- Gmail/SMTP + Slack
Tip: store prompts in a versioned JSON; log inputs/outputs for future tuning.