Facebook Pages
Connect your accountPost to Facebook Pages the connected account manages. Connect a Facebook account under Integrations (OAuth), list your Pages, then publish posts to one.
Publisher: Amistio (built-in) - version 1.0.0 - Apache-2.0
Operations (2)
List your Facebook Pages
facebook.pages.listList the Pages the connected account manages, with their ids.
Takes no inputs.
Returns
pages(object) - Array of { id, name } for each managed Page.
Publish a Page post
facebook.pages.create-postWaits for approvalPublish a post to a Facebook Page the connected account manages. Provide the page id (from 'List your Facebook Pages'), the message, and optionally a link.
Inputs
page_id* (string) - The target Page id.message* (string) - The post text.link(string) - Optional https link to attach.
Returns
postId(string) - The created post id.
Safety rules
- The post publishes publicly on the Page immediately.
Use Facebook Pages from the agent builder - add the block, and reviewed operations run with your own connected account.
Open the builder