signoSign/Universal uses an external service for sending text messages. This section describes the settings of the supported services that you can use.
See also pool.preferredSmsService
The following settings are possible in settings.properties with the respective prefix of the text message provider.
Settings—_sms77
The following settings are used to call the text message service of sms77 e. K.
sms77.apiKey
|
Description |
The API key for authentication of the text message service provider. You can create and display this key in the development area of sms77.io . |
|
Possible values |
Any string of characters. |
|
Default value |
- |
sms77.label
|
Description |
The label is attached to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in the label.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
Settings—sipgate
The following settings are used to call the text message service of sipgate GmbH .
sipgate.token
|
Description |
The personal access token (PAT) for authentication of the text message service provider. The token requires the scope sessions:sms:write for sending text messages and the scope sms:read for reading out the extension to be used.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
sipgate.tokenId
|
Description |
The token ID of the personal access token for authentication of the text message service provider. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
sipgate.smsId
|
Description |
The ID of the extension from which the message is sent.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
Settings—telekom
The following settings are used to call the text message service of https://www.telekom.de .
telekom.apiKey
|
Description |
The API key for authentication of the text message service provider. You can create and display this key in the development area of Vonage . |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.secret
|
Description |
The secret for authentication of the text message service provider. You can create and display this key in the development area of Vonage . |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.sender
|
Description |
The sender used when sending the text message and displayed to the recipient. |
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.client-ref
|
Description |
The client-ref is attached to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in the client-ref.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |
telekom.account-ref
|
Description |
The account-ref is attached to the text message to make it easier to assign. Placeholders can be used here to enable certain information to be used in the account-ref.
|
|
Possible values |
Any string of characters. |
|
Default value |
- |