Group Location
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
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
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
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
Slug
recipients
Required
true
Can have default value
true
Filter code method
GatewayAPI.sendSms.setRecipients(string: recipients)