Skip to main content
Skip table of contents

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.

For more information, visit the websms website.

Parameters

Adapter

Adapter main class (do not change!)

Possible values:

  • de.softproject.x4.adapter.checkrights.CheckRightsAdapter: Main class (default)
targetPhoneNumbers

Phone numbers of the recipients in MSISDN format. Multiple phone numbers are separated by commas.

websmsUsernameUsername of the websms user account
websmsPasswordPassword 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.

-1An 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.

XML
<root>
  This text will be sent as SMS.
<root>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.