Fairing
Use Fairing to read survey questions and response data for marketing attribution and post-purchase insights.
fairingv1.0.02 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "FAIRING_RETRIEVE_QUESTIONS", 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("FAIRING_RETRIEVE_QUESTIONS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FAIRING_RETRIEVE_QUESTIONS --data '{ }'Tool 目录
可用 Tools
2 个可调用操作
List all questionsFAIRING_RETRIEVE_QUESTIONSList all questions需要连接
List all questions
认证
需要 Connected AccountTags
retrieve
List all responsesFAIRING_RETRIEVE_RESPONSESList all responses需要连接
List all responses
认证
需要 Connected AccountTags
retrieve