A beginner's guide
Explore Plans
Mobile menu Close menu
sendSMSsendSMS

Send Message

This function is designed to activate the process of sending a Short Message Service (SMS) message to a pre-determined phone number upon receiving a specific request. It seamlessly facilitates the communication by ensuring that the SMS is transmitted efficiently to the designated recipient.

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
This function is designed to activate the process of sending a Short Message Service (SMS) message to a pre-determined phone number upon receiving a specific request. It seamlessly facilitates the communication by ensuring that the SMS is transmitted efficiently to the designated recipient.
API endpoint slug
sendsmsro.message_send
Filter code method
Sendsmsro.messageSend.skip(string?: reason)
Runtime method
runAction("sendsmsro.message_send", {})

Action fields

To Text input > Path to a folder

Label
Destination
Slug
to
Required
true
Can have default value
true
Filter code method
Sendsmsro.messageSend.setTo(string: to)

Text Text input > Long text

Label
Message
Slug
text
Required
true
Can have default value
true
Filter code method
Sendsmsro.messageSend.setText(string: text)

From Text input > Short text

Label
From
Slug
from
Required
false
Can have default value
true
Filter code method
Sendsmsro.messageSend.setFrom(string: from)

Short Checkboxes

Label
Short URL
Helper text
This setting determines whether the sendSMS service will automatically shorten URLs included in messages.
Slug
short
Required
false
Can have default value
true
Filter code method
Sendsmsro.messageSend.setShort(string: short)