Logic to send SMS via Twilio.
...
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Profile | TwilioSMSProfile | O | Messenger profile that is used to send the SMS (see Messenger Module). If the profile name does not exist or if this parameter is blank, the first found Twilio SMS sdefinition definition will be used. |
Recipient | string | O | One or more recipient addresses. Multiple addresses must be separated by comma “,”. If not used, the default recipient address from the profile configuration will be used. |
Message | string | M | Message that shall be sent as SMS. |
...