Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
Facebook PagesFacebook Pages

Upload a photo from URL

This Action will upload a new photo, from the given URL, to a Facebook Page 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
This Action will upload a new photo, from the given URL, to a Facebook Page album you specify.
API endpoint slug
facebook_pages.create_photo_page
Filter code method
FacebookPages.createPhotoPage.skip(string?: reason)
Runtime method
runAction("facebook_pages.create_photo_page", {})

Action fields

Photo URL Text input > Photo
Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setPhotoUrl(string: photoUrl)
Message Text input
Label
Message
Slug
message
Required
false
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setMessage(string: message)
Album Text input > Other
Label
Album name
Helper text
Provide the name of an existing album, or leave blank for no album. If a non-existent album name is provided, you'll receive this error
Slug
album
Required
false
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setAlbum(string: album)