Creates a video post on a Facebook Page. Requires a Page access token with `pages_manage_posts` scope and manage-level permissions on the target page.
titlestringTitle of the video
videoobjectLocal video file to upload. At least one of 'video' or 'file_url' must be provided.
page_idRequiredstringThe ID of the Facebook Page Must be a Facebook Page ID (not a personal profile ID); the authenticated token must have manage-level access.
file_urlstringURL of the video file to upload. At least one of 'file_url' or 'video' must be provided. Must be a direct download URL (e.g., direct MP4 link), not a watch/share URL. Use MP4 with H.264/AAC encoding; unsupported formats or very large files may fail.
publishedbooleanWhether to publish immediately
targetingobjectAudience targeting specifications
descriptionstringDescription of the video
scheduled_publish_timeintegerUnix timestamp to schedule the video post Requires `published=false`; must be a UTC Unix epoch at least ~10 minutes in the future. Combining with `published=true` or omitting when `published=false` causes 400 errors.
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.