Buffer
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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需要连接1 scope
Get your account information
认证
需要 Connected AccountScopes
readTags
Get Buffer aggregated post metricsBUFFER_AGGREGATEDPOSTMETRICSAggregate post performance for an organization across a date range, optionally filtered by channel or tag需要连接1 scope
Aggregate post performance for an organization across a date range, optionally filtered by channel or tag
认证
需要 Connected AccountScopes
readTags
Get Buffer channelsBUFFER_CHANNELS_GETGet a channel by ID需要连接1 scope
Get a channel by ID
认证
需要 Connected AccountScopes
readTags
List Buffer channelsBUFFER_CHANNELS_LISTList channels for an organization需要连接1 scope
List channels for an organization
认证
需要 Connected AccountScopes
readTags
List Buffer daily posting limitsBUFFER_DAILYPOSTINGLIMITS_LISTReturns daily posting limit status for the given channels on the specified date.需要连接1 scope
Returns daily posting limit status for the given channels on the specified date.
认证
需要 Connected AccountScopes
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.需要连接2 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.
认证
需要 Connected AccountScopes
readwriteTags
List Buffer idea groupsBUFFER_IDEA_GROUPS_LISTRetrieves idea groups for a Buffer organization.需要连接1 scope
Retrieves idea groups for a Buffer organization.
认证
需要 Connected AccountScopes
readTags
Create Buffer ideasBUFFER_IDEAS_CREATECreate a new idea with the given content and metadata需要连接1 scope
Create a new idea with the given content and metadata
认证
需要 Connected AccountScopes
writeTags
List Buffer ideasBUFFER_IDEAS_LISTFetches a paginated list of Buffer ideas with optional tag filtering.需要连接1 scope
Fetches a paginated list of Buffer ideas with optional tag filtering.
认证
需要 Connected AccountScopes
readTags
Create Buffer postsBUFFER_POSTS_CREATECreate a new post需要连接1 scope
Create a new post
认证
需要 Connected AccountScopes
writeTags
Delete Buffer postsBUFFER_POSTS_DELETEDelete a post by id.需要连接1 scope
Delete a post by id.
认证
需要 Connected AccountScopes
writeTags
Edit Buffer postsBUFFER_POSTS_EDITEdit post for channel需要连接1 scope
Edit post for channel
认证
需要 Connected AccountScopes
writeTags
Get Buffer postsBUFFER_POSTS_GETGet a post by ID需要连接1 scope
Get a post by ID
认证
需要 Connected AccountScopes
readTags
List Buffer postsBUFFER_POSTS_LISTList posts for an organization需要连接1 scope
List posts for an organization
认证
需要 Connected AccountScopes
readTags
Move Buffer post in queueBUFFER_POSTS_MOVE_IN_QUEUEMoves a queued Buffer post to the top or bottom of its channel's queue.需要连接1 scope
Moves a queued Buffer post to the top or bottom of its channel's queue.
认证
需要 Connected AccountScopes
writeTags