Open Connector
所有 Tools

Payload CMS logoPayload CMS

Read and manage content in a Payload CMS deployment through its REST and GraphQL APIs.

payload-cmsvcatalog-v110 个 Tools

认证方式

方式底层类型状态说明
Payload JWTapi_keyavailable

调用示例

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: "PAYLOAD_CMS_GRAPHQL_EXECUTE",  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("PAYLOAD_CMS_GRAPHQL_EXECUTE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute PAYLOAD_CMS_GRAPHQL_EXECUTE --data '{ }'

Tool 目录

可用 Tools

10 个可调用操作

Run Payload CMS GraphQL query or mutationPAYLOAD_CMS_GRAPHQL_EXECUTEExecutes an arbitrary GraphQL query or mutation against Payload CMS'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 Payload CMS'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
Check Payload GraphQL endpointPAYLOAD_GRAPHQL_HEALTHChecks that the configured Payload GraphQL endpoint accepts a schema-independent query.

Checks that the configured Payload GraphQL endpoint accepts a schema-independent query.

认证

需要 Connected Account

Scopes

read

Tags

graphqlhealthread
Count Payload collection documentsPAYLOAD_REST_COLLECTIONS_COUNTCounts documents visible in a Payload collection.

Counts documents visible in a Payload collection.

认证

需要 Connected Account

Scopes

read

Tags

collectionscountrestread
Create a Payload collection documentPAYLOAD_REST_COLLECTIONS_CREATECreates one document in a Payload collection using fields accepted by the connected project schema.

Creates one document in a Payload collection using fields accepted by the connected project schema.

认证

需要 Connected Account

Scopes

write

Tags

collectionscreaterestwrite
Delete a Payload document by IDPAYLOAD_REST_COLLECTIONS_DELETE_BY_IDDeletes one Payload collection document by ID.

Deletes one Payload collection document by ID.

认证

需要 Connected Account

Scopes

write

Tags

collectionsdeleterestwrite
Find Payload collection documentsPAYLOAD_REST_COLLECTIONS_FINDLists documents from a Payload collection. The collection slug and available fields come from the connected project.

Lists documents from a Payload collection. The collection slug and available fields come from the connected project.

认证

需要 Connected Account

Scopes

read

Tags

collectionsrestread
Find a Payload document by IDPAYLOAD_REST_COLLECTIONS_FIND_BY_IDRetrieves one document from a Payload collection by ID.

Retrieves one document from a Payload collection by ID.

认证

需要 Connected Account

Scopes

read

Tags

collectionsrestread
Update a Payload document by IDPAYLOAD_REST_COLLECTIONS_UPDATE_BY_IDUpdates one Payload collection document by ID using fields accepted by the connected project schema.

Updates one Payload collection document by ID using fields accepted by the connected project schema.

认证

需要 Connected Account

Scopes

write

Tags

collectionsrestupdatewrite
Get a Payload globalPAYLOAD_REST_GLOBALS_GETRetrieves a Payload global by its project-defined slug.

Retrieves a Payload global by its project-defined slug.

认证

需要 Connected Account

Scopes

read

Tags

globalsrestread
Update a Payload globalPAYLOAD_REST_GLOBALS_UPDATEUpdates a Payload global using fields accepted by the connected project schema.

Updates a Payload global using fields accepted by the connected project schema.

认证

需要 Connected Account

Scopes

write

Tags

globalsrestupdatewrite

Provider 资源