Open Connector
所有 Tools

Buffer

Catalog 暂无描述。

bufferv1.0.015 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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 目录

可用 Tools

15 个可调用操作

Get Buffer accountBUFFER_ACCOUNTGet your account information

Get your account information

认证

需要 Connected Account

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

认证

需要 Connected Account

Scopes

read

Tags

aggregatedPostMetricsread
Get Buffer channelsBUFFER_CHANNELS_GETGet a channel by ID

Get a channel by ID

认证

需要 Connected Account

Scopes

read

Tags

channelsread
List Buffer channelsBUFFER_CHANNELS_LISTList channels for an organization

List channels for an organization

认证

需要 Connected Account

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.

认证

需要 Connected Account

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.

认证

需要 Connected Account

Scopes

readwrite

Tags

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

Retrieves idea groups for a Buffer organization.

认证

需要 Connected Account

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

认证

需要 Connected Account

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.

认证

需要 Connected Account

Scopes

read

Tags

ideasread
Create Buffer postsBUFFER_POSTS_CREATECreate a new post

Create a new post

认证

需要 Connected Account

Scopes

write

Tags

postswrite
Delete Buffer postsBUFFER_POSTS_DELETEDelete a post by id.

Delete a post by id.

认证

需要 Connected Account

Scopes

write

Tags

postswrite
Edit Buffer postsBUFFER_POSTS_EDITEdit post for channel

Edit post for channel

认证

需要 Connected Account

Scopes

write

Tags

postswrite
Get Buffer postsBUFFER_POSTS_GETGet a post by ID

Get a post by ID

认证

需要 Connected Account

Scopes

read

Tags

postsread
List Buffer postsBUFFER_POSTS_LISTList posts for an organization

List posts for an organization

认证

需要 Connected Account

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.

认证

需要 Connected Account

Scopes

write

Tags

postswriteexperimental