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
-
Go to
kv/<environment>/<application>/app-settings. -
If not found, add the key
FtosApiSmsProvider. -
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. |