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.setPhotoUrl(string: photoUrl)
- 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 this error
- Slug
- album
- Required
- false
- Can have default value
- true
- Filter code method
- FacebookPages.createPhotoPage.setAlbum(string: album)