Skip to main content

💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲

Workflow preview

Workflow preview
100%
💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲 preview
Open on n8n.io

1. Workflow Overview

AI Agents Generate Content & Automate Posting for Beauty Salon Social Media Who Is This For? This workflow is for beauty salons who want consist...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheetstrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.lmchatopenai, @searchapi/n8n-nodes-searchapi.searchapitool

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by N8ner.

Original n8n.io source

1.1 Workflow description

Title
💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲
Workflow name
💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲

💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲

Who Is This For?

This workflow is for beauty salons who want consistent, high‐quality social media content without writing every post manually. It also suits agencies and automation builders who manage multiple beauty brands and want a reusable, AI‐driven posting system they can adapt per client.

What Problem Is This Workflow Solving?

Many beauty businesses struggle to post regularly because research, copywriting, and design all take time and marketing skills. This workflow automates research, writing, image creation, and posting, so your channels stay active and relevant while you focus on clients and services.

What This Workflow Does

  • Generates short, engaging posts tailored to a beauty‐salon audience (hair, nails, skincare, make‐up, self‐care) using an AI agent.
  • Uses Tavily Internet Search to pull up‐to‐date information and trends based on a reference link or topic.
  • Turns each post into a detailed, photorealistic image prompt and creates a matching visual with an AI image model (for example, gpt‐image‐1 or other connected providers).
  • Automatically sends the final text and image to Telegram, and can be extended to other social platforms from the Split Out node.

How It Works

  1. Trigger the workflow
  • Scheduled automatic generation: Run the parent workflow on a schedule (for example, once per day at 9 AM) to publish new content regularly.

  • Google Sheets trigger: Generate content when a new row with a reference link or topic is added to your sheet. Use it when you manage ideas or briefs in Google Sheets and want the workflow to react as soon as a new idea appears.

  • RSS Feed trigger: Start the workflow when new items appear in a selected RSS feed. Ideal for turning fresh blog posts, news, or industry updates into social media content or automated summaries.

  • Meta (Facebook/Instagram) webhook: Use the Meta Reference trigger to fire the workflow on incoming webhooks from Meta (for example, new comments, messages, or events). Helpful when you want to auto‐respond, log activity, or generate follow‐up content from Meta activity.

  • Airtable trigger: Start the workflow when records in a selected Airtable base/table change (for example, a new idea, brief, or status update), so your posts react instantly to updates in your Airtable content board.

  • Postgres trigger: Fire the workflow when new rows are inserted or existing rows are updated in a connected PostgreSQL table, letting you drive content generation from events in your app database or Supabase‐style back end.

  • Manual start: Hit Execute workflow whenever you want to spin up a batch of posts on demand, test new prompt settings, or debug the flow step by step.

  1. Research and generate copy
  • The GENERATE TEXT agent calls Tavily to gather fresh information on the topic.
  • It writes a post under 1024 characters with a hook, practical tips, relevant hashtags, and a closing line with your salon address and contact.
  1. Create the visual
  • The GENERATE PROMPT agent converts the post into a single, clear description of the scene (client, service, salon interior, lighting, mood) with a strict “no text on image” rule.
  • An image model such as gpt‐image‐1 or one of the HTTP image APIs renders a matching beauty visual.
  1. Distribute the content
  • The Split Out node fans out the result so Telegram receives a photo post with the generated caption.
  • Additional social or content nodes (for example Facebook, LinkedIn, X, template tools) can be wired after this step for multi‐channel posting.

How to Customize This Workflow to Your Needs

  • Brand voice

  • Edit the system message in the GENERATE TEXT node to adjust tone (luxury, friendly, clinical, playful), language, services, and city.

  • Update the final address and phone line to match your salon details.

  • Topics and triggers

  • Point the Google Sheets Trigger to your own document ID, sheet, and columns for ideas, links, or campaign themes.

  • Use the Schedule Trigger for fully automatic posting or rely on the Manual Trigger for controlled, batch generation sessions.

  • Models and providers

  • Swap GPT‐5 llm and the default image model for alternatives such as Mistral, Gemini, Anthropic, DeepSeek, or custom HTTP image APIs by enabling the corresponding nodes and adding credentials.

  • Channels and outputs

  • Connect or remove social nodes after Split Out depending on which platforms you actively use.

  • Add extra processing steps (for example resizing images or adding UTM parameters) before each channel if needed.

  • Visual style

  • Tweak the GENERATE PROMPT instructions to control composition (close‐up vs. full‐body), color palette, lighting, and overall salon aesthetic, while keeping the constraint of no text or logos in the image.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 2 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - When clicking Execute workflow

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 4 - Google Sheets Trigger

Type / Role
n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
Config choices
Version 1

Block 5 - GENERATE TEXT

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 6 - GENERATE PROMPT

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 7 - OPENAI GENERATES IMAGE

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 8 - OPENAI WRITES PROMPTS

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 9 - OPENAI WRITES POSTS

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 10 - Search google in SearchApi

Type / Role
@searchapi/n8n-nodes-searchapi.searchApiTool - searchApiTool
Config choices
Version 1

Block 11 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 12 - Generate Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Convert to Binary

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Upload

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 17 - Nano Banana

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 18 - Create a post

Type / Role
n8n-nodes-base.wordpress - wordpress
Config choices
Version 1

Block 19 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note16

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note17

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note18

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - X1

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 2

Block 24 - Facebook1

Type / Role
n8n-nodes-base.facebookGraphApi - facebookGraphApi
Config choices
Version 1

Showing the first 24 of 63 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow 💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲
Complexity advanced
Nodes 63
Categories Content Creation, Multimodal AI
Author N8ner
Published 20 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12834/12834.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does 💅 AI Agents Generate Content & Automate Posting for Beauty Salon Social Media 📲 do?

AI Agents Generate Content & Automate Posting for Beauty Salon Social Media Who Is This For? This workflow is for beauty salons who want consist...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.