Group Location
Explore Plans
Mobile menu Close menu
Facebook (Old)Facebook (Old)

Upload a photo from URL

This Action will upload a new photo, from the given URL, to a Facebook album you specify.

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
API endpoint slug
facebook_old.create_photo
Filter code method
FacebookOld.createPhoto.skip(string?: reason)
Runtime method
runAction("facebook_old.create_photo", {})

Action fields

Photo URL Text input > Photo

Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
FacebookOld.createPhoto.setPhotoUrl(string: photoUrl)

Message Text input

Label
Message
Slug
message
Required
false
Can have default value
true
Filter code method
FacebookOld.createPhoto.setMessage(string: message)

Album Text input > Other

Label
Album name
Helper text
Slug
album
Required
false
Can have default value
true
Filter code method
FacebookOld.createPhoto.setAlbum(string: album)