Fairing
Use Fairing to read survey questions and response data for marketing attribution and post-purchase insights.
fairingv1.0.02 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
2 callable operations
List all questionsFAIRING_RETRIEVE_QUESTIONSList all questionsConnection
List all questions
Authentication
Connected account requiredTags
retrieve
List all responsesFAIRING_RETRIEVE_RESPONSESList all responsesConnection
List all responses
Authentication
Connected account requiredTags
retrieve