Buffer
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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 informationConnection1 scope
Get your account information
Authentication
Connected account requiredScopes
readTags
Get Buffer aggregated post metricsBUFFER_AGGREGATEDPOSTMETRICSAggregate post performance for an organization across a date range, optionally filtered by channel or tagConnection1 scope
Aggregate post performance for an organization across a date range, optionally filtered by channel or tag
Authentication
Connected account requiredScopes
readTags
Get Buffer channelsBUFFER_CHANNELS_GETGet a channel by IDConnection1 scope
Get a channel by ID
Authentication
Connected account requiredScopes
readTags
List Buffer channelsBUFFER_CHANNELS_LISTList channels for an organizationConnection1 scope
List channels for an organization
Authentication
Connected account requiredScopes
readTags
List Buffer daily posting limitsBUFFER_DAILYPOSTINGLIMITS_LISTReturns daily posting limit status for the given channels on the specified date.Connection1 scope
Returns daily posting limit status for the given channels on the specified date.
Authentication
Connected account requiredScopes
readTags
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.Connection2 scopes
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 requiredScopes
readwriteTags
List Buffer idea groupsBUFFER_IDEA_GROUPS_LISTRetrieves idea groups for a Buffer organization.Connection1 scope
Retrieves idea groups for a Buffer organization.
Authentication
Connected account requiredScopes
readTags
Create Buffer ideasBUFFER_IDEAS_CREATECreate a new idea with the given content and metadataConnection1 scope
Create a new idea with the given content and metadata
Authentication
Connected account requiredScopes
writeTags
List Buffer ideasBUFFER_IDEAS_LISTFetches a paginated list of Buffer ideas with optional tag filtering.Connection1 scope
Fetches a paginated list of Buffer ideas with optional tag filtering.
Authentication
Connected account requiredScopes
readTags
Create Buffer postsBUFFER_POSTS_CREATECreate a new postConnection1 scope
Create a new post
Authentication
Connected account requiredScopes
writeTags
Delete Buffer postsBUFFER_POSTS_DELETEDelete a post by id.Connection1 scope
Delete a post by id.
Authentication
Connected account requiredScopes
writeTags
Edit Buffer postsBUFFER_POSTS_EDITEdit post for channelConnection1 scope
Edit post for channel
Authentication
Connected account requiredScopes
writeTags
Get Buffer postsBUFFER_POSTS_GETGet a post by IDConnection1 scope
Get a post by ID
Authentication
Connected account requiredScopes
readTags
List Buffer postsBUFFER_POSTS_LISTList posts for an organizationConnection1 scope
List posts for an organization
Authentication
Connected account requiredScopes
readTags
Move Buffer post in queueBUFFER_POSTS_MOVE_IN_QUEUEMoves a queued Buffer post to the top or bottom of its channel's queue.Connection1 scope
Moves a queued Buffer post to the top or bottom of its channel's queue.
Authentication
Connected account requiredScopes
writeTags