Top 5 AI Tools for Follow Up Boss Integration
The strongest AI additions to Follow Up Boss are Follow Up Ace (deep FUB-native lead scoring, agentic chat, and 200+ MCP tools), Zapier (workflow automation between FUB and external apps), Make (visual multi-step automations), Structurely (AI-driven conversation pre-qualification), and ChatGPT via MCP (on-demand analysis through Follow Up Ace's connector). Each tool solves a distinct gap — Ace is the only one built exclusively inside FUB.
Why Follow Up Boss teams are adding AI tools in 2026
Follow Up Boss is a solid CRM for real estate teams, but it ships without a built-in AI layer. That gap matters when a single agent is managing hundreds of leads at different stages of readiness. Most teams end up spending time on contacts who are months away from buying while the ready-to-act leads go cold between follow-ups.
AI tools solve that by doing three things the CRM alone cannot: scoring contacts so agents know who to call first, automating repetitive handoffs so nothing slips through, and surfacing context — past conversations, search behavior, timeline signals — at the moment an agent picks up the phone.
The five tools below are the most-discussed integrations for FUB teams as of mid-2026. For each one, the description covers what the tool actually does, how it connects to FUB, and the honest limitations.
1. Follow Up Ace — AI intelligence layer built inside FUB
Follow Up Ace is the only tool in this list designed exclusively for Follow Up Boss. Rather than sitting alongside the CRM and syncing data in, Ace runs as an embedded AI layer — the chat widget, lead scoring, and agentic tools all live inside the FUB interface itself.
What does Follow Up Ace actually do inside Follow Up Boss?
Ace covers five distinct capabilities, each code-verified against the production codebase:
- Multi-dimensional lead scoring. Ace Trove writes six scores into FUB custom fields on every contact:
ace_engagement_score,ace_intent_score,ace_recency_score,ace_quality_score,ace_velocity_score, andace_conversion_probability. Weights are 35% intent, 25% recency, 20% quality, 15% velocity, 5% conversion factors. Scores decay at 3% per day after 7 days of inactivity, so your hot-lead lists stay current without manual maintenance. (Source: chat-app/config/aceIntelligenceConfig.js, lines 99–105 and 79–85.) - Account-wide nightly analysis. The Ace Trove tier runs a batch job across every contact in the account each night, processing them in chunks of 20 with up to 5 concurrent batches. This means the scoring stays fresh even for contacts who have not been touched by an agent in weeks. (Source: chat-app/config/aceIntelligenceConfig.js, lines 120–122.)
- Pipeline health check and lead nurture optimizer. Two MCP tools —
pipeline-health-checkandlead-nurture-optimizer— let agents and managers ask natural-language questions about their pipeline and get structured recommendations. (Source: mcp-server/src/index.ts, lines 4198 and 4230.) - Speed-to-lead tracking for Zillow leads. The
zillow_speed_to_lead_checktool (and its successorlead_speed_to_lead_check) surfaces average first-response time, the percentage of leads contacted within 5 minutes, and trend data. (Source: mcp-server/src/zillowTools.ts, line 261.) The full Zillow playbook covers how to use this data to improve response rates. - Fair Housing compliance scanning. Every message the assistant drafts passes through
scanForComplianceViolations()before it reaches the agent, checking for Fair Housing and licensing rule violations. (Source: chat-app/utils/complianceGuard.js, line 293.) The compliance feature page explains which patterns are flagged. - 200+ MCP tools via a single connector URL. Follow Up Ace exposes the full FUB data model — contacts, notes, action plans, pipeline stages — to Claude and ChatGPT through a single MCP server URL. Agents can query their database in plain English without building custom API integrations. (Source: mcp-server/src/index.ts.) See the Agentic page for what this unlocks.
How do Follow Up Ace's plan tiers work?
Ace has three per-seat plan types — free, regular, and pro — assigned at the individual user level inside the FUB account. Voice chat is gated to the Pro plan. (Source: chat-app/routes/embed.js, lines 697 and 2647.)
The Ace Trove — the account-wide batch scoring layer — is a separate add-on priced by total contact count:
| Tier | Max contacts | Price / mo |
|---|---|---|
| Starter | 5,000 | $49 |
| Growth | 20,000 | $99 |
| Team | 50,000 | $199 |
| Brokerage | 100,000 | $349 |
| Scale | 250,000 | $549 |
| Enterprise | 500,000 | $899 |
(Source: chat-app/config/accountAiBillingConfig.js, lines 63–70.)
Best for: FUB teams that want AI scoring, compliance guardrails, and agentic tools without leaving the CRM interface. The free tier includes webhook-driven scoring fields so you can evaluate the integration before paying.
2. Zapier — workflow automation between FUB and external apps
Zapier is the most widely used integration layer for Follow Up Boss because FUB offers a native Zapier app with triggers for new contacts, stage changes, and new notes, plus actions for creating contacts and adding notes. This means you can wire FUB to nearly any SaaS tool without custom code.
What Follow Up Boss automations can you build in Zapier?
Common patterns that teams set up:
- Push new Zillow, Realtor.com, or Facebook Lead Ads contacts into FUB the moment they submit a form.
- Trigger a Slack notification to the listing agent when a lead changes to a specific pipeline stage.
- Create a Google Calendar event when an appointment tag is added in FUB.
- Log incoming calls from a VOIP provider as notes on the FUB contact record.
- Send a follow-up email through Mailchimp or ActiveCampaign when a contact enters a specific stage.
What Zapier does not do: Zapier automations are trigger-and-action rules — they do not read or reason about contact data. Zapier cannot score a lead, generate a follow-up message, or tell you which contacts need attention. For that kind of analysis, you need an AI layer like Ace on top of the Zapier-fed data.
Pricing note: Zapier's free plan allows 100 tasks per month. AI-enhanced "Zap steps" and multi-step Zaps with filters require a paid plan. Verify current pricing at zapier.com/pricing before building a workflow that depends on a specific tier.
Best for: Connecting FUB to lead sources and external tools. Pairs well with Ace — Zapier brings leads in and keeps external systems in sync; Ace analyzes and scores those leads once they are inside FUB.
3. Make (formerly Integromat) — visual multi-step automations
Make connects to Follow Up Boss via its REST API module and offers a more visual, flowchart-style approach to automation than Zapier. Where Zapier works best for simple two-step triggers, Make handles branching logic, data transformation, and multi-step sequences that would require paid Zapier tiers or custom code.
When should you use Make instead of Zapier for FUB?
Make is worth evaluating when your workflow needs:
- Conditional branching — for example, route a lead one way if they came from Zillow and another way if they came from a website form.
- Data mapping and transformation — parsing a webhook payload to extract specific fields before writing them into FUB.
- Loops — iterating over an array of records returned from an API call.
- Cost sensitivity — Make's free plan allows 1,000 operations per month, which can go further than Zapier's 100 tasks depending on workflow structure.
Limitation: Make does not have a pre-built Follow Up Boss connector. You use the generic HTTP / REST API module and handle FUB's Basic Auth header manually. This raises the setup complexity for non-technical users compared to Zapier's point-and-click FUB integration.
Best for: Technical admins or teams with complex multi-branch automations who find Zapier's task limits restrictive.
4. Structurely — AI-driven conversation pre-qualification
Structurely is an AI conversation platform built specifically for real estate and mortgage. It plugs into Follow Up Boss and handles the first-touch text and email cadence with new leads, asking qualification questions and logging responses back into the CRM.
How does Structurely integrate with Follow Up Boss?
The integration works through a FUB action plan or webhook trigger. When a new lead enters a designated stage, Structurely takes over the outreach, sends AI-authored messages, and logs the responses as notes on the FUB contact record. Once the lead responds and meets a qualification threshold, Structurely flags the contact for agent review.
Honest limitations: Structurely handles volume follow-up well, but the AI conversation style is templated and detectable by leads who have interacted with similar systems. It also cannot analyze the full contact history inside FUB to make scoring decisions — that remains a gap that a dedicated scoring layer fills. Pricing is not published on a public page and requires a demo call; verify current rates directly with Structurely before budgeting.
Best for: High-volume teams receiving more new leads than agents can personally touch within the first 24 hours. Works alongside Ace — Structurely handles early qualification; Ace scores and surfaces the contacts once they become active in FUB.
5. ChatGPT via Follow Up Ace's MCP connector
OpenAI's ChatGPT supports MCP (Model Context Protocol) servers as external data connectors. Follow Up Ace exposes a single MCP server URL that connects ChatGPT directly to the live FUB database, allowing agents to query their contacts, notes, and pipeline in plain English inside the ChatGPT interface.
What can you ask ChatGPT about your FUB data through Ace's connector?
Once the MCP connector is set up, agents and managers can ask questions like:
- "Which contacts in my pipeline haven't been contacted in 14 days and have an intent score above 70?"
- "Summarize the last five notes on [contact name] and suggest a follow-up angle."
- "Run a pipeline health check and tell me which stages have the most stalled deals."
- "What's my average speed-to-lead for Zillow contacts this month?"
The connector provides 200+ tools covering the FUB data model. (Source: mcp-server/src/index.ts.) The same connector works with Claude as well as ChatGPT — any MCP-compatible AI client can use it.
Setup: The connector is enabled inside the Follow Up Ace dashboard. No separate API keys or developer work required on the FUB side. The full setup walkthrough is on the Agentic features page.
Best for: Agents and managers who already use ChatGPT or Claude in their daily workflow and want to bring their FUB data into those conversations without copy-pasting contact details.
How do these five tools compare?
| Tool | Primary function | FUB-native? | AI scoring? | Free tier? |
|---|---|---|---|---|
| Follow Up Ace | Lead scoring, agentic AI, compliance | Yes | Yes (6 score fields) | Yes |
| Zapier | Workflow automation | No (native connector) | No | Yes (100 tasks/mo) |
| Make | Complex multi-step automation | No (REST API module) | No | Yes (1,000 ops/mo) |
| Structurely | AI conversation pre-qualification | No (action plan trigger) | Partial (conversation only) | No (demo required) |
| ChatGPT via MCP | Natural-language FUB queries | No (via Ace connector) | On demand | Requires Ace account |
Which AI tool should you add to Follow Up Boss first?
The answer depends on what the team's current bottleneck actually is.
If you don't know which leads to call first, start with Follow Up Ace. The free tier activates webhook-driven scoring fields immediately and shows you which contacts are gaining momentum. You can evaluate the scoring quality before committing to the Ace Trove add-on. See the guides section for setup walkthroughs.
If leads are arriving from multiple sources and getting lost, add Zapier first. Map every lead source to FUB with a direct Zap, confirm the data is landing cleanly, then layer scoring on top.
If volume is the problem — more new leads per week than the team can personally respond to within an hour — Structurely handles that first-touch cadence while Ace handles the prioritization for agent handoff.
If your team already uses ChatGPT or Claude, connect them to FUB through Ace's MCP connector. The setup takes minutes and the payoff is immediate: agents can ask their entire contact database questions in plain English without leaving their AI assistant.
How to set up Follow Up Ace in Follow Up Boss — step by step
- Go to followupace.com/admin/signup and create a free account.
- Connect Follow Up Boss using the one-click OAuth flow on the dashboard.
- Install the Ace embed script in FUB via the Integration settings panel.
- Ace's webhook listener activates immediately — new contact activity starts populating the six scoring custom fields in FUB within minutes.
- To enable account-wide batch scoring, activate the Ace Trove tier that matches your contact count from the billing page.
- To connect ChatGPT or Claude, copy the MCP server URL from the Agentic settings panel and add it to your AI client's MCP configuration.
For compliance-sensitive markets, the compliance features activate automatically — every AI-drafted message is scanned before delivery. For Zillow-heavy teams, the Zillow speed-to-lead playbook shows how to use the response-time data the MCP tool surfaces.
Frequently asked questions
Does Follow Up Boss have built-in AI features?
Follow Up Boss includes some automation tools and reporting features, but does not ship with a built-in AI scoring or agentic layer as of mid-2026. The tools in this article add that capability externally — Ace does so by running as an embedded layer inside the FUB interface, while Zapier, Make, and Structurely connect from outside the CRM.
Can I use ChatGPT directly with Follow Up Boss?
Not directly — Follow Up Boss does not have a native ChatGPT integration. The practical path is through Follow Up Ace's MCP connector, which exposes the FUB database to any MCP-compatible AI client (ChatGPT, Claude) through a single URL. Once connected, queries run against live CRM data.
Will AI tools for Follow Up Boss violate Fair Housing rules?
Any AI tool that generates outreach copy carries Fair Housing compliance risk if it is not explicitly filtered. Follow Up Ace addresses this with an automated scan on every message — the scanForComplianceViolations() function runs before any AI-authored content reaches an agent or a lead. Tools that do not include similar safeguards require the agent to manually review all AI output for discriminatory language patterns before sending. See the competitor comparison pages for a feature-by-feature breakdown.
Is Zapier enough on its own, or do I need a dedicated AI tool?
Zapier is excellent at moving data between systems and triggering actions based on simple events. It does not analyze contact data, generate follow-up recommendations, or prioritize leads by conversion likelihood. For those capabilities you need a purpose-built AI layer. Most FUB teams that use Zapier productively also use a scoring tool like Ace — the two work on different problems and complement each other cleanly.
Try Follow Up Ace in your Follow Up Boss
Free to start, no sales call. Connect Follow Up Boss in one click and Ace works inside your CRM.
Get Started Free