facebook_publish_post
Publish approved Facebook Page posts with message and optional image. Provide page ID and approved content to update your Page through the authenticated connector.
Instructions
Publish one approved post to the exact Facebook Page bound to the authenticated project connector route.
Args: page_id (required): Exact account-bound Facebook Page ID. message (required): Approved post body (maximum 10,000 characters). image_url: Optional public HTTPS image URL. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| message | No | ||
| page_id | No | ||
| image_url | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |