Skip to main content

Lightroom cloud to Instagram auto poster (AI captions)

Workflow preview

Workflow preview
100%
Lightroom cloud to Instagram auto poster (AI captions) preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automatically publish Lightroom photos to Instagram with short, human sounding AI captions. This workflow pulls the next item from your Data Table queue, generates an on brand caption from alt text...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.datatable, n8n-nodes-base.sort, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.anthropic, n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Lightroom cloud to Instagram auto poster (AI captions)
Workflow name
Lightroom cloud to Instagram auto poster (AI captions)

Automatically publish Lightroom photos to Instagram with short, human-sounding AI captions. This workflow pulls the next item from your Data Table queue, generates an on-brand caption from alt text + metadata, uploads via Instagram Graph API, and marks it posted. Use it together with “Lightroom Cloud → Photos Queue (AI Alt Text)” and “Lightroom Image Webhook (Direct JPEG for Instagram).”

What it’s for

Hands-free Lightroom-to-Instagram posting: schedule, caption with AI, and publish consistently using the Instagram Graph API.

Parameters to set

  • Instagram Graph API access token and Instagram Business/Creator account ID
  • Posting schedule (cron/interval) + max posts per run
  • Data Table name & status fields (posted timestamp, IG media ID)
  • Caption rules: tone, max length, hashtags policy, CTA style
  • Image source URL: public endpoint of Workflow 2 (Lightroom Image Webhook)

Works best with

Workflow 1: Lightroom Cloud → Photos Queue (AI Alt Text)

Workflow 2: Lightroom Image Webhook (Direct JPEG for Instagram)

Learn more & stay in the loop

Want the full story (decisions, trade-offs, and tips) behind this Lightroom Cloud → Instagram automation?
👉 Read the write-up on my blog: camilleroux.com

If you enjoy street & urban photography or you’re curious how I use these n8n workflows day-to-day:
👉 Follow my photo account on Instagram: @camillerouxphoto
👉 Follow me on other networks: links available on my site (X, Bluesky, Mastodon, Threads)

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 - Sticky Note

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

Block 2 - Get row(s)

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

Block 3 - Sort

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

Block 4 - Limit

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

Block 5 - Message a model

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

Block 6 - Publish image

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

Block 7 - Create container

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

Block 8 - Get instagram id

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

Block 9 - get access_token

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

Block 10 - Update row(s)

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

Block 11 - Schedule Trigger

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

Block 12 - Params

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

Block 17 - Sticky Note5

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

3. Summary Table

Workflow Lightroom cloud to Instagram auto poster (AI captions)
Complexity advanced
Nodes 17
Categories Social Media, Multimodal AI
Author Camille Roux
Published 15 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9694/9694.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 Lightroom cloud to Instagram auto poster (AI captions) do?

Automatically publish Lightroom photos to Instagram with short, human sounding AI captions. This workflow pulls the next item from your Data Table queue, generates an on brand caption from alt text...

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 Social Media, Multimodal AI use case.