The SMSSluzba Sender Connector allows you to send sms messages trough SMSSluzba gateway server (sms-sluzba.cz).
When Recipient is in local czech format (xxxxxxxxx) sms message will be sent to the Czech republic mobile number.
Configuration
sms-sluzba.cz Connection configuration
Username
Defines the login name that is used for sms-sluzba.cz authentication.
Password
Defines the password name that is used for sms-sluzba.cz authentication.
Credentials
Supported credential types:
- ManualInput - login credentials are taken from this configuration properties
Username
andPassword
. - TakeFromInput - login credentials are taken foreach input row from input data properties
Username
andPassword
.
Throw Error on NonSuccess Response
Throw error for non successfully response.
Input & Output Schema
Input
SMSSluzba sender input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Username | string | Yes | Username to login on sms-sluzba.cz server |
Password | string | Yes | Password to login on sms-sluzba.cz server |
Recipient | string | No | Recipient mobile number in international format or local (czech format) |
Message | string | No | Message max length 459 characters |
Output
SMSSluzba sender output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Status | string | No | Status code received from sms-sluzba server when trying to send sms message |
StatusDescription | string | Yes | Status details |
Release notes
3.0.0
- Sends SMS messages through SMSSluzba server (sms-sluzba.cz).