Automate Reddit
Explore Plans
Mobile menu Close menu
SMS & Text-To-Speech by sevenSMS & Text-To-Speech by seven

Send SMS

This action will send a new SMS.

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 a new SMS.
API endpoint slug
sevenio.send_sms
Filter code method
Sevenio.sendSms.skip(string?: reason)
Runtime method
runAction("sevenio.send_sms", {})

Action fields

To Text input > Long text

Label
To
Helper text
Recipient(s) – phone numbers and address book entries (groups and contacts). Multiple recipients can be specified separated by comma
Slug
to
Required
true
Can have default value
true
Filter code method
Sevenio.sendSms.setTo(string: to)

Text Text input > Long text

Label
Text
Slug
text
Required
true
Can have default value
true
Filter code method
Sevenio.sendSms.setText(string: text)

From Text input > Other

Label
From
Helper text
Sender - maximum of 11 alphanumeric or 16 numeric characters
Slug
from
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setFrom(string: from)

Debug Dropdown list

Label
Debug
Helper text
If activated no SMS will be sent or calculated
Slug
debug
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setDebug(string: debug)

Delay Text input > Other

Label
Delay
Helper text
Date/time for time-delayed SMS - timestamp or format yyyy-mm-dd hh:ii
Slug
delay
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setDelay(string: delay)

No reload Dropdown list

Label
No Reload
Helper text
Switch off reload lock. This lock prevents the sending of the same SMS (text, type and recipient alike) within 180 seconds
Slug
no_reload
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setNoReload(string: noReload)

Flash Dropdown list

Label
Flash
Helper text
Send SMS as Flash SMS. These are displayed directly in the receiver’s display
Slug
flash
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setFlash(string: flash)

Udh Text input > Other

Label
UDH
Helper text
User Data Header - if specified and variable text contains Hexcode, the message will be sent as 8-bit binary SMS
Slug
udh
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setUdh(string: udh)

Utf8 Dropdown list

Label
UTF8
Helper text
Forces the detection as a UTF8 character set and overrides automatic recognition of the API
Slug
utf8
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setUtf8(string: utf8)

Ttl Text input > Other

Label
TTL
Helper text
Time-To-Live - specifies the validity period of the SMS in minutes
Slug
ttl
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setTtl(string: ttl)

Label Text input > Other

Label
Label
Helper text
Separate label for your statistics. Allowed characters: a-z, A-Z, 0-9, .-_@
Slug
label
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setLabel(string: label)

Performance tracking Dropdown list

Label
Performance Tracking
Helper text
Enable Performance Tracking for URLs found in the message text
Slug
performance_tracking
Required
true
Can have default value
true
Filter code method
Sevenio.sendSms.setPerformanceTracking(string: performanceTracking)

Foreign ID Text input > Other

Label
Foreign ID
Helper text
Provide your own ID for this message. You will get the foreign_id in return back in DLR callbacks etc. Max. 64 chars, allowed characters: a-z, A-Z, 0-9, .-_@
Slug
foreign_id
Required
false
Can have default value
true
Filter code method
Sevenio.sendSms.setForeignId(string: foreignId)