Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 922 Bytes

MonitorAlertRoutesInner.md

File metadata and controls

18 lines (13 loc) · 922 Bytes

NotehubJs.MonitorAlertRoutesInner

Properties

Name Type Description Notes
url String The URL of the Slack webhook. [optional]
messageType String text or blocks [optional]
text String The text of the message, or the blocks definition [optional]
token String The bearer token for the Slack app. [optional]
channel String The channel to send the message to. [optional]
email String Email Address [optional]

Enum: MessageTypeEnum

  • text (value: "text")

  • blocks (value: "blocks")