Open Connector
All tools

Fairing

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

fairingv1.0.02 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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 questions

List all questions

Authentication

Connected account required

Tags

retrieve
List all responsesFAIRING_RETRIEVE_RESPONSESList all responses

List all responses

Authentication

Connected account required

Tags

retrieve

Provider resources