For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inSign up
Support
  • Core
    • Overview
    • Variables
    • Versioning
  • Nodes
    • Overview
    • AI Agent
    • Answer Call
    • Conditions
    • Execute SWML
    • Forward to Phone
    • Gather Input
    • Handle Call
    • Hang Up Call
    • Play Audio or TTS
    • Request
    • Send SMS
    • Set Variables
    • Start Call Recording
    • Stop Call Recording
    • Unset Variables
    • Voicemail Recording
LogoLogoSignalWire Docs
Log inSign up
Support
On this page
  • Node Settings
  • Example
  • Send SMS with variable
  • Send SMS notification as Call Whisper
Nodes

Send SMS

|View as Markdown|Open in Claude|
Was this page helpful?
Edit this page
Previous

Set Variables

Next
Built with

The Send SMS node is used to send an SMS to a phone number.

Node Settings

To Phone Number
string

The phone number to which the SMS will be sent.

From Phone Number
string

The phone number from which the SMS will be sent.

SMS Text
string

The text of the SMS that will be sent.

Example

Send SMS with variable

The example below is connected with a Request node that sends a request to a joke API. Knowing the parameters of the API response, the node can pull the request’s response with %{request_response.joke}. This example also includes messaging opt-out verbiage since this is important to avoid SMS spam blocks.

Sending an SMS with a variable in Call Flow Builder.

Sending an SMS with a variable in Call Flow Builder

Send SMS notification as Call Whisper

You might be using Call Flow Builder to forward calls to a personal cell phone. The example below will send an SMS to the specified phone number just before forwarding a call to that same number. This way you’ll receive a text letting you know this is a forwarded call from SignalWire and which original SignalWire number your caller dialed.

Sending an SMS notification as a Call Whisper.

Sending an SMS notification as a Call Whisper.