Aulafy
Courses/Self-hosted AI automation for small businesses/Project: internal support for an SMB

Project: internal support for an SMB

You will build a system that receives internal requests, searches for information, prepares a response, and requests approval before sending or updating data.

  • Connect n8n, Open WebUI, and a local model into a useful workflow.
  • Create a support inbox with statuses and evidence.
  • Deliver an MVP that an SMB can try without risk.
TerminalCode
entrada:
  - email soporte@empresa.test
  - formulario interno
  - mensaje Telegram

flujo:
  1. n8n recibe solicitud
  2. normaliza cliente, tema y urgencia
  3. busca en FAQ o documentos internos
  4. modelo redacta respuesta
  5. humano aprueba o pide cambios
  6. n8n envía respuesta aprobada
  7. guarda log y metricas

metricas:
  - tiempo hasta borrador
  - porcentaje aprobado
  - motivos de rechazo
  - coste por solicitud