Parma.AI
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
| API Key | api_key | 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: "PARMA_DELETE_API_V1_RELATIONSHIPS_ID", 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("PARMA_DELETE_API_V1_RELATIONSHIPS_ID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute PARMA_DELETE_API_V1_RELATIONSHIPS_ID --data '{ }'Tool 目录
可用 Tools
22 个可调用操作
Delete the relationshipPARMA_DELETE_API_V1_RELATIONSHIPS_IDDelete the relationship from Parma需要连接
Delete the relationship from Parma
认证
需要 Connected AccountTags
Remove relationship from a groupPARMA_DELETE_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPS_RELATIONSHIP_GROUP_IDRemove relationship from a group需要连接
Remove relationship from a group
认证
需要 Connected AccountTags
List dealsPARMA_GET_API_V1_DEALSList all deals in the Parma account需要连接
List all deals in the Parma account
认证
需要 Connected AccountTags
Get the dealPARMA_GET_API_V1_DEALS_IDGet the deal by its id需要连接
Get the deal by its id
认证
需要 Connected AccountTags
List groupsPARMA_GET_API_V1_GROUPSList all groups in the Parma account需要连接
List all groups in the Parma account
认证
需要 Connected AccountTags
List notesPARMA_GET_API_V1_NOTESList all notes in the Parma account需要连接
List all notes in the Parma account
认证
需要 Connected AccountTags
List pipelinesPARMA_GET_API_V1_PIPELINESList all pipelines in the Parma account需要连接
List all pipelines in the Parma account
认证
需要 Connected AccountTags
Get the pipelinePARMA_GET_API_V1_PIPELINES_IDGet the pipeline by its id需要连接
Get the pipeline by its id
认证
需要 Connected AccountTags
List relationshipsPARMA_GET_API_V1_RELATIONSHIPSList all relationships in the Parma account需要连接
List all relationships in the Parma account
认证
需要 Connected AccountTags
Get the relationshipPARMA_GET_API_V1_RELATIONSHIPS_IDGet the relationship by its id需要连接
Get the relationship by its id
认证
需要 Connected AccountTags
List relationship groupsPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSList all groups linked to the provided relationship需要连接
List all groups linked to the provided relationship
认证
需要 Connected AccountTags
List relationship notesPARMA_GET_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_NOTESList all notes linked to the provided relationship需要连接
List all notes linked to the provided relationship
认证
需要 Connected AccountTags
List stagesPARMA_GET_API_V1_STAGESList all stages in the Parma account需要连接
List all stages in the Parma account
认证
需要 Connected AccountTags
Get the stagePARMA_GET_API_V1_STAGES_IDGet the stage by its id需要连接
Get the stage by its id
认证
需要 Connected AccountTags
List usersPARMA_GET_API_V1_USERSList all users in the Parma account需要连接
List all users in the Parma account
认证
需要 Connected AccountTags
Get the pipelinePARMA_GET_API_V1_USERS_IDGet the user by their id需要连接
Get the user by their id
认证
需要 Connected AccountTags
Get current userPARMA_GET_API_V1_USERS_MELoad information about the logged in user and the workspace需要连接
Load information about the logged in user and the workspace
认证
需要 Connected AccountTags
Update the notePARMA_PATCH_API_V1_NOTES_IDUpdates existing note in the Parma account需要连接
Updates existing note in the Parma account
认证
需要 Connected AccountTags
Update relationshipPARMA_PATCH_API_V1_RELATIONSHIPS_IDUpdate the relationships in the Parma account需要连接
Update the relationships in the Parma account
认证
需要 Connected AccountTags
Create a notePARMA_POST_API_V1_NOTESCreate a new note in the Parma account需要连接
Create a new note in the Parma account
认证
需要 Connected AccountTags
Create a relationshipPARMA_POST_API_V1_RELATIONSHIPSCreate a new relationships in the Parma account需要连接
Create a new relationships in the Parma account
认证
需要 Connected AccountTags
Add relationship to a groupPARMA_POST_API_V1_RELATIONSHIPS_RELATIONSHIP_ID_GROUPSAdd relationship to a group需要连接
Add relationship to a group
认证
需要 Connected AccountTags