diff --git a/server/notification-providers/sevenio.js b/server/notification-providers/sevenio.js index 57a0a06cf..bd6b61231 100644 --- a/server/notification-providers/sevenio.js +++ b/server/notification-providers/sevenio.js @@ -12,7 +12,7 @@ class SevenIO extends NotificationProvider { const okMsg = "Sent Successfully."; const data = { - to: notification.sevenioTo, + to: notification.sevenioReceiver, from: notification.sevenioSender || "Uptime Kuma", text: msg, };