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
Label
Photo URL
Slug
photo_url
Required
true
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setPhoto Url(string: photo_url)
Label
Message
Slug
message
Required
false
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setMessage(string: message)
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 <a href="https://help.ifttt.com/hc/en-us/articles/5343334604187" target="_blank">this error</a>
Slug
album
Required
false
Can have default value
true
Filter code method
FacebookPages.createPhotoPage.setAlbum(string: album)