Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n automation template allows marketers, branding teams, and creative professionals to auto generate, evaluate, and iteratively optimize brand stories using Ollama hosted LLMs and LangChain a...
n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatollama, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aashit Sharma.
Original n8n.io sourceThis n8n automation template allows marketers, branding teams, and creative professionals to auto-generate, evaluate, and iteratively optimize brand stories using Ollama-hosted LLMs and LangChain agents. Each story is refined until it meets quality criteria and is then saved to Google Sheets for publishing or reuse.
⚠️ Note: This template uses community nodes and requires a self-hosted n8n instance with LangChain and Ollama integrations.
Receives a chat-triggered brand story request
Guides the user to generate a structured brand story
Evaluates the story for tone, uniqueness, quote inclusion, and emoji removal
Loops through optimization until the story is finalized
Saves the final story to Google Sheets
Startup founders
Brand consultants
Social media strategists
Marketers building bios, taglines, intros
Setup Prerequisites
Install self-hosted n8n with LangChain and Ollama nodes
Load phi4-mini and qwen3:4b models into your local Ollama instance
Create a Google Sheet with a sheet named BrandStories and columns:
Name
Final Story
Timestamp
Trigger Configuration
Set up the Chat Trigger node (@n8n/n8n-nodes-langchain.chatTrigger) with webhook ID: fab30ad7-8a5a-4477-be98-1aa43b92b052
Customize Prompts
Update the Brand Storytelling Agent prompt to reflect your brand tone or story format
Optionally refine the Evaluator Agent criteria (e.g., enforce industry tone)
Google Sheets Setup
Use your Google Sheets OAuth2 credentials
Map fields to Name, Final Story, and Timestamp columns
Run the Flow
On new chat input, the system auto-generates a brand story
It loops between Evaluator and Optimizer agents until the output is labeled "Finished"
Final output is saved to your Google Sheet
mermaid Copy Edit flowchart TD A[Chat Trigger: New Message] --> B[Brand Storytelling Agent] B --> C[Set Bio Variable] C --> D[Evaluator Agent] D --> E{Is Output "Finished?"} E -- Yes --> F[Save Brand Story to Sheets] E -- No --> G[Optimizer Agent] G --> H[Update Bio Variable] H --> D
Google Sheets OAuth2 for storage
Ollama API (local models phi4-mini and qwen3:4b)
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate & optimize brand stories with Ollama LLMs and Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Content Creation, Multimodal AI |
| Author | Aashit Sharma |
| Published | 07 Jun 2025 |
Use the JSON export at /data/workflows/4765/4765.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n automation template allows marketers, branding teams, and creative professionals to auto generate, evaluate, and iteratively optimize brand stories using Ollama hosted LLMs and LangChain a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.