Achievement suggestion engine

★ 6.0 · n8n · medium · 11 nodes

Achievement suggestion engine is an n8n automation template that receives data via an incoming webhook, processes it through embedding and language models, and returns achievement or goal suggestions. Reach for it when you want a system to automatically recommend next achievements for course participants, loyalty program members, or game players based on their activity data — or when results need to land straight into a spreadsheet without manual copying. Trigger: Webhook. Integrations: Hugging Face Embeddings for vector representations, Lm Chat Hf for text generation via a Hugging Face language model, Google Sheets for reading source data and writing results. Deploys as a standard n8n workflow — import the JSON into any self-hosted or cloud n8n instance; requires valid Hugging Face API credentials and a connected Google Sheets account. The workflow generates recommendations outward from input data, not the other way around — it is not a classifier or an intake form. Suited for teams already running n8n with Hugging Face access; not a fit if you need a different LLM provider or output destination beyond Google Sheets.