Automate Reddit
Explore Plans
Mobile menu Close menu
ClickSend SMSClickSend SMS

Send SMS

This action will send an SMS message

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 action will send an SMS message
API endpoint slug
clicksend.send_sms
Filter code method
Clicksend.sendSms.skip(string?: reason)
Runtime method
runAction("clicksend.send_sms", {})

Action fields

To Text input > Other

Label
To
Slug
to
Required
true
Can have default value
true
Filter code method
Clicksend.sendSms.setTo(string: to)

From Text input > Other

Label
From
Helper text
Number or name where the message comes 'from'. If you use a name e.g. "MyCompany" the user can't reply. Special rules apply to US and Canada numbers. More info.
Slug
from
Required
false
Can have default value
true
Filter code method
Clicksend.sendSms.setFrom(string: from)

Message Text input > Long text

Label
Message
Slug
message
Required
true
Can have default value
true
Filter code method
Clicksend.sendSms.setMessage(string: message)