TTMSFNCCloudSMS
Usage
A component that provides access to various SMS services. It allows to send SMS messages to a given telephone number.
Supported services
- BulkSMS
- InfoBip
- Spryng
- Twilio
Note
The BulkSMS service is not supported in the TMS WEB Core framework due to technical limitations of the API
Authorization information
- Twilio: Client ID, Client Secret, valid from Telephone Number
- BulkSMS, Twilio: Client ID, Client Secret
- InfoBip, Sprying: API Key
Usage
- Set the
Service
property to the required SMS service. - Set the
Authentication.ClientID
,Authentication.Secret
orAuthentication.APIKey
values for the selected service. - To change to a difference service, simply change the
Service
andAuthentication
values.
Methods
Method name | Description |
---|---|
SendCloudSMS | Sends an SMS message to the telephone number provided in the ATo parameter with the ABody text value. Providing a telephone number in the AFrom parameter is required. |