See llms.txt for all machine-readable content.
This workflow exposes a webhook that takes a public video URL and caption, uploads the video to a Facebook Page as a Reel via the Facebook Graph API’s three-phase upload, and responds with the created Reel’s video ID and link.
video_url, caption, and optional video_state plus scheduled_publish_time.video_id and a https://www.facebook.com/reel/<video_id> link in the webhook response.Authorization: Bearer <PAGE_ACCESS_TOKEN> and use it for all Facebook HTTP requests.YOUR_FACEBOOK_PAGE_ID with your Facebook Page ID.video_url, optional caption, and optional video_state (DRAFT, SCHEDULED, or PUBLISHED) plus scheduled_publish_time when scheduling.