Resources · Make integration

Flickr Make integrationAutomate Flickr with Make.

Could your Flickr library sort itself while you keep shooting? The Flickr Make integration gives you 13 modules: one trigger, 10 actions and 2 searches. This guide is for photographers and content teams who have never built an automation, and it walks you from connection to a live first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Flickr Make integration do for you?

The Flickr Make integration links your Flickr account to Make, a visual tool where you build a scenario, meaning an automation made of a chain of modules. Each module is one brick of that chain: it watches Flickr for new photos, uploads a picture, files it into a photoset or looks something up, and nothing has to be coded.

Albums that fill themselves. Put Watch photos at the start and Add a photo to a photoset right after it: every new picture lands in the album you picked, so a client gallery or an event set stays current without anyone dragging files around.

Uploads that come from somewhere else. Upload a photo sends an image into Flickr from another app in the same scenario. A marketing team can publish the visuals approved in its shared drive, and a store can push product shots the moment they exist elsewhere.

A tidy library. Search Photos and List Photosets find what already sits in the account, then Remove a photo from a photoset or Delete a photo cleans it up. Build these flows carefully and treat every deletion as final.

Know the limits before you start. Flickr has no instant trigger in Make, so Watch photos checks on the scenario's schedule rather than the second a photo appears. Anything the 13 listed modules skip goes through Make an API Call. The same app often has an n8n node too; the n8n vs Make comparison lays out how the two tools differ, and the Make review covers the editor in depth. When a run fails, Make troubleshooting lists the usual fixes.

Connect

How do you connect your Flickr account to Make?

  1. 01

    Add a Flickr module

    Log in to Make, open your scenario and add any Flickr module. Then click Create a connection. A connection is your Flickr account linked to Make once, and every Flickr module you add later reuses it.

  2. 02

    Name the connection

    The Connection name field is optional, but a clear label pays off as soon as you handle a personal account and a client account side by side. You will pick it from a list in each module.

  3. 03

    Enter your Flickr credentials

    Paste the authentication details from your Flickr account, or follow the steps Make shows on screen. You need an active Flickr account and an API key. If Make asks for your own OAuth credentials, create them in the Flickr App Garden first.

First scenario

Your first scenario: new Flickr photos go straight into an album

GoalWhen a new photo shows up in the watched Flickr account, Make adds it to the photoset you chose.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.

  2. 02

    Add Watch photos

    Search for Flickr, pick Watch photos and select your connection, or create it now. Make lists what it can read from your account once the connection works.

  3. 03

    Add the album step

    Click the + on the right of the trigger, add Add a photo to a photoset, choose the target photoset and map the photo coming from Watch photos.

  4. 04

    Test with Run once

    Upload a test picture to Flickr, then click Run once. Open the bubble above each module to read the bundles it received, one bundle per photo, and check the album in Flickr.

  5. 05

    Schedule and switch it on

    Click the clock on the first module to set how often Make checks Flickr. A new scenario runs every 15 minutes by default. Then flip the scenario on.

Triggers

What can start a Flickr scenario?

1 module starts a scenario when something happens in Flickr. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Flickr as soon as it happens.

Flickr1Watch photos

Watch photos

Scheduled trigger

In MakeTriggers when a new photo is added to an account being watched.

At each scheduled check, Watch photos picks up new photos in the watched Flickr account and starts your scenario. Each picture it finds becomes a bundle, one item passed to the next module, so the rest of the flow handles photos one at a time.

How it fires
scheduled. Make checks the app on the scenario's schedule, which is every 15 minutes by default and never shorter than 15 minutes on the Free plan.
When to use it
any flow that should react to fresh uploads, such as filing them into an album or copying them to a backup app.
Watch out
nothing happens the instant you upload; photos wait for the next scheduled check, and every photo it returns then counts toward the operations on your plan.
Modules

What else can Make do in Flickr?

Flickr gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Flickr1

Add a photo to a photoset

Action

This action places an existing Flickr photo into one of your photosets, so the album grows without you opening Flickr at all.

When to use it
right after Watch photos or Upload a photo, when every new picture of a shoot belongs in the same client gallery.
Watch out
the photo has to exist first; map its identifier from the previous module instead of typing it by hand.
Flickr2

Create a photoset

Action

Create a photoset opens a brand new album in your account, ready to receive pictures from later modules in the same run.

When to use it
a new project, event or client file starts in another app and deserves its own Flickr album from day one.
Watch out
chain Add a photo to a photoset after it and map the new album from this module's output, or you will end up with empty sets.
Flickr3

Delete a photo

Action

Delete a photo removes a picture from your Flickr account entirely, not just from an album, which keeps a public stream free of shots you no longer want online.

When to use it
a picture gets flagged as rejected elsewhere, for instance in a review sheet, and should disappear from Flickr as well.
Watch out
treat it as final. Test with Run once on a throwaway picture before letting it run on its own.
Flickr4

Delete a photoset

Action

