Skip to main content

Generate meta & TikTok ad copy with OpenAI and Slack approval workflow

Workflow preview

Workflow preview
100%
Generate meta & TikTok ad copy with OpenAI and Slack approval workflow preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who's it for Marketing teams, copywriters, and agencies who need to quickly generate and iterate on ad copies for Meta and TikTok campaigns. Perfect for brands that want AI powered copy generation ...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.openai, n8n-nodes-base.formtrigger, n8n-nodes-base.slack, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate meta & TikTok ad copy with OpenAI and Slack approval workflow
Workflow name
Generate meta & TikTok ad copy with OpenAI and Slack approval workflow

Who's it for

Marketing teams, copywriters, and agencies who need to quickly generate and iterate on ad copies for Meta and TikTok campaigns. Perfect for brands that want AI-powered copy generation with human review and approval built into the workflow.

What it does

This workflow automates the ad copy creation process by:

  • Collecting brand and product information through a form
  • Using AI to generate tailored ad copies based on brand type (Fashion or Problem-Solution)
  • Sending copies to Slack for team review and approval
  • Handling revision requests with feedback incorporation
  • Limiting revisions to 3 rounds to maintain efficiency

How to set up

  1. Configure your OpenAI credentials in the OpenAI nodes
  2. Set up Slack integration and select your review channel in all Slack nodes
  3. Customize the AI prompts in the OpenAI nodes to match your brand voice
  4. Test the form to ensure file uploads and data collection work properly
  5. Activate the workflow when ready

Requirements

  • OpenAI API access (GPT-3.5 or GPT-4)
  • Slack workspace with appropriate channel permissions
  • Self-hosted n8n instance (for file upload functionality)

How to customize

  • Adjust the AI prompts in OpenAI nodes to match your specific industry or brand guidelines
  • Modify the revision limit in the "Edit Fields: Revision Counter Max 3" node
  • Add additional brand types in the form dropdown and corresponding AI nodes
  • Customize Slack messages to match your team's communication style

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 - For Fashion Brands

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

Block 2 - For Problem Solution Brands

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

Block 3 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 4 - Slack: Send and Review Ad Copies

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 5 - If: Type of Brand

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - If: Ad Copy is Approve or not

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Slack: Congrats on your approve Ad Copies

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 8 - Slack: Receive feedback for revision

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 9 - OpenAI: Revise Ad Copies

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

Block 10 - Slack: Thank you for the feedback

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 11 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - Slack: Send Revise Ad Copies

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 13 - Edit Fields: Revision Counter Max 3

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - If: Continue Revise or Stop

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 15 - Slack: Maxed Out Revision Count

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note4

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

3. Summary Table

Workflow Generate meta & TikTok ad copy with OpenAI and Slack approval workflow
Complexity advanced
Nodes 20
Categories Content Creation
Author Chris Rudy
Published 01 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8123/8123.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 Generate meta & TikTok ad copy with OpenAI and Slack approval workflow do?

Who's it for Marketing teams, copywriters, and agencies who need to quickly generate and iterate on ad copies for Meta and TikTok campaigns. Perfect for brands that want AI powered copy generation ...

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 use case.