The Flickr modules allow you to watch, search, create, and modify both photos and photosets and make API calls.
To use any of the Flickr modules, you must connect your Flickr account to {{Make}}. If you do not have an account yet, you can create one at flickr.com.
Choose the Flickr module you want to use.
Under Connection, click Add.
Choose a name for your connection.
Click Save. {{Make}} then redirects you to the Flickr website where you are prompted to grant {{Make}} access to your account.
![]() |
Click Ok, I'll authorize it.
Now, you can continue creating your scenario.
Triggers when a photo is uploaded.
<div>Connection | |
Watch Photos | By Query Parameters
By My Photoset
|
Safe Search | Select the level of Flickr SafeSearch you want to use.
|
Content Type | Select the type of content you want to watch for. |
Privacy Filter | Select the privacy filter you want to use. |
Media | Select the type of media you want to watch for. |
Limit | Set the maximum number of photos {{Make}} returns during one scenario execution cycle. |
Searches for photos.
<div>Connection | ||||
Search/List Photos | By Query Parameters
By My Photoset | |||
Min Upload Date | Map the minimum upload date. {{Make}} returns photos with an upload date greater than or equal to this value. See the list of supported date formats. | |||
Max Upload Date | Map the maximum upload date. {{Make}} returns photos with an upload date less than or equal to this value. See the list of supported date formats. | |||
Min Taken Date | Map the minimum taken date. {{Make}} returns photos with a taken date greater than or equal to this value. See the list of supported date formats. | |||
Max Taken Date | Map the maximum taken date. {{Make}} returns photos with a taken date less than or equal to this value. See the list of supported date formats. | |||
Safe Search | Select the level of Flickr SafeSearch you want to use. | |||
Content Type | Select the type of content you want to watch for. | |||
Privacy Filter | Select the privacy filter you want to use. | |||
Media | Select the type of media you want to watch for. | |||
Sort | Select the order in which to sort the returned photos. | |||
Extra Fields | Select any extra information to fetch for each returned record. | |||
Limit | Set the maximum number of photos {{Make}} returns during one scenario execution cycle. |
Gets a specified photo.
<div></div>Uploads a new photo.
<div>Connection | |
Photoset ID | Select or enter the id of the photoset you want to upload your photo to. |
File Name | Map the file name, including the extension. For example: |
Data | Map the necessary data of the photo you want to upload. |
Privacy | Select your preferred level of privacy.
|
Safety Level | Select your preferred level of safety. |
Content Type | Select the type of content you want to upload. |
Title | Enter the title of the upload. |
Description | Enter the description of the upload. This may contain some limited HTML. |
Tags | Add any tags to apply to the upload. |
Hide from Public Searches | Select whether to hide the upload from any public searches |
Adds or removes a photo to/from a specified photoset.
<div></div>Retrieves a list of photosets.
<div>Gets a specified photoset.
<div></div>Creates a new phototset.
<div></div>Performs an arbitrary authorized API call.
![]() |
Note |
---|---|
For the list of available endpoints, refer to the Flickr API documentation. |
Connection |
|
Method |
Select the HTTP method you want to use: GET: to retrieve information for an entry. POST: to create a new entry. PUT: to update/replace an existing entry. PATCH: to make a partial entry update. DELETE: to delete an entry. |
Headers |
Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |