dnsSynology DSM Integration

Push your NAS alerts straight to Notify!

Connect Synology DSM to the Notify! app and get instant push notifications on your iPhone or iPad whenever something important happens on your NAS. Critical events, backup completions, security warnings, and more.

boltSetup in 7 steps lockPrivate. Yours. webhookNative DSM webhooks
notifications_active

About this integration

This guide uses Synology DSM's built-in webhook notifications to send alerts directly to the Notify! app. No middleman, no extra service: DSM posts the event text to your personal Notify! endpoint, and the app delivers a native push to your Apple device.

checklist Step by step

Setup instructions

1 Open DSM Control Panel
Log into your Synology DSM and open the Control Panel from the main menu.
2 Navigate to Notifications
Find and click on the "Notifications" icon in the Control Panel.
3 Configure webhooks
Click on the "Webhooks" tab, then click the "Add" button. Set Provider to Custom and Rule to Critical.
imageWebhooks configuration
DSM Webhooks configuration with Provider set to Custom and Rule set to Critical
4 Set provider details
Click "Next" and enter the following:
  • Provider Name: Notify!
  • Subject: (leave blank)
imageProvider details
DSM provider details with Provider Name set to Notify and Subject left blank
key

Get your Notify! credentials

Open the Notify! app on your iOS device, tap Settings, and make note of your:

  • Device ID (e.g., ABC12345)
  • Token (e.g., XYZ789TOKEN123)
5 Configure webhook URL
Use the following URL format, replacing the placeholders with your actual values:
EndpointPOST https://notifypush.pingie.com/notify-json/ABC12345?token=XYZ789TOKEN123
Replace ABC12345 with your Device ID and XYZ789TOKEN123 with your Token, then click "Next".
6 Configure HTTP settings
On the new screen, configure the following:
  • HTTP Method: POST
  • Content Type: application/json
  • HTTP Body:
JSON{"text":"@@TEXT@@","phone":"+11111111"}
imageHTTP settings configuration
DSM HTTP settings with POST method, application/json content type, and the JSON body
7 Save and test
Click "SAVE" to save your webhook configuration. Then click on your new provider and hit the "Test" button to verify everything is working correctly.
check_circle

Setup complete

Your Synology DSM is now connected to Notify!. You'll receive push notifications for critical events on your iOS device. You can customize which events trigger notifications in the DSM Notification settings.

ios_shareDownload Notify! App menu_bookAPI Documentation