JURAT · Sworn Statements Security Portal
SMS Program Documentation — Prepared for Carrier / Toll-Free Verification
How Jurat's officer intake screen captures verbal consent before a phone number is used for SMS, what the recipient receives, and how the consent event is recorded.
Exhibit B below is the live component — the actual checkbox, disclosure, and script helper an officer sees, not a redrawn copy. It renders on the real Statement Request screen only after sign-in through this agency's Microsoft Entra ID and CJIS access controls, which is why this page exists as a standalone, unauthenticated reproduction rather than a link to that screen directly. Exhibits A and C are generated from the same source constants the running system uses, not transcribed.
Program Summary
Use case
Transactional — one-time secure links for sworn statement requests
Recipient
The person law enforcement is requesting a statement from
Message volume
Per-case only; no bulk, marketing, or recurring sends
Sender of record
Jurat (Ultra Far Consulting, LLC) — the agency named in each message is the case context, not the sender
Opt-in method
Verbal, obtained in person or by phone by the requesting officer — script at Exhibit A
Consent record
Logged to an immutable audit trail at request creation (Exhibit D)
Opt-out handling
STOP / HELP, handled upstream by the carrier — no in-app override
Opt-in Workflow
There is no web form, keyword, or checkout path into this program. Consent is verbal and is obtained one recipient at a time, in the course of an official interaction:
Exhibit A
This is the opt-in itself: the words the recipient hears before any number is collected. It is the same string the officer reads from in Exhibit B below — one constant, rendered in both places, so the script in the field and the script on file cannot differ.
“May I have your mobile number? Jurat will text you a secure one-time link to review and sign the sworn statement this agency has requested. Message frequency varies, message and data rates may apply. You can reply STOP at any time to opt out or HELP for help.”
Consent is recorded only after this is read. A recipient who declines simply has no phone number entered, and the request goes out by email instead.
Exhibit B
Rendered directly beneath the phone number field on the officer's Statement Request screen whenever a phone number is entered. The send button stays disabled until the box is checked — enforced again server-side, so the API itself rejects a phone-bearing request with no confirmed consent. Try the checkbox below; it's the real component.
Phone Number (optional)
SMS Consent & Carrier Compliance
Transactional Law Enforcement Notification: By providing a mobile number, the recipient agrees to receive time-limited document access links from Jurat (Ultra Far Consulting, LLC) regarding this agency's case. Msg & data rates may apply. Msg frequency varies. Reply STOP to opt out, HELP for help.
Verify SMS consent above before sending.
The card only appears when a phone number is present — an email-only request never shows it. Both the checkbox label and the disclosure sentence are shown exactly as rendered.
Exhibit C
Not a mock-up and not paraphrased — the bubble below is rendered by buildAffiantRequestSms(), the same function the notification layer calls to send the real thing. The sender name, the opt-out suffix, the link shape and the character count are all produced here exactly as they are produced in production; only the case number and the link token are stand-ins.
Messages · Today 2:41 PM
Delivered
Jurat is the registered sender on this number; ECSO is the requesting agency's configured abbreviation, named in the message as the agency that requested the statement. The link and case number are unique per request — the token is 21 characters in every message, so the length above is the real one, not a shortened illustration.
Exhibit D
Every request created with a phone number writes an immutable, append-only audit event at the moment of creation — a permanent record that consent was confirmed before any SMS could be sent.
The phone number itself is never stored in the log in full — only the last four digits, so the record proves consent without becoming a second copy of the contact detail.
Business Information
Ultra Far Consulting, LLC (d/b/a Jurat)