Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateNotificationChannelParams

Parameters for the createNotificationChannel operation.

Hierarchy

  • CreateNotificationChannelParams

Index

Properties

accountId

accountId: string

Account ID.

Optional alert_source

Optional description

description: string

A one sentence description of this Channel.

Optional enabled

enabled: boolean

Channel is enabled or not. Default is disabled.

endpoint

endpoint: string

The callback URL which receives the notification.

Optional headers

headers: OutgoingHttpHeaders

name

name: string

Optional severity

severity: Severity | string[]

Severity of the notification to be received.

type

type: Type | string

Type of callback URL.

Generated using TypeDoc