Skip to main content

Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets

Workflow preview

Workflow preview
100%
Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Overview This no code workflow is built for creators, agencies, and operators who want to automate the repurposing of Instagram Reels. It runs end to end and outputs structured insights and conte...

Best for

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

Tools used

n8n-nodes-base.wait, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.lmchatmistralcloud, n8n-nodes-base.code, n8n-nodes-base.if, 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 Mirza Ajmal.

Original n8n.io source

1.1 Workflow description

Title
Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets
Workflow name
Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets

📍Overview This no-code workflow is built for creators, agencies, and operators who want to automate the repurposing of Instagram Reels. It runs end-to-end and outputs structured insights and content-ready scripts—without touching a single tool manually.

đź§° What It Does

  • Triggered simply by sending an Instagram Reel URL via Telegram.
  • Downloads the Reel automatically.
  • Converts video to audio using FreeConvert API.
  • Transcribes speech to text using AssemblyAI.
  • Analyzes both transcript and description using a connected LLM (OpenAI or Mistral).

Extracts:

  • Niche
  • Core message
  • 3 viral content hooks
  • 3 ready-to-use short-form video scripts
  • Saves all data to a Google Sheet for easy reuse by the creator or team.

đź§Ş APIs & Integrations

  • Telegram Bot API (for triggering)
  • FreeConvert API (MP4 to MP3 conversion)
  • AssemblyAI (for transcription)
  • OpenAI or Mistral (LLM for content analysis)
  • Google Sheets API (for logging all outputs)

âś… Requirements

  • An n8n instance (self-hosted or cloud)
  • AssemblyAI API key
  • FreeConvert API key
  • Telegram Bot token
  • Google service account credentials
  • Your preferred LLM key (OpenAI or Mistral)

đź’ˇ Why Use This Workflow

  • Runs entirely from Telegram—no dashboards required
  • Helps you extract deep insights and reusable content from any Instagram Reel
  • All tools used are free or very low cost
  • Ideal for scaling personal brands or agency operations

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 - Wait

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

Block 2 - Wait2

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

Block 3 - Send a text message

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

Block 4 - Structured Output Parser

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

Block 5 - Telegram Trigger

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

Block 6 - Mistral Cloud Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 7 - Extract::Instagram Reel URL

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

Block 8 - Validate::URL Extracted

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

Block 9 - Respond::Invalid URL

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

Block 10 - Apify::Scrape Reel Metadata

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

Block 11 - Validate::Reel Downloadable

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

Block 12 - Respond::Reel Download Failed1

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

Block 13 - Download::Reel File

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

Block 14 - FreeConvert::Import Reel

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

Block 15 - Check::Import Status

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

Block 16 - Validate::Import Successful

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

Block 17 - FreeConvert::Submit MP3 Conversion

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

Block 18 - Wait1

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

Block 19 - Check::Conversion Status

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

Block 20 - Validate::Conversion Complete

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

Block 21 - Download::MP3 File

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

Block 22 - AssemblyAI::Submit Transcription

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

Block 23 - Check::Transcript Status

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

Block 24 - Validate::Transcript Present

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

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

3. Summary Table

Workflow Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets
Complexity advanced
Nodes 35
Categories Content Creation, Multimodal AI
Author Mirza Ajmal
Published 31 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6729/6729.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 Transform Instagram reels into viral content with Mistral AI, AssemblyAI & Sheets do?

Overview This no code workflow is built for creators, agencies, and operators who want to automate the repurposing of Instagram Reels. It runs end to end and outputs structured insights and conte...

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.