diff --git a/server/notification-providers/goalert.js b/server/notification-providers/goalert.js index f3ab18d5e..cbd5e3d82 100644 --- a/server/notification-providers/goalert.js +++ b/server/notification-providers/goalert.js @@ -17,7 +17,7 @@ class GoAlert extends NotificationProvider { parameters["action"] = closeAction; } try { - await axios.get(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, { + await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming`, { params: parameters, }); return okMsg;