Follow Up Boss
Real estate CRM for leads, people, deals, tasks, appointments, notes, events, and webhooks.
Tools
| Name | Description |
|---|---|
list_peopleList Follow Up Boss people with narrow pagination and optional sorting. | List Follow Up Boss people with narrow pagination and optional sorting. |
get_personGet one Follow Up Boss person by ID. | Get one Follow Up Boss person by ID. |
create_personCreate a Follow Up Boss person directly. For new inbound leads, prefer Create Event so automations run. | Create a Follow Up Boss person directly. For new inbound leads, prefer Create Event so automations run. |
update_personUpdate a Follow Up Boss person by ID. | Update a Follow Up Boss person by ID. |
delete_personDelete a Follow Up Boss person by ID. | Delete a Follow Up Boss person by ID. |
create_eventCreate a Follow Up Boss event notification. Use this for inbound leads so FUB lead routing and automations can run. | Create a Follow Up Boss event notification. Use this for inbound leads so FUB lead routing and automations can run. |
list_eventsList Follow Up Boss events with optional person filter. | List Follow Up Boss events with optional person filter. |
get_eventGet one Follow Up Boss event by ID. | Get one Follow Up Boss event by ID. |
list_dealsList Follow Up Boss deals with narrow pagination and optional pipeline/stage filters. | List Follow Up Boss deals with narrow pagination and optional pipeline/stage filters. |
get_dealGet one Follow Up Boss deal by ID. | Get one Follow Up Boss deal by ID. |
create_dealCreate a Follow Up Boss deal. | Create a Follow Up Boss deal. |
update_dealUpdate a Follow Up Boss deal by ID. | Update a Follow Up Boss deal by ID. |
delete_dealDelete a Follow Up Boss deal by ID. | Delete a Follow Up Boss deal by ID. |
create_noteCreate a Follow Up Boss note. | Create a Follow Up Boss note. |
update_noteUpdate a Follow Up Boss note by ID. | Update a Follow Up Boss note by ID. |
delete_noteDelete a Follow Up Boss note by ID. | Delete a Follow Up Boss note by ID. |
list_tasksList Follow Up Boss tasks. | List Follow Up Boss tasks. |
create_taskCreate a Follow Up Boss task. | Create a Follow Up Boss task. |
update_taskUpdate a Follow Up Boss task by ID. | Update a Follow Up Boss task by ID. |
delete_taskDelete a Follow Up Boss task by ID. | Delete a Follow Up Boss task by ID. |
list_appointmentsList Follow Up Boss appointments. | List Follow Up Boss appointments. |
create_appointmentCreate a Follow Up Boss appointment. | Create a Follow Up Boss appointment. |
update_appointmentUpdate a Follow Up Boss appointment by ID. | Update a Follow Up Boss appointment by ID. |
delete_appointmentDelete a Follow Up Boss appointment by ID. | Delete a Follow Up Boss appointment by ID. |
list_webhooksList Follow Up Boss webhooks. | List Follow Up Boss webhooks. |
create_webhookCreate a Follow Up Boss webhook subscription. | Create a Follow Up Boss webhook subscription. |
delete_webhookDelete a Follow Up Boss webhook subscription by ID. | Delete a Follow Up Boss webhook subscription by ID. |
custom_api_callMake a bounded custom call to the Follow Up Boss REST API. | Make a bounded custom call to the Follow Up Boss REST API. |
Triggers
| Name | Description |
|---|---|
webhook_eventSubscribe to one Follow Up Boss webhook event and receive webhook payloads. Signature verification is not performed by this trigger. | Subscribe to one Follow Up Boss webhook event and receive webhook payloads. Signature verification is not performed by this trigger. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('follow-up-boss', 'list_people', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'follow-up-boss',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Follow Up Boss to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Follow Up Boss support?
Follow Up Boss supports 28 tools including List People, Get Person, Create Person, Update Person, Delete Person, and more.
Can I use Follow Up Boss with AI agents?
Yes. Add Follow Up Boss to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Follow Up Boss to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Follow Up Boss as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Follow Up Boss tools exposed by that workspace.
Does Follow Up Boss work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Follow Up Boss work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Follow Up Boss?
Follow Up Boss exposes 28 tools, including List People, Get Person, Create Person, Update Person, Delete Person, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Follow Up Boss be used in stateful agent workflows?
Yes. Agents can combine Follow Up Boss tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Follow Up Boss use?
Follow Up Boss uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Follow Up Boss integration cost?
The Follow Up Boss integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Follow Up Boss support?
Follow Up Boss supports 1 triggers including Webhook Event.
Connect Follow Up Boss in minutes
Get 20,000 free action executions every month. No credit card required.