Open Connector
All tools

Buffer

No catalog description yet.

bufferv1.0.015 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "BUFFER_ACCOUNT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("BUFFER_ACCOUNT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute BUFFER_ACCOUNT --data '{ }'

Tool catalog

Available tools

15 callable operations

Get Buffer accountBUFFER_ACCOUNTGet your account information

Get your account information

Authentication

Connected account required

Scopes

read

Tags

accountread
Get Buffer aggregated post metricsBUFFER_AGGREGATEDPOSTMETRICSAggregate post performance for an organization across a date range, optionally filtered by channel or tag

Aggregate post performance for an organization across a date range, optionally filtered by channel or tag

Authentication

Connected account required

Scopes

read

Tags

aggregatedPostMetricsread
Get Buffer channelsBUFFER_CHANNELS_GETGet a channel by ID

Get a channel by ID

Authentication

Connected account required

Scopes

read

Tags

channelsread
List Buffer channelsBUFFER_CHANNELS_LISTList channels for an organization

List channels for an organization

Authentication

Connected account required

Scopes

read

Tags

channelsread
List Buffer daily posting limitsBUFFER_DAILYPOSTINGLIMITS_LISTReturns daily posting limit status for the given channels on the specified date.

Returns daily posting limit status for the given channels on the specified date.

Authentication

Connected account required

Scopes

read

Tags

dailyPostingLimitsread
Run Buffer GraphQL query or mutationBUFFER_GRAPHQL_EXECUTEExecutes an arbitrary GraphQL query or mutation against Buffer's API using the connected account. Use this escape hatch when reviewed tools do not cover the needed operation.

Executes an arbitrary GraphQL query or mutation against Buffer's API using the connected account. Use this escape hatch when reviewed tools do not cover the needed operation.

Authentication

Connected account required

Scopes

readwrite

Tags

graphqladvancedreadwrite
List Buffer idea groupsBUFFER_IDEA_GROUPS_LISTRetrieves idea groups for a Buffer organization.

Retrieves idea groups for a Buffer organization.

Authentication

Connected account required

Scopes

read

Tags

ideasread
Create Buffer ideasBUFFER_IDEAS_CREATECreate a new idea with the given content and metadata

Create a new idea with the given content and metadata

Authentication

Connected account required

Scopes

write

Tags

ideaswrite
List Buffer ideasBUFFER_IDEAS_LISTFetches a paginated list of Buffer ideas with optional tag filtering.

Fetches a paginated list of Buffer ideas with optional tag filtering.

Authentication

Connected account required

Scopes

read

Tags

ideasread
Create Buffer postsBUFFER_POSTS_CREATECreate a new post

Create a new post

Authentication

Connected account required

Scopes

write

Tags

postswrite
Delete Buffer postsBUFFER_POSTS_DELETEDelete a post by id.

Delete a post by id.

Authentication

Connected account required

Scopes

write

Tags

postswrite
Edit Buffer postsBUFFER_POSTS_EDITEdit post for channel

Edit post for channel

Authentication

Connected account required

Scopes

write

Tags

postswrite
Get Buffer postsBUFFER_POSTS_GETGet a post by ID

Get a post by ID

Authentication

Connected account required

Scopes

read

Tags

postsread
List Buffer postsBUFFER_POSTS_LISTList posts for an organization

List posts for an organization

Authentication

Connected account required

Scopes

read

Tags

postsread
Move Buffer post in queueBUFFER_POSTS_MOVE_IN_QUEUEMoves a queued Buffer post to the top or bottom of its channel's queue.

Moves a queued Buffer post to the top or bottom of its channel's queue.

Authentication

Connected account required

Scopes

write

Tags

postswriteexperimental