Explore Plans
Mobile menu Close menu
ClickSend SMS

Send SMS

This action will send an SMS message

Developer info

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. &quot;MyCompany&quot; the user can't reply. Special rules apply to US and Canada numbers. <a href="https://help.clicksend.com/SMS/what-is-a-sender-id-or-sender-number?from_search=16912480" target="_blank">More info</a>.
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)