Buffer

Buffer is a social media management platform for planning, creating, scheduling, and publishing content across connected channels.

11 actions Integration catalog
Request access
Connect Buffer once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create IdeaBUFFER_CREATE_IDEA
Create a persistent content idea in a Buffer organization. Buffer's public API provides no operation to update or delete an idea after creation, so this action cannot be undone through the API.
Create Post DraftBUFFER_CREATE_POST_DRAFT
Create an internal text-post draft for exactly one Buffer channel. This action always saves a draft and does not queue, schedule, or publish it.
Delete PostBUFFER_DELETE_POST
Permanently delete a Buffer post by ID, including a draft created for cleanup. This operation cannot be undone.
Delete Post TemplateBUFFER_DELETE_POST_TEMPLATE
Delete a writable private Buffer template, or an internal template when the connected user is an organization admin or owner. This operation cannot be undone.
Get Account ContextBUFFER_GET_ACCOUNT_CONTEXT
Return the connected Buffer account, its organizations, and the accessible social channels in each organization so an agent can discover the IDs required by other tools.
List Idea GroupsBUFFER_LIST_IDEA_GROUPS
List the idea workflow groups in a Buffer organization so an agent can discover group IDs for filtering or idea creation.
List IdeasBUFFER_LIST_IDEAS
List content ideas in a Buffer organization, optionally filtering by explicit idea groups or grouped versus ungrouped workflow membership.
List PostsBUFFER_LIST_POSTS
List and filter posts in a Buffer organization without requesting OAuth-inaccessible analytics fields.
List Post TemplatesBUFFER_LIST_POST_TEMPLATES
List Buffer public templates and templates visible to the connected user in an organization, optionally filtered by visibility.
Publish PostsBUFFER_PUBLISH_POSTS
Queue, schedule, or immediately publish the same text post to one to 10 Buffer channels. The 10-channel cap bounds external side effects and provider requests in one invocation. Calls are non-atomic: one createPost mutation runs per channel, and successful channels may already be queued, scheduled, or published when another channel fails. Returns every success and provider failure instead of rolling successful channels back.
Save Post TemplateBUFFER_SAVE_POST_TEMPLATE
Create a private or internal Buffer post template, or update an existing writable template when template_id is supplied.