Skip to content
imessageapi

iMessage for insurance agents and financial advisers

The one industry here where texting a client from your personal phone can cost your firm a regulatory fine. Supervision and record-keeping are the whole story.

7 min readUpdated August 23, 2026By industry

Most industries in this guide can adopt messaging and sort out the details later. Financial services cannot. Regulated firms generally have obligations to retain and supervise business communications, and communications happening on channels the firm cannot capture are a well-documented enforcement area.

Off-channel communication is the risk, not messaging itself

The problem regulators have pursued is advisers conducting business on personal devices and apps that the firm never captured. Messaging through a system that archives to the firm is a compliance improvement over the personal texting that is almost certainly already happening. Confirm your specific obligations with your compliance function — this is not regulatory advice.

Get three things right before you send anything

  1. Capture. Every message archived to the firm's system of record, automatically, with no reliance on anyone remembering.
  2. Supervision. A named person able to review communications, with the access to actually do it.
  3. Retention. For the period your regulator requires, in a form that can be produced. See data retention.

If a vendor cannot demonstrate all three, it is not a candidate for this industry regardless of its features. Ask during evaluation, not after — choosing a stack.

Keep it logistical

adviser templates
export const adviser = {
reviewMeeting: (c: Ctx) =>
`${c.firm}: your annual review is booked for ${c.dayDate} at ${c.time}. ` +
`Reply C to confirm or call ${c.phone}.`,
 
renewalDue: (c: Ctx) =>
`${c.firm}: your ${c.policyType} renews on ${c.renewalDate}. ` +
`Documents are in your portal: ${c.portalLink}`,
 
// A claim is stressful. Acknowledge fast, then move to a call.
claimAck: (c: Ctx) =>
`${c.firm}: got your claim notification. ${c.handlerName} will call ` +
`you ${c.whenPhrase}. Anything urgent, call ${c.phone}.`,
 
documentChase: (c: Ctx) =>
`${c.firm}: we still need your ${c.documentName} to complete this. ` +
`Upload securely: ${c.uploadLink}`,
};

What must never appear in a message

  • Account numbers, balances, policy values, or holdings.
  • Any recommendation or advice on a product — that has suitability and documentation requirements a text cannot meet.
  • Performance figures or anything that could read as a promotion without the required disclosures.
  • Claim outcomes or medical detail underlying a claim.

Renewal reminders are the easy win

Lapsed policies are lost revenue and a genuinely bad outcome for the client. A reminder well ahead of renewal, pointing at a portal rather than containing figures, is entirely logistical and among the highest-value messages in this sector.

One organisational point: this only works if the firm number is the only number clients have. An adviser who hands out their mobile because it is easier has reintroduced exactly the problem the system exists to solve. The same discipline applies in law firms, with lower stakes.

Next step

Browse the other industry playbooks, compare the services that can send this on the providers page, or tag your links with the UTM builder.