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 |
---|---|---|---|
ICCID | String | Yes* | An identifier for the target thing/connection of the SMS. |
MSISDN | String | An identifier for the target thing/connection of the SMS. | |
MEID | String | An identifier for the target thing/connection of the SMS. | |
Thing key | String | The key of the target thing of the SMS. | |
*One of the above parameters is required. | |||
Coding | String | 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. | ||
Body | String | Yes | The body of the SMS message.It can be the body of an sms associated to the event trigger: $(event.sms.body). |