Send an SMS or MMS message to a phone number. At least one of body or media
must be provided. Generates a SWML send_sms verb under the hood.
Throws Error if neither body nor media is provided.
SMS configuration object.
Destination phone number in E.164 format (e.g., "+15551234567").
Sender phone number in E.164 format. Must be a number in your SignalWire project.
Text body of the message.
List of media URLs to include as MMS attachments.
Tags to associate with the message for searching and filtering in the SignalWire dashboard.
Region to originate the message from.
FunctionResult — this, for chaining.