Skip to main content

Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer

Workflow preview

Workflow preview
100%
Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer preview
Open on n8n.io

1. Workflow Overview

Turn any Amazon India product URL into a fully edited 10 second lifestyle video and auto publish it to Instagram, Facebook, X (Twitter), LinkedIn, YouTube, and Threads — with platform optimized cap...

Best for

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

Tools used

n8n-nodes-base.httprequest, @apify/n8n-nodes-apify.apify, n8n-nodes-base.stickynote, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, n8n-nodes-base.scheduletrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer
Workflow name
Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer

Turn any Amazon India product URL into a fully-edited 10-second lifestyle video and auto-publish it to Instagram, Facebook, X (Twitter), LinkedIn, YouTube, and Threads — with platform-optimized captions, hashtags, and FTC-compliant affiliate disclosures.

This end-to-end automation removes every manual step from running an Amazon affiliate content business. Drop product URLs into a Google Sheet, and the workflow handles scraping, image generation, video editing, caption writing, and multi-platform posting on an hourly schedule.

────────────────────────── 🔧 What this workflow does ──────────────────────────

  1. Pulls pending Amazon India product URLs from Google Sheets
  2. Scrapes full product data (title, price, discount, rating, features, description, images) via Apify
  3. Generates a high-end lifestyle scene prompt using GPT-4o-mini (Art Director persona)
  4. Creates a photorealistic lifestyle image with FAL AI's FLUX Kontext Pro — keeping the original product intact
  5. Uploads the image to ImgBB for stable hosting
  6. Writes platform-native captions for 6 platforms using Gemini 2.5 Flash via OpenRouter: • Facebook — engagement-led, Indian family tone • Instagram — aspirational with 20-25 hashtags • Threads — 180-char punchy hook • Pinterest — SEO-optimized long-tail keywords • LinkedIn — professional market commentary • X — 240-char with raw affiliate link
  7. Combines the image + your background audio into a 1080p 1:1 video using Shotstack (with animated text overlays)
  8. Posts the final video to all 6 platforms via Buffer's GraphQL API (2 Buffer accounts supported)
  9. Updates Google Sheets with per-platform status + Buffer post IDs
  10. Sends a full Telegram summary with cost breakdown, video preview, and posting status

────────────────────────── 💰 Cost per run (approx.) ──────────────────────────

  • Apify scraping: ~$0.0014
  • FAL AI FLUX Kontext Pro: $0.04
  • Gemini 2.5 Flash (OpenRouter): ~$0.002
  • Shotstack: included in free tier (50 mins/month)
  • Total: ~$0.045 per product → 6 posts across 6 platforms

────────────────────────── 🛠 Required setup ──────────────────────────

  • Apify account (Amazon scraper actor)
  • OpenRouter API key (Gemini 2.5 Flash + GPT-4o-mini)
  • FAL AI account
  • ImgBB API key (free)
  • Shotstack API key
  • Buffer account (2 Buffer workspaces recommended — 6 social channels)
  • Google Sheets OAuth2
  • Telegram Bot (notifications)
  • Amazon Associates affiliate tag

A complete setup guide is included as a sticky note inside the workflow with step-by-step credential instructions and channel ID placeholders.

────────────────────────── 👥 Who this is for ──────────────────────────

  • Amazon affiliate marketers running multi-platform content
  • Social media managers automating product content
  • Solo founders building affiliate income streams
  • Agencies managing affiliate accounts at scale
  • Content creators who want to skip manual editing and posting

────────────────────────── ✅ Key features ──────────────────────────

  • FTC-compliant affiliate disclosures hardcoded into every caption
  • Platform-specific character limits enforced (Threads 180, X 240, etc.)
  • Indian market tone built into AI prompts
  • Buffer GraphQL integration (bypasses deprecated n8n LinkedIn node)
  • Cost tracking node — see actual $ spent per run
  • Status tracking in Google Sheets per platform
  • Resilient JSON parsing with sanitization fallbacks

Built and battle-tested for Amazon India affiliate publishers.

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 - Product Image

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

Block 2 - Run an Actor

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

Block 3 - Get dataset items

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

Block 4 - Sticky Note

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

Block 5 - Parse & Format Captions

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

Block 6 - Sticky Note1

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

Block 7 - Image Prompt Optimization

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

Block 8 - OpenRouter Chat Model

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

Block 9 - Generate Captions1

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

Block 10 - OpenRouter Chat Model1

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

Block 11 - Image Prompt Generation1

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

Block 12 - Image Generation-FAL AI

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

Block 13 - Actual Cost Tracking- Open Router

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

Block 14 - Extract imgBB URL

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

Block 15 - Schedule Trigger

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

Block 16 - Get row(s) in sheet

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

Block 17 - Merge Image And Audio

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

Block 18 - Video Ready

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

Block 19 - Create Shotstack Video

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

Block 20 - Wait

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

Block 21 - Get Rendered Video URL

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

Block 22 - Sticky Note7

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

Block 23 - Image Upload to IMGBB

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

Block 24 - Download Video

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

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

3. Summary Table

Workflow Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer
Complexity advanced
Nodes 43
Categories Content Creation, Multimodal AI
Author Rahul Shah
Published 11 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15639/15639.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 Auto-post Amazon India affiliate videos to 6 platforms with FLUX, Shotstack and Buffer do?

Turn any Amazon India product URL into a fully edited 10 second lifestyle video and auto publish it to Instagram, Facebook, X (Twitter), LinkedIn, YouTube, and Threads — with platform optimized cap...

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.