mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-13 16:00:02 +02:00
✨ send webhook action
This commit is contained in:
@@ -15,10 +15,7 @@ import { sendEmail } from "@server/emails";
|
||||
import AlertNotification from "@server/emails/templates/AlertNotification";
|
||||
import config from "@server/lib/config";
|
||||
import logger from "@server/logger";
|
||||
import {
|
||||
AlertContext,
|
||||
type AlertEventType
|
||||
} from "@server/routers/alertRule/types";
|
||||
import { type AlertEventType } from "@server/routers/alertRule/types";
|
||||
|
||||
type EmailAlertContext = {
|
||||
eventType: AlertEventType;
|
||||
|
||||
Reference in New Issue
Block a user