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.0 | oauth2 | 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: "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 AccountTags
calls
/callsFOLLOWUPBOSS_CALLS_POSTAdd a call.需要连接
Add a call.
认证
需要 Connected AccountTags
calls
/dealsFOLLOWUPBOSS_DEALS_GETSearch for deals.需要连接
Search for deals.
认证
需要 Connected AccountTags
deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_DELETEDelete a deal.需要连接
Delete a deal.
认证
需要 Connected AccountTags
deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_GETRetrieve a deal by id.需要连接
Retrieve a deal by id.
认证
需要 Connected AccountTags
deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_PUTUpdate a deal.需要连接
Update a deal.
认证
需要 Connected AccountTags
deals
/dealsFOLLOWUPBOSS_DEALS_POSTAdd a deal.需要连接
Add a deal.
认证
需要 Connected AccountTags
deals
/meFOLLOWUPBOSS_MERetrieve information about the currently authenticated user.需要连接
Retrieve information about the currently authenticated user.
认证
需要 Connected AccountTags
me
/notesFOLLOWUPBOSS_NOTES_POSTAdd a note.需要连接
Add a note.
认证
需要 Connected AccountTags
notes
/people/checkDuplicateFOLLOWUPBOSS_PEOPLE_CHECKDUPLICATECheck whether a person exists in Follow Up Boss.需要连接
Check whether a person exists in Follow Up Boss.
认证
需要 Connected AccountTags
people
/peopleFOLLOWUPBOSS_PEOPLE_GETSearch for people.需要连接
Search for people.
认证
需要 Connected AccountTags
people
/peopleFOLLOWUPBOSS_PEOPLE_POSTManually add a new person.需要连接
Manually add a new person.
认证
需要 Connected AccountTags
people
/tasksFOLLOWUPBOSS_TASKS_GETGet a list of tasks.需要连接
Get a list of tasks.
认证
需要 Connected AccountTags
tasks
/tasksFOLLOWUPBOSS_TASKS_POSTCreate a new task.需要连接
Create a new task.
认证
需要 Connected AccountTags
tasks
/webhooksFOLLOWUPBOSS_WEBHOOKS_GETGet a list of webhooks.需要连接
Get a list of webhooks.
认证
需要 Connected AccountTags
webhooks
/webhooksFOLLOWUPBOSS_WEBHOOKS_POSTSubscribe to a new webhook.需要连接
Subscribe to a new webhook.
认证
需要 Connected AccountTags
webhooks