Skip to main content

Automate Lightroom Cloud to Instagram

Workflow preview

Workflow preview
100%
Automate Lightroom Cloud to Instagram preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Create a reusable “photos to post” queue from your Lightroom Cloud album—ideal for Lightroom to Instagram automation with n8n . It discovers new photos, stores clean metadata in a Data Table, and g...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.anthropic, n8n-nodes-base.datatable, n8n-nodes-base.sort, 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 Camille Roux.

Original n8n.io source

1.1 Workflow description

Title
Automate Lightroom Cloud to Instagram
Workflow name
Automate Lightroom Cloud to Instagram

Create a reusable “photos to post” queue from your Lightroom Cloud album—ideal for Lightroom-to-Instagram automation with n8n. It discovers new photos, stores clean metadata in a Data Table, and generates AI alt text to power on-brand captions and accessibility. Use it together with “Lightroom Image Webhook (Direct JPEG for Instagram)” and “Instagram Auto-Publisher for Lightroom Photos (AI Captions).”

What it’s for

Automate Lightroom to Instagram; centralize photo data for scheduled IG posting; prep AI-ready alt text and metadata for consistent, hands-free publishing.

Parameters to set

  • Lightroom Cloud credentials (client/app + API key)
  • Album/collection ID to monitor in Lightroom Cloud
  • Data Table name for the posting queue (e.g., Photos)
  • AI settings: language/tone for alt text (concise, brand-aware)
  • Image analysis URL: public endpoint of Workflow 2 (Lightroom Image Webhook)

Works best with

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

Workflow 3: Instagram Auto-Publisher for Lightroom Photos (AI Captions)

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 - HTTP Request

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

Block 3 - Code in JavaScript

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

Block 4 - Split Out

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

Block 5 - Analyze image

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

Block 6 - If row does not exist

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

Block 7 - Insert row

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

Block 8 - Sort

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

Block 9 - Schedule Trigger

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

Block 10 - Loop Over Items

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

Block 11 - Params

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

3. Summary Table

Workflow Automate Lightroom Cloud to Instagram
Complexity intermediate
Nodes 14
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/9692/9692.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 Automate Lightroom Cloud to Instagram do?

Create a reusable “photos to post” queue from your Lightroom Cloud album—ideal for Lightroom to Instagram automation with n8n . It discovers new photos, stores clean metadata in a Data Table, and g...

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.