Delete a photoset removes a whole album from your account, which helps when finished projects clutter the list of sets people browse.

When to use it
a project is closed in your management tool and its temporary Flickr album has served its purpose.
Watch out
treat the deletion as final and filter carefully which set reaches this module before you switch the scenario on.
Flickr5

Remove a photo from a photoset

Action

This module takes a picture out of one album while leaving it in your account, the gentle option next to Delete a photo.

When to use it
a shot moves from a draft selection to a final one, or a client drops an image from the gallery you share with them.
Watch out
you need both the photo and the photoset; pull them from Search Photos or List Photosets rather than guessing.
Flickr6

Upload a photo

Action

Upload a photo sends an image file into Flickr from whatever came earlier in the scenario, so pictures produced in another tool land in your account without a manual upload.

When to use it
visuals are approved in a storage app or arrive by email and should be published on Flickr too.
Watch out
the Free plan handles files up to 5 MB, so large originals may need a paid plan.
Flickr7

Add/Remove a Photo

ActionIn the docs only

Add/Remove a Photo handles both directions in one module: it puts a picture into a set or takes it out, depending on what you choose in the module.

When to use it
one flow has to add on some runs and remove on others. Think of a status in another app that flips back and forth.
Watch out
the Make documentation gives no detail on its options, so open the module and check what it offers before building on it.
Flickr8

Get a Photo

ActionIn the docs only

Get a Photo fetches the details of one picture you already know, which gives later modules its data to reuse in captions, sheets or messages.

When to use it
another app hands you a photo identifier and you need the rest of that picture's information before doing anything with it.
Watch out
it reads a single photo; to find pictures you cannot identify yet, start with Search Photos.
Flickr9

Get a Photoset

ActionIn the docs only

Get a Photoset reads the details of one album, so the scenario knows what it is dealing with before adding, removing or reporting anything.

When to use it
you want an album's information copied into a spreadsheet or a project card that tracks your galleries.
Watch out
you need the album's identifier; if you only know its name, List Photosets is the place to look it up first.
Flickr10

List Photosets

SearchIn the docs only

List Photosets returns the albums in your account, each one as its own bundle, which gives you an inventory Make can loop through.

When to use it
you want a sheet listing every album, or you need to find the right set before adding a photo to it.
Watch out
it can return zero, one or many albums, and every module after it runs once per album, which adds operations.
Flickr11

Make an API Call

ActionIn the docs only

Make an API Call reaches any endpoint of the Flickr API through the connection you already set up, so you are not stuck when the ready-made modules stop short.

When to use it
you need a Flickr feature that none of the other 12 modules covers.
Watch out
you write the request yourself, so keep the Flickr API documentation open. Test it with Run once before the scenario goes live.
Flickr12

Search Photos

SearchIn the docs only

Search Photos looks through Flickr and hands back the matching pictures, one bundle each, ready for the next module to act on.

When to use it
a cleanup or sorting job must first find which photos qualify, before moving them between albums or deleting them.
Watch out
a search can return nothing or a long list, so place a filter after it when a delete comes next.
Need help

Need help automating Flickr with Make?

A person reads every message.

FAQ

Flickr and Make: frequently asked questions

01Is the Flickr Make integration free?
Yes. Flickr is a standard app in Make, so it works from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, up to 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans such as Core, Pro, Teams and Enterprise lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one module run on one bundle. Your Flickr subscription is a separate matter handled on Flickr's side.
02What do you need to connect Flickr to Make?
You need an active Flickr account and an API key. In Make, add any Flickr module and click Create a connection, give it a name if you like, then enter the credentials from your Flickr account or follow the on-screen steps. If you use your own OAuth credentials, register an app in the Flickr App Garden, enter the callback URI given in Make's documentation when asked, and copy the API key and the Client secret shown on the app page.
03Does the Flickr trigger in Make work in real time?
No. Watch photos is a scheduled trigger, marked with a clock badge in the editor. Make checks Flickr on the scenario's schedule, every 15 minutes by default, and the Free plan cannot go below 15 minutes. Paid plans allow checks every minute. Flickr has no instant trigger in Make, so there is no webhook that pushes a new photo to your scenario the moment it arrives. For most album and backup flows, a scheduled check is enough.
04What if the Flickr module you need is missing in Make?
Use Make an API Call. It calls any endpoint of the Flickr API with the same connection as the other modules, so you can reach features beyond the 13 listed ones without setting up new credentials. You write the request yourself, which means reading Flickr's API documentation first. Make also notes that its Flickr documentation is AI-generated from Flickr's own docs and may contain mistakes, so double-check anything important directly with Flickr.
05Should you use Make or n8n for Flickr?
It depends on the tool your team already runs. Flickr often has an n8n node as well, so the choice rarely comes down to whether Flickr is supported. In Make, you get 13 ready-made Flickr modules, a visual editor with a Run once test, and Make an API Call for anything else. Compare how each tool builds and runs workflows, pick the one your team is comfortable maintaining, and keep all your automations in that single place.