Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 809 Bytes

File metadata and controls

38 lines (20 loc) · 809 Bytes

HydrozenApi.NotificationHandler

Properties

Name Type Description Notes
id Number [optional]
type String [optional]
name String [optional]
settings NotificationHandlerSettings [optional]
isEnabled Boolean [optional]
lastDatetime String [optional]
datetime Date [optional]

Enum: TypeEnum

  • email (value: "email")

  • webhook (value: "webhook")

  • squadcast (value: "squadcast")

  • googlechat (value: "googlechat")

  • slack (value: "slack")

  • discord (value: "discord")

  • telegram (value: "telegram")

  • microsoft_teams (value: "microsoft_teams")