Weavz
Follow Up Boss

Follow Up Boss

Real estate CRM for leads, people, deals, tasks, appointments, notes, events, and webhooks.

28 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_people

List Follow Up Boss people with narrow pagination and optional sorting.

get_person

Get one Follow Up Boss person by ID.

create_person

Create a Follow Up Boss person directly. For new inbound leads, prefer Create Event so automations run.

update_person

Update a Follow Up Boss person by ID.

delete_person

Delete a Follow Up Boss person by ID.

create_event

Create a Follow Up Boss event notification. Use this for inbound leads so FUB lead routing and automations can run.

list_events

List Follow Up Boss events with optional person filter.

get_event

Get one Follow Up Boss event by ID.

list_deals

List Follow Up Boss deals with narrow pagination and optional pipeline/stage filters.

get_deal

Get one Follow Up Boss deal by ID.

create_deal

Create a Follow Up Boss deal.

update_deal

Update a Follow Up Boss deal by ID.

delete_deal

Delete a Follow Up Boss deal by ID.

create_note

Create a Follow Up Boss note.

update_note

Update a Follow Up Boss note by ID.

delete_note

Delete a Follow Up Boss note by ID.

list_tasks

List Follow Up Boss tasks.

create_task

Create a Follow Up Boss task.

update_task

Update a Follow Up Boss task by ID.

delete_task

Delete a Follow Up Boss task by ID.

list_appointments

List Follow Up Boss appointments.

create_appointment

Create a Follow Up Boss appointment.

update_appointment

Update a Follow Up Boss appointment by ID.

delete_appointment

Delete a Follow Up Boss appointment by ID.

list_webhooks

List Follow Up Boss webhooks.

create_webhook

Create a Follow Up Boss webhook subscription.

delete_webhook

Delete a Follow Up Boss webhook subscription by ID.

custom_api_call

Make a bounded custom call to the Follow Up Boss REST API.

Triggers

Name
webhook_event

Subscribe to one Follow Up Boss webhook event and receive webhook payloads. Signature verification is not performed by this trigger.

Quick Start

TypeScript
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.