SMS Variables¶
We have a set of variables available for use in the SMS Rules. These variables contain information about the SMS.
Available SMS Variables¶
Variable | Description |
---|---|
$_smsOrigin | The origin of the SMS |
$_smsDestination | The destination of the SMS |
$_smsMessage | The content of the SMS |
$_partnerName | The account name which the SMS belongs to |
$_nodeName | The name of the Node associated with the SMS |
$_nodeId | The identifier of the Node associated with the SMS |
$_nodeType | The type of the Node associated with the SMS |
$_linkName | The name of the Link associated with the SMS |
$_linkType | The type of the Link associated with the SMS |
$_linkId | The identifier of the Link associated with the SMS |