Open Connector
所有 Tools

Follow Up Boss

Use Follow Up Boss for real-estate CRM people, notes, calls, tasks, deals, webhooks, and related marketing workflows.

followupbossv1.0.016 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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: "FOLLOWUPBOSS_CALLS_GET",  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("FOLLOWUPBOSS_CALLS_GET", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute FOLLOWUPBOSS_CALLS_GET --data '{ }'

Tool 目录

可用 Tools

16 个可调用操作

/callsFOLLOWUPBOSS_CALLS_GETSearch for calls.

Search for calls.

认证

需要 Connected Account

Tags

calls
/callsFOLLOWUPBOSS_CALLS_POSTAdd a call.

Add a call.

认证

需要 Connected Account

Tags

calls
/dealsFOLLOWUPBOSS_DEALS_GETSearch for deals.

Search for deals.

认证

需要 Connected Account

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_DELETEDelete a deal.

Delete a deal.

认证

需要 Connected Account

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_GETRetrieve a deal by id.

Retrieve a deal by id.

认证

需要 Connected Account

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_PUTUpdate a deal.

Update a deal.

认证

需要 Connected Account

Tags

deals
/dealsFOLLOWUPBOSS_DEALS_POSTAdd a deal.

Add a deal.

认证

需要 Connected Account

Tags

deals
/meFOLLOWUPBOSS_MERetrieve information about the currently authenticated user.

Retrieve information about the currently authenticated user.

认证

需要 Connected Account

Tags

me
/notesFOLLOWUPBOSS_NOTES_POSTAdd a note.

Add a note.

认证

需要 Connected Account

Tags

notes
/people/checkDuplicateFOLLOWUPBOSS_PEOPLE_CHECKDUPLICATECheck whether a person exists in Follow Up Boss.

Check whether a person exists in Follow Up Boss.

认证

需要 Connected Account

Tags

people
/peopleFOLLOWUPBOSS_PEOPLE_GETSearch for people.

Search for people.

认证

需要 Connected Account

Tags

people
/peopleFOLLOWUPBOSS_PEOPLE_POSTManually add a new person.

Manually add a new person.

认证

需要 Connected Account

Tags

people
/tasksFOLLOWUPBOSS_TASKS_GETGet a list of tasks.

Get a list of tasks.

认证

需要 Connected Account

Tags

tasks
/tasksFOLLOWUPBOSS_TASKS_POSTCreate a new task.

Create a new task.

认证

需要 Connected Account

Tags

tasks
/webhooksFOLLOWUPBOSS_WEBHOOKS_GETGet a list of webhooks.

Get a list of webhooks.

认证

需要 Connected Account

Tags

webhooks
/webhooksFOLLOWUPBOSS_WEBHOOKS_POSTSubscribe to a new webhook.

Subscribe to a new webhook.

认证

需要 Connected Account

Tags

webhooks

Provider 资源