Explore Plans
Mobile menu Close menu
RouteeRoutee

Send SMS

The action will send an sms to a phone number

Developer info

API endpoint slug
routee.send_sms
Filter code method
Routee.sendSms.skip(string?: reason)
Runtime method
runAction("routee.send_sms", {})

Action fields

Message Text input > Short text

Label
Message
Helper text
The content of the SMS
Slug
message
Required
true
Can have default value
true
Filter code method
Routee.sendSms.setMessage(string: message)

From Text input > Notification

Label
From
Helper text
The sender id of the message
Slug
from
Required
true
Can have default value
true
Filter code method
Routee.sendSms.setFrom(string: from)

To Text input > Notification

Label
To
Helper text
The recipient of the message
Slug
to
Required
true
Can have default value
true
Filter code method
Routee.sendSms.setTo(string: to)