Before you start
RCM campaigns have one hard prerequisite:- The document must have an attached loan record
- That loan’s status must be set to BEHIND
Start a campaign
Open the document
Navigate to Documents and click the document whose loan is behind schedule. The detail view opens, showing the loan information and any existing RCM campaigns.
Open the outreach section
Scroll to the Outreach section on the document detail page and click Start campaign.
Choose your channels
Select at least one contact channel. You can enable multiple at once:
| Channel | What it enables |
|---|---|
| SMS | Text message outreach to the borrower |
| Email outreach to the borrower | |
| Call | Voice call outreach to the borrower |
At least one channel must be selected. The campaign form will not submit if all three are unchecked.
Set tone and cadence
- Tone — Describe the communication style for outreach messages. Common values:
empathetic,firm,neutral. Up to 80 characters. - Cadence — Describe how frequently outreach should occur. Common values:
weekly,bi-weekly,monthly. Up to 80 characters.
Add notes (optional)
Enter any context your team needs to know about this borrower or campaign — for example, prior communication history or agreed payment arrangements. Notes are stored on the campaign record and visible in the document detail view.
Compliance logging
Every campaign action generates a permanent compliance record that cannot be deleted:| Event | When it is logged |
|---|---|
campaign_started | Immediately when you start a campaign |
opt_out | When a borrower opts out of one or all channels |
Borrower opt-outs
If a borrower asks to stop receiving outreach, you must record an opt-out promptly. Opt-outs can be per-channel or for all channels at once.Select the opt-out scope
Choose whether to opt the borrower out of a specific channel (
sms, email, or call) or from all channels (all).Opting out from all channels sets the campaign to inactive so no further outreach is initiated.API examples
Use the RCM API to start campaigns and record opt-outs from your own systems.channel field accepts sms, email, call, or all. Setting channel to all deactivates the campaign.
For the full request schema and error codes, see the RCM API reference.