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 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.
How do you connect your Flickr account to Make?
- 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.
- 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.
- 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.
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.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 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.
- 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.
- 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.
- 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.
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.
Watch photos
Scheduled triggerIn Make“Triggers 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.
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.
Modules index
Add a photo to a photoset
ActionThis action places an existing Flickr photo into one of your photosets, so the album grows without you opening Flickr at all.
Create a photoset
ActionCreate a photoset opens a brand new album in your account, ready to receive pictures from later modules in the same run.
Delete a photo
ActionDelete 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.
Delete a photoset
ActionDelete a photoset removes a whole album from your account, which helps when finished projects clutter the list of sets people browse.
Remove a photo from a photoset
ActionThis module takes a picture out of one album while leaving it in your account, the gentle option next to Delete a photo.
Upload a photo
ActionUpload 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.
Add/Remove a Photo
ActionIn the docs onlyAdd/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.
Get a Photo
ActionIn the docs onlyGet a Photo fetches the details of one picture you already know, which gives later modules its data to reuse in captions, sheets or messages.
Get a Photoset
ActionIn the docs onlyGet a Photoset reads the details of one album, so the scenario knows what it is dealing with before adding, removing or reporting anything.
List Photosets
SearchIn the docs onlyList Photosets returns the albums in your account, each one as its own bundle, which gives you an inventory Make can loop through.
Make an API Call
ActionIn the docs onlyMake 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.
Search Photos
SearchIn the docs onlySearch Photos looks through Flickr and hands back the matching pictures, one bundle each, ready for the next module to act on.
Need help automating Flickr with Make?
A person reads every message.