Configure the FTOSApiSMS Service

The FTOSApiSMS service allows the FintechOS Platform to send SMS messages. Follow the instructions below to enable the service.

To configure the service, follow the steps in Configuration Manager

  1. Go to kv/<environment>/<application>/app-settings.

  2. If not found, add the key FtosApiSmsProvider.

  3. To the key, add the value:

Copy
{
    "from": "Test",
    "serviceUrl": "https://test.azure-api.net/dcs/message4/sendSms",
    "subscriptionKey": "123456789abcdefghirklmnopqrstuvx"
}

 

Parameter Description
from A text representing the sender of the message.
serviceUrl The URL to FintechOS SMS gateway.
subscriptionKey Subscription key for the service.