Skip to main content

Ai-driven Instagram reels creation and publishing with GPT, Creatomate and Slack

Workflow preview

Workflow preview
100%
Ai-driven Instagram reels creation and publishing with GPT, Creatomate and Slack preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate your Instagram growth strategy by generating and posting viral Reels using AI and Creatomate. This workflow plans content topics based on trends, generates video assets, and handles the ap...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.slack, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.wait, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.httprequest

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Ai-driven Instagram reels creation and publishing with GPT, Creatomate and Slack
Workflow name
Ai-driven Instagram reels creation and publishing with GPT, Creatomate and Slack

Automate your Instagram growth strategy by generating and posting viral Reels using AI and Creatomate. This workflow plans content topics based on trends, generates video assets, and handles the approval and posting process—all without manual video editing.

How it works

  1. Schedule Trigger: Runs every day at 9:00 AM.
  2. Topic Planning: Checks past topics from Google Sheets to avoid duplicates, then uses OpenAI (GPT-4o) to generate a new quiz-style content plan.
  3. Video Generation: Uses Creatomate to generate a video based on a template, dynamically inserting the AI-generated text and images.
  4. Approval Loop: Sends the generated video to Slack for human review.
  5. Posting: Once approved in Slack, the workflow automatically uploads the Reel to Instagram.
  6. Logging: Saves the new topic to Google Sheets and notifies Slack upon successful publication.

Setup steps

  1. Configure Credentials:

    • OpenAI: For generating content plans.
    • Creatomate: For video rendering.
    • Google Sheets: For tracking past topics.
    • Slack: For approval notifications.
    • Facebook Graph API: For Instagram publishing.
  2. Google Sheets Setup:

    • Create a Google Sheet with columns: Question, Answer, Title, Date.
    • Update the Get Past Topics and Save New Topic nodes with your Sheet ID.
  3. Creatomate Setup:

    • Create a template in Creatomate or use an existing one.
    • Update the Generate Video node with your template_id in the JSON body.
  4. Slack Setup:

    • Create a channel for approvals.
    • Update the Slack Approval Request and Slack Notification nodes with your Channel ID.
  5. Activate:

    • Turn on the workflow to start automating your content pipeline!

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 - Schedule Trigger

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

Block 2 - Slack Approval Request

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

Block 3 - Instagram Upload

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

Block 4 - Wait (1 min)

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

Block 5 - Instagram Publish

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

Block 6 - Slack Notification

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

Block 7 - Main Sticky Note

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

Block 8 - Section: Content Gen

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

Block 9 - Section: Approval

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

Block 10 - OpenAI Chat Model

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

Block 11 - Generate Content Plan

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 12 - Generate Video

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

Block 13 - Wait for Rendering

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

Block 14 - Parse LLM Output

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

Block 15 - Check Approval

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

Block 16 - Get Past Topics

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 17 - Save New Topic

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 18 - Section: Approval1

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

3. Summary Table

Workflow Ai-driven Instagram reels creation and publishing with GPT, Creatomate and Slack
Complexity advanced
Nodes 18
Categories Content Creation, Multimodal AI
Author Shun Nakayama
Published 09 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11631/11631.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-driven Instagram reels creation and publishing with GPT, Creatomate and Slack do?

Automate your Instagram growth strategy by generating and posting viral Reels using AI and Creatomate. This workflow plans content topics based on trends, generates video assets, and handles the ap...

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.