WebSMS
The adapter establishes a connection to websms and sends SMS.
To establish a connection with websms and send SMS, a websms user account is required. Additionally, the two-factor authentication must be activated.
Parameters
Adapter | Adapter main class (do not change!) Possible values:
|
targetPhoneNumbers | Phone numbers of the recipients in MSISDN format. Multiple phone numbers are separated by commas. |
websmsUsername | Username of the websms user account |
websmsPassword | Password of the websms user account |
websmsAccessToken | API token
The API token must be created in the API management of websms.
|
deliveryReportCallbackURL | URL for forwarding delivery reports.
(websms API: notificationCallbackUrl)
|
simulation | Simulation mode: If the simulation mode is activated, no SMS will be sent.
(websms API: test)
|
Status values
1 | The adapter operation was executed successfully. |
-1 | An error occurred during the execution of the adapter. |
Input
The adapter expects an XML document as input. Only the content of the root element is sent as SMS.
<root>
This text will be sent as SMS.
<root>