Session Objective

Answer why a drafted client text in Litify cannot be pushed and sent directly from the visible Litify panel.

What Was Checked

Answer

The screen is intentionally built as an opener/bridge to RingCentral, not as a direct Litify SMS sender. The Open Text button calls handleOpenRingCentralText(), which passes the draft to openRingCentralAction(WORKSPACE_SMS, this.smsDraft). That then builds a RingCentral web app URL under /r/sms with query parameters for the phone number and message content and opens it in a new browser window. There is no Apex or RingCentral API send call in that button path.

Why This Matters

This behavior preserves final human review inside RingCentral, keeps the send under the logged-in RingCentral user/session, and avoids an outbound API-send path from Litify. Prior RingCentral/SMS work also maintained a safety floor against outbound API sends/replies without explicit approval. It is not a Sondra-specific opt-out issue based on the live record check.

Current Evidence