SMS Wireless Services (Independent Publisher)
Wireless Services offers high-quality products for sending SMS messages. This connector can be used to connect to the Wireless Services platform.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Sietse Bakker |
URL | https://www.viadata.nl |
s.bakker@viadata.nl |
Connector Metadata | |
---|---|
Publisher | ViaData |
Website | https://www.viadata.nl |
Privacy policy | https://www.viadata.nl/privacyverklaring.pdf |
Categories | Communication |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Sends an SMS message |
This allows an SMS message to be sent to a mobile phone number. |
Sends an SMS message
This allows an SMS message to be sent to a mobile phone number.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Username
|
username | True | string |
The username or UID to authenticate your request. Provided by Wireless Services. |
Password
|
password | True | string |
The API-password to authenticate your request. Provided by Wireless Services. |
Phone number
|
recipients | string |
The mobile phone number to which the SMS should be sent. Minimum 10 characters and maximum 16 characters. Only use numbers. |
|
SMS Text
|
body | True | string |
The text to send. By default, the text is truncated at 160 characters, unless the "Lengte" parameter is used to increase this. |
Lengte
|
concatenation | string |
The default maximum length of an SMS message is 160 characters. By increasing "Lengte", longer texts can be sent. The text is then sent using multiple separate SMS messages (therefore more costs) and merged into one message on the telephone. Each increase of this value adds an additional 153 characters. The "Lengte" can be a maximum of 10 (default value is 1). |
|
Sender
|
originator | string |
The sender of the SMS message. This is either a number (max 16 digits) or a text (max 11 characters). By default, this is the Account Name (known to Wireless Service). |
|
Test call
|
test | string |
This allows a test call to be made. With a test call (value = 1) all validations are done with corresponding response, but the SMS message is not sent to the recipient. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Response
|
response | string |
SMS has been sent successfully if the response starts with 001. A response starting with 100 means that the SMS was not sent and something went wrong. |