Real-Time Communication Compliance: FAQs

By the Follow Up Ace team· Last updated
Real estate agent reviewing communication compliance checklist on a laptop with a phone showing a text message thread beside it
Quick answer

Real estate communication compliance means following TCPA rules for texts and calls, CAN-SPAM requirements for emails, Fair Housing Act restrictions on language, and your state's AI-disclosure obligations — before any message reaches a client. The cost of getting it wrong includes FCC fines, license discipline, and civil liability. The cost of getting it right is a well-structured checklist and consistent habits.

What laws govern real-time client communication for real estate agents?

Four federal frameworks cover the overwhelming majority of real-time outreach you send as a real estate professional. State law often adds a layer on top of each one.

Law Covers Key requirement
TCPA (Telephone Consumer Protection Act) Texts, autodialed calls, pre-recorded messages Prior express written consent before sending marketing texts or making autodialed calls
CAN-SPAM Act Commercial emails Honest subject lines, physical mailing address, working opt-out honored within 10 business days
Fair Housing Act (42 U.S.C. 3601-3619) All client-facing communications No discriminatory language, coded terms, or steering based on protected class
National Do Not Call Registry Telephone solicitations Scrub lists against the registry; maintain an internal DNC list

Several states — including California (CCPA/CPRA), Virginia (CDPA), and Colorado (CPA) — also impose consumer data-privacy requirements that affect how you store and use contact information gathered during the communication process. Consult a licensed attorney for jurisdiction-specific guidance.

What is TCPA consent and do I need it before texting a lead?

Yes. The TCPA requires prior express written consent before you send marketing text messages using an autodialer or pre-recorded content. A lead filling out your contact form does not automatically constitute consent unless your form language explicitly authorizes text marketing and the lead affirmatively opted in.

There are two consent tiers:

A FCC rule change effective January 27, 2025 tightened requirements: a single blanket consent checkbox covering multiple sellers is no longer valid. Each company sending texts must collect its own one-to-one consent. If you purchase leads from a portal or partner, you cannot assume their consent language covers your outreach — verify the consent terms before dialing or texting.

How do I document TCPA consent in a CRM?

Documentation is your primary defense in any TCPA enforcement action. At minimum, record:

  1. The exact consent language the contact saw
  2. The timestamp and IP address of opt-in (or the signed form with date)
  3. The phone number the consent covers
  4. The channel (SMS, voice, both)

Store this in a field that is never overwritten — a Firestore subcollection or an immutable audit log works well. If a dispute arises, you need to produce the record quickly.

What does CAN-SPAM require in every outbound email?

The CAN-SPAM Act applies to any commercial email, including individual sales emails from agents — not just bulk campaigns. Every outbound commercial email must include:

One practical point agents frequently miss: you cannot condition an unsubscribe on the contact providing personal information beyond an email address, and you cannot charge for processing it.

Which words and phrases violate the Fair Housing Act in written communications?

The Fair Housing Act (42 U.S.C. 3601-3619) prohibits discrimination in real estate communications based on race, color, religion, national origin, sex, familial status, and disability. Many states and cities extend coverage to additional protected classes.

Prohibited language falls into two categories:

The risk in the AI era is that language models will reproduce these terms unless they are explicitly instructed not to. The Follow Up Ace compliance system addresses this directly: every AI-drafted message runs through scanForComplianceViolations() in chat-app/utils/complianceGuard.js, which builds case-insensitive regex checks at runtime against a maintained list of prohibited terms and licensed-activity boundary violations before the message reaches a client.

Do I need to disclose when a message is AI-generated?

Disclosure requirements for AI-generated communications are evolving rapidly at the state level. Several states have enacted or proposed laws requiring agents to disclose when content is AI-assisted. Beyond legal requirements, industry best practice and basic client trust counsel in favor of disclosure.

The Follow Up Ace compliance layer enforces this at the template level with pre-formatted disclosure strings (verified in chat-app/utils/complianceGuard.jsAI_DISCLOSURE_TEMPLATES):

These are appended automatically when Ace drafts outbound communications so the agent does not have to remember to add them manually.

What is the right way to handle opt-outs and Do Not Contact requests?

Opt-outs must be immediate and permanent. When a contact texts "STOP," replies to an email asking to be removed, or verbally requests no further contact, three things should happen:

  1. All automated outreach to that contact stops immediately
  2. The contact is added to your internal DNC list in the CRM
  3. The request timestamp and channel are logged

A common compliance failure: the CRM opt-out flag is set, but a separate drip sequence or AI nurture workflow still has the contact queued. Audit your sequences after processing any opt-out to ensure no channel was missed.

For email specifically, CAN-SPAM gives you up to 10 business days to process the request, but there is no legal advantage to waiting — honoring opt-outs the same day is the right practice and reduces complaint risk.

What should a compliant outbound email footer include?

A compliant footer for real estate emails combines CAN-SPAM obligations with Fair Housing requirements. The minimum fields (confirmed in chat-app/utils/complianceGuard.jsREQUIRED_EMAIL_FOOTERS) are:

License number requirements vary by state — some states mandate including your real estate license number in all advertising, which many regulators interpret to include email. Check your state real estate commission rules.

How does real-time AI chat change the compliance landscape?

Real-time AI chat — whether embedded in your website or running inside a CRM like Follow Up Boss — introduces three compliance questions that did not exist with static email templates.

1. Who is legally responsible for the AI's output?

The agent and brokerage are. AI tools are not licensed real estate professionals. If an AI-generated message violates the Fair Housing Act or crosses into licensed-activity territory (e.g., giving a legal opinion on title, advising on contract terms beyond the agent's scope), liability rests with the agent whose CRM sent it. This is why system-level compliance scanning — not just agent review — is the practical standard.

2. What counts as "advertising" for licensing purposes?

Many state real estate commission rules define advertising broadly enough to cover automated AI responses. An AI chat widget that proactively describes properties, quotes price ranges, or makes investment recommendations may be treated as advertising by your state regulator. Design AI interactions to stay within the informational lane and escalate to the licensed agent when the conversation approaches advisory territory.

3. Is the AI collecting personal data that triggers privacy law obligations?

Chat conversations that capture name, email, phone, or housing preferences are personal data under California's CCPA/CPRA, Virginia's CDPA, and similar state frameworks. Your privacy policy must disclose that AI chat is collecting this data and describe the lawful basis for processing it. For teams using agentic AI workflows that pass contact data to multiple downstream tools, map the data flow before you deploy.

How do I build a communication compliance checklist for my team?

A practical team checklist covers four phases: before first contact, during active outreach, at opt-out, and at the annual audit.

Before first contact

  1. Confirm written consent for text marketing and autodialed calls
  2. Scrub phone numbers against the National DNC Registry
  3. Verify the lead source's consent language covers your brokerage specifically (post-January 2025 FCC rule)
  4. Log the consent record with timestamp, source URL, and the exact language shown

During active outreach

  1. Use a compliant email template with physical address, unsubscribe link, Equal Housing statement, and (if AI-drafted) AI disclosure
  2. Review AI-generated messages before sending if they include neighborhood descriptions, property recommendations, or any comparative market language
  3. Never include Fair Housing prohibited terms — run a compliance scan if you are unsure
  4. Keep texts purely informational unless you have express written consent for marketing texts

At opt-out

  1. Honor the request on all channels (email, SMS, voice) — not just the channel used to opt out
  2. Log the opt-out with timestamp and channel
  3. Remove the contact from all active sequences and AI workflows
  4. Confirm the removal — do not send a confirmation email unless you have a transactional basis to do so

Annual compliance audit

  1. Review all email templates for current CAN-SPAM and Fair Housing compliance
  2. Re-verify DNC scrubbing process and records
  3. Review AI system prompts and compliance directives for any stale or prohibited language
  4. Confirm your privacy policy reflects current data collection practices
  5. Confirm state-specific disclosures (license numbers, AI disclosure requirements) are current

Can AI tools help me stay compliant, or do they create more risk?

Both, depending on how they are configured. An AI tool with no compliance guardrails is a liability — it will reproduce prohibited Fair Housing language, omit required disclosures, and draft messages without checking consent status.

An AI tool that is built with compliance as a first-class requirement is genuinely helpful, because it applies rules consistently at scale. Every message the Follow Up Ace drafts passes through a compliance scanning layer before leaving the system. The scan_message_for_compliance MCP tool (defined in mcp-server/src/complianceTools.ts) wraps the same scanForComplianceViolations() function, making it callable directly from Claude or ChatGPT via the MCP connector — so agents can pre-check any draft from their preferred AI tool.

The MCP connector exposes Follow Up Ace tools to Claude at https://followupace.com/mcp and to ChatGPT via SSE at https://followupace.com/api/mcp/sse/ (Pro plan, verified in chat-app/routes/embed.js lines 4308-4309). For a full picture of what the agentic layer covers, see the Agentic overview.

The practical rule: AI reduces compliance risk when it is configured with explicit rules and automated scanning. It amplifies compliance risk when it is deployed without them. Audit your AI vendor's compliance documentation the same way you would audit a new employee's training records.

What are the penalties for real estate communication compliance violations?

Penalties span three categories, and they compound quickly:

Violation type Regulator / enforcement Exposure
TCPA text/call without consent FCC, private right of action $500–$1,500 per violation (willful violations are 3x); class actions are common
CAN-SPAM violation FTC, state AGs Up to $53,088 per email (FTC 2024 penalty amounts)
Fair Housing Act violation HUD, DOJ, private right of action License discipline, civil damages, HUD fines up to $21,663 (first offense, 2024 figures) or more for repeat violations
State privacy law violation (e.g., CCPA) State AG, California Privacy Protection Agency Up to $7,500 per intentional violation (CPRA); separate civil right of action for data breaches

Beyond fines, Fair Housing violations can trigger state real estate commission investigations and license suspension or revocation — outcomes that no dollar penalty adequately captures.

Where can I learn more about compliance for real estate AI?

The following resources cover the topics in this article in greater depth:

This article is educational in nature and does not constitute legal advice. Real estate licensing, TCPA, CAN-SPAM, Fair Housing, and state privacy law requirements vary by jurisdiction and change over time. Consult a licensed attorney for guidance specific to your situation.

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