Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
FlickrFlickr

Upload public photo from URL

This Action will upload a new public photo, from a given URL to an image, to your Flickr photostream.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info
Description
This Action will upload a new public photo, from a given URL to an image, to your Flickr photostream.
API endpoint slug
flickr.upload_public_photo_from_url
Filter code method
Flickr.uploadPublicPhotoFromUrl.skip(string?: reason)
Runtime method
runAction("flickr.upload_public_photo_from_url", {})

Action fields

Photo URL Text input > Photo
Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
Flickr.uploadPublicPhotoFromUrl.setPhotoUrl(string: photoUrl)
Title Text input > Title
Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
Flickr.uploadPublicPhotoFromUrl.setTitle(string: title)
Description Text input > Short text
Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Flickr.uploadPublicPhotoFromUrl.setDescription(string: description)
Tags Text input > Tags
Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Flickr.uploadPublicPhotoFromUrl.setTags(string: tags)