Class CaseNotificationRuleRecipientData

Recipient data

Hierarchy

  • CaseNotificationRuleRecipientData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
channel?: string

Slack channel name

channelId?: string

Slack channel ID

channelName?: string

Microsoft Teams channel name

connectorName?: string

Microsoft Teams connector name

email?: string

Email address

name?: string

HTTP webhook name

serviceName?: string

PagerDuty service name

teamId?: string

Microsoft Teams team ID

teamName?: string

Microsoft Teams team name

tenantId?: string

Microsoft Teams tenant ID

tenantName?: string

Microsoft Teams tenant name

workspace?: string

Slack workspace name

workspaceId?: string

Slack workspace ID

Generated using TypeDoc