Logic to send SMS via Twilio.
...
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Profile | TwilioSMSProfile | M | Messenger profile that is used to send the SMS (seeĀ Messenger Module). |
Recipient | string | M | One or more recipient addresses. Multiple addresses must be separated by comma , |
Message | string | M | Message that shall be sent as SMS |
...