Open Connector
All 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

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

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.

Search for calls.

Authentication

Connected account required

Tags

calls
/callsFOLLOWUPBOSS_CALLS_POSTAdd a call.

Add a call.

Authentication

Connected account required

Tags

calls
/dealsFOLLOWUPBOSS_DEALS_GETSearch for deals.

Search for deals.

Authentication

Connected account required

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_DELETEDelete a deal.

Delete a deal.

Authentication

Connected account required

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_GETRetrieve a deal by id.

Retrieve a deal by id.

Authentication

Connected account required

Tags

deals
/deals/:idFOLLOWUPBOSS_DEALS_ID_PUTUpdate a deal.

Update a deal.

Authentication

Connected account required

Tags

deals
/dealsFOLLOWUPBOSS_DEALS_POSTAdd a deal.

Add a deal.

Authentication

Connected account required

Tags

deals
/meFOLLOWUPBOSS_MERetrieve information about the currently authenticated user.

Retrieve information about the currently authenticated user.

Authentication

Connected account required

Tags

me
/notesFOLLOWUPBOSS_NOTES_POSTAdd a note.

Add a note.

Authentication

Connected account required

Tags

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

Check whether a person exists in Follow Up Boss.

Authentication

Connected account required

Tags

people
/peopleFOLLOWUPBOSS_PEOPLE_GETSearch for people.

Search for people.

Authentication

Connected account required

Tags

people
/peopleFOLLOWUPBOSS_PEOPLE_POSTManually add a new person.

Manually add a new person.

Authentication

Connected account required

Tags

people
/tasksFOLLOWUPBOSS_TASKS_GETGet a list of tasks.

Get a list of tasks.

Authentication

Connected account required

Tags

tasks
/tasksFOLLOWUPBOSS_TASKS_POSTCreate a new task.

Create a new task.

Authentication

Connected account required

Tags

tasks
/webhooksFOLLOWUPBOSS_WEBHOOKS_GETGet a list of webhooks.

Get a list of webhooks.

Authentication

Connected account required

Tags

webhooks
/webhooksFOLLOWUPBOSS_WEBHOOKS_POSTSubscribe to a new webhook.

Subscribe to a new webhook.

Authentication

Connected account required

Tags

webhooks

Provider resources