SMS
You can enable SMS notifications in order for Synology NAS to send you notification messages via SMS when status changes or errors occur to the system, such as connection loss, fan behavior change, power failure, storage volume running out of space, or back/restoration failure, etc.
Note:
- The event of fan behavior change is not available on a fan-less model, such as EDS14. For more information, please visit Synology website.
To enable SMS notifications:
Tick Enable SMS notifications and complete the following settings:
- Select a SMS provider from the SMS service provider drop-down list. The default service providers are "clickatell", "clickatell-2017" and "SendinBlue-v3".
- Click Add SMS service provider to create a new SMS service provider configuration or click Delete to delete the selected SMS provider configuration.
- If your SMS service provider use Username and Password for authentication, please select the corresponding categories for the parameters. In the Username field, enter the username of your SMS service account. In Password and Confirm password field, enter and confirm the password of your SMS service account.
- If your SMS service provider use API key for authentication, please select the category, API key for the corresponding parameter. In the API key field, enter the API key which is provided by your SMS service provider.
- If your SMS service provider gives you a parameter to modify sender's name, please select category Sender for the corresponding parameter. In the Sender field, enter the sender's name, the name must follow SMS service provider's rule.
- Enter your Primary phone number or Secondary phone number. If both numbers are entered, SMS notification messages will be sent to both numbers.
- If you do not wish to receive too many messages, tick Enable SMS interval limit and limit the number of notification messages to one message per the time interval you specified.
- Click Send a test SMS message to send a test SMS message to the phone number you specified. If no message is received, it means the configuration is incorrect.
- Click Apply to save the configuration, or click Reset to cancel the setup.
Note:
- The language of SMS notification is set at Notification Language. To change your SMS notification language, go to Main Menu > Control Panel > Regional Options, click the Language tab, and choose your preferred language from the
drop-down menu in the Notification Language section. - All the SMS service providers will send notification messages in English except default SMS service providers: "clickatell" and "clickatell-2017".
Limitations:
- Username: case sensitive and must be between 1 and 32 Unicode characters.
- Password: case sensitive and must be between 0 and 128 displayable characters, including letters, numbers, signs, and space.
- API Key: case sensitive and must be between 1 and 256 Unicode characters.
- Sender: case sensitive and must be between 1 and 64 Unicode characters.
- The SMS interval limit must be between 1 and 10000 minutes.
To create a SMS provider configuration:
- Click Add SMS service provider.
- In the Provider name field, enter the name of your SMS service provider.
- In the SMS URL field, enter the SMS URL. You can obtain the SMS URL from your SMS service provider.
- Choose GET or POST in HTTP Method. You can obtain this information from your SMS service provider's API documents.
- Click Next.
- In Edit HTTP request header, you have to add parameters that are listed on your SMS service provider's API documents.
- Click Next.
- In Edit HTTP request body, if you chose POST in HTTP method, you have to add parameters that are listed on your SMS service provider's API documents.
- Click Next.
- The system will break down the SMS URL, HTTP request header and HTTP request body into several parameters. Define each parameter by selecting the corresponding category. Each parameter category can be used only once except Other.
Limitations:
- Provider name: case sensitive and must be between 1 and 32 Unicode characters.
- SMS URL: case sensitive and must be between 1 and 500 Unicode characters.This SMS URL is only for setup purpose. No SMS message will be sent after setup is completed. The format of this URL is provided by the SMS service provider. Using Clickatell as an example, a possible URL is:
https://api.clickatell.com/http/sendmsg?user=TestUser&password=TestPassword&api_id=3148203&to=886123456789&text=Hello+world - Parameter: case sensitive and must be between 1 and 32 Unicode characters.
- Value: case sensitive and must be between 1 and 256 Unicode characters.
- You can add 10 parameters at most.
- Please note that in "message content" parameter, the space between "Hello" and "world" will be replaced by a particular character defined by the service provider. Using Clickatell as an example, the value of "message content" parameter will be "Hello+world", character "+" is being used as space character in Clickatell.