Creates a photo post on a Facebook Page. Requires an image to be provided via either 'url' (publicly accessible image URL) or 'photo' (local image file upload). This action is specifically for posting images with optional captions, not text-only posts. Returns a composite post_i…
urlstringURL of a publicly accessible image to upload. Supports direct image links with or without file extensions (e.g., https://example.com/image.jpg or hash-based URLs from services like Imgur, Gyazo, Postimages). The image host must not block requests from Facebook. Cannot be a Faceb…
mediaobjectAlias for 'photo'. for uploading a local image file (e.g..jpg.png.gif). At least one of 'media', 'photo', or 'url' is required.
photoobjectfor uploading a local image file (e.g..jpg.png.gif). At least one of 'photo', 'url', or 'media' is required.
messagestringCaption text for the photo. Can also be provided as 'caption'.
page_idRequiredstringThe numeric ID of the Facebook Page to post to. Can be provided as a string or number.
publishedbooleanSet to true to publish immediately, false to save as unpublished
backdated_timeintegerUnix timestamp to backdate the post
scheduled_publish_timeintegerUnix timestamp for scheduled posts (required if published=false) Must be a future UTC epoch timestamp. Providing this with published=true triggers a 400 validation error.
backdated_time_granularitystringGranularity of backdated time: year, month, day, hour, or min
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.