package action
const (
ACTION_EMAIL = "email"
ACTION_WEBHOOK = "custom_webhook"
ACTION_SLACK = "slack"
)