Open Connector
所有 Tools

Fairing

Use Fairing to read survey questions and response data for marketing attribution and post-purchase insights.

fairingv1.0.02 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_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: "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 Account

Tags

retrieve
List all responsesFAIRING_RETRIEVE_RESPONSESList all responses

List all responses

认证

需要 Connected Account

Tags

retrieve

Provider 资源