sms.send action

The sms.send trigger action will send a message using the sms.send command.

Action

This trigger action is found under the SMS heading.

Canvas

When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.

The left routing point (red) is the failure route. This route will be taken if there is an error during execution.

The right routing point (green) is the success route. This route will be taken if action executes successfully.

Form

Parameters

Name Type Required Descriptions
ICCIDStringYes*An identifier for the target thing/connection of the SMS.
MSISDNStringAn identifier for the target thing/connection of the SMS.
MEIDStringAn identifier for the target thing/connection of the SMS.
Thing keyStringThe key of the target thing of the SMS.
*One of the above parameters is required.
CodingString The encoding type of the message. One of: "SEVEN_BIT" or "EIGHT_BIT".
SMSC  The SMSC used by the SMS.
Validity  Validity is the number of seconds from the time the SMS message is submitted, until it should expire from sending the SMS.
BodyStringYesThe body of the SMS message.It can be the body of an sms associated to the event trigger: $(event.sms.body).