Follow Up Boss
Use Follow Up Boss for real-estate CRM people, notes, calls, tasks, deals, webhooks, and related marketing workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | 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: "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 catalog
Available tools
16 callable operations
/callsFOLLOWUPBOSS_CALLS_GETSearch for calls.Connection
Search for calls.
Authentication
Connected account requiredTags
/callsFOLLOWUPBOSS_CALLS_POSTAdd a call.Connection
Add a call.
Authentication
Connected account requiredTags
/dealsFOLLOWUPBOSS_DEALS_GETSearch for deals.Connection
Search for deals.
Authentication
Connected account requiredTags
/deals/:idFOLLOWUPBOSS_DEALS_ID_DELETEDelete a deal.Connection
Delete a deal.
Authentication
Connected account requiredTags
/deals/:idFOLLOWUPBOSS_DEALS_ID_GETRetrieve a deal by id.Connection
Retrieve a deal by id.
Authentication
Connected account requiredTags
/deals/:idFOLLOWUPBOSS_DEALS_ID_PUTUpdate a deal.Connection
Update a deal.
Authentication
Connected account requiredTags
/dealsFOLLOWUPBOSS_DEALS_POSTAdd a deal.Connection
Add a deal.
Authentication
Connected account requiredTags
/meFOLLOWUPBOSS_MERetrieve information about the currently authenticated user.Connection
Retrieve information about the currently authenticated user.
Authentication
Connected account requiredTags
/notesFOLLOWUPBOSS_NOTES_POSTAdd a note.Connection
Add a note.
Authentication
Connected account requiredTags
/people/checkDuplicateFOLLOWUPBOSS_PEOPLE_CHECKDUPLICATECheck whether a person exists in Follow Up Boss.Connection
Check whether a person exists in Follow Up Boss.
Authentication
Connected account requiredTags
/peopleFOLLOWUPBOSS_PEOPLE_GETSearch for people.Connection
Search for people.
Authentication
Connected account requiredTags
/peopleFOLLOWUPBOSS_PEOPLE_POSTManually add a new person.Connection
Manually add a new person.
Authentication
Connected account requiredTags
/tasksFOLLOWUPBOSS_TASKS_GETGet a list of tasks.Connection
Get a list of tasks.
Authentication
Connected account requiredTags
/tasksFOLLOWUPBOSS_TASKS_POSTCreate a new task.Connection
Create a new task.
Authentication
Connected account requiredTags
/webhooksFOLLOWUPBOSS_WEBHOOKS_GETGet a list of webhooks.Connection
Get a list of webhooks.
Authentication
Connected account requiredTags
/webhooksFOLLOWUPBOSS_WEBHOOKS_POSTSubscribe to a new webhook.Connection
Subscribe to a new webhook.
Authentication
Connected account requiredTags