Screenshot placeholder: Send SMS sheet open on call detail with template dropdown and recipients
Overview
Dispatch SMS is manual, call-scoped texting to agency users (field officers, supervisors, etc.) — not the same as texting a reporting party from a personal phone. Messages are tied to the open CFS, logged on the call, and sent through your agency’s configured SMS service. Three layers work together:
This guide focuses on the Send SMS workflow. Automated incident SMS (assignment alerts, critical notifications) uses Notification Templates and per-user preferences — see User notification preferences.
Prerequisites
SMS must be enabled for your deployment (agency SMS provider configured by Cadmus/IT). If Send SMS is missing or sends always fail, escalate to your administrator — admin toggles alone do not enable texting. Recipients must have a mobile phone number on their user profile. Users without a number are skipped silently when resolving groups. Dispatchers need permission to send SMS when your deployment assigns send SMS capabilities to the dispatcher role.Open Send SMS
1
Open call detail
Open call detail for the CFS you want to message about.
2
Launch Send SMS
Click Send SMS (SMS icon in the call toolbar). The sheet header shows Send SMS and a one-line call description summary for context.
Screenshot placeholder: Send SMS toolbar button on call detail
Built-in quick templates
The Template dropdown pre-fills the Message box:
The picker inserts the call’s description field where the template says “description.” You can edit the text before sending.
Screenshot placeholder: Template dropdown with Status Update selected
When to use each
- Status Update — general situational text to field units (“RP on scene,” “cancelled,” etc.).
- Unit Dispatch — notify off-duty or secondary units of an assignment context.
- Priority Change — after elevating or lowering priority on the call.
- Custom Message — anything else; use merge fields below for structured data.
Merge fields (variables)
If you type{{variable}} placeholders in the message (in any template or custom text), they are replaced with live call data when you tap Send SMS.
Primary fields (recommended)
Additional fields (legacy / optional)
Example custom message
Message length
The Message field shows a 160-character counter in Dispatch CAD. Standard SMS is one segment at 160 GSM characters; longer or Unicode text may split into multiple billable segments on the carrier. Keep critical info (CFS number, address) in the first segment when possible.Recipients
Recipients section with a count badge (e.g. “3 selected”).Groups tab
Checkbox list of groups defined in Web Admin (when Groups management is available):- Group name
- N members subtitle
Screenshot placeholder: Groups tab with two groups selected
Individuals tab
Checkbox list of organization users:- Name
- Email subtitle (for identification)
Screenshot placeholder: Individuals tab with user checkboxes
Preview and send
Validation:
- Message cannot be empty.
- At least one group or individual must be selected.
Send results dialog
After send, SMS Send Results shows:- Total Recipients
- Sent / Failed counts
- Per-number rows: phone, sent or failed, optional error text
Screenshot placeholder: SMS Send Results dialog with mixed sent/failed rows
SMS history on the call
Scroll call detail to SMS History (below History & Logs).Screenshot placeholder: SMS History block with two entries and status badges
Web Admin setup (administrators)
Notification Templates
Web Admin → Notification Templates (/notification-templates)
OrgAdmin can create templates by type:
Template editor supports the same
{{variable}} family as manual sends (see tables above). Use Preview in admin to test rendering.
Default Incident SMS pattern (example agencies use):
Recipient groups
Web Admin → Groups (when available in your deployment)- Create named groups (e.g. “Patrol Sergeants,” “Fire mutual aid”).
- Add members with phone numbers.
- Groups appear on the Groups tab in Send SMS.
User phone numbers
Web Admin → Users → edit user → ensure phone number is populated for anyone who should receive dispatch SMS.User notification preferences
Per-user SMS scope (assigned calls only, all calls, critical only) affects automated notifications, not necessarily manual Send SMS from dispatch. See User notification preferences.API reference
Manual send and history (authenticated dispatcher session):
Send body (JSON):
Response:
success, sentCount, failedCount, correlationId, and per-recipient results (phone, status, error).
Recipient lists for the UI:
Notification templates (admin):
Troubleshooting
Related pages
- Chat, SMS, and comms — chat vs SMS overview
- Admin and manager setup guide — go-live checklist
- User notification preferences
- Messaging commands — MSG / BC (unit chat, not SMS)