AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
RouteeRoutee

Send SMS

The action will send an sms to a phone number

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
The action will send an sms to a phone number
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)