A beginner's guide
Explore Plans
Mobile menu Close menu
GatewayAPI SMSGatewayAPI SMS

Send SMS

This action will allow you to send several SMS through GatewayAPI!

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 allow you to send several SMS through GatewayAPI!
API endpoint slug
GatewayAPI.send_sms
Filter code method
GatewayAPI.sendSms.skip(string?: reason)
Runtime method
runAction("GatewayAPI.send_sms", {})

Action fields

Sender Text input > Short text

Label
Sender
Helper text
Up to 11 alphanumeric characters, or 15 digits, that will be shown as the sender of the SMS. Note: When sending to US/CA you will need a US/CA number as the sender of the message - contact support@gatewayapi.com if you don't currently have one.
Slug
sender
Required
true
Can have default value
true
Filter code method
GatewayAPI.sendSms.setSender(string: sender)

Message Text input > Long text

Label
Message
Helper text
Enter the content of the message you want to send.
Slug
message
Required
true
Can have default value
true
Filter code method
GatewayAPI.sendSms.setMessage(string: message)

Recipients Text input > Long text

Label
Recipients
Helper text
Enter the number(s) you wish to send your message to. The number(s) should be comma (,) seperated! Include the area code if available and the country code, but without prefixed zeros or '+'.
Slug
recipients
Required
true
Can have default value
true
Filter code method
GatewayAPI.sendSms.setRecipients(string: recipients)