Phone notification channel configuration

Hierarchy

  • NotificationChannelPhoneConfig

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
formattedNumber: string

The formatted international version of Number (e.g. +33 7 1 23 45 67).

number: string

The E-164 formatted phone number (e.g. +3371234567)

region: string

The ISO 3166-1 alpha-2 two-letter country code.

smsSubscribedAt?: Date

If present, the date the user subscribed this number to SMS messages

Indicates that the notification channel is a phone

verified: boolean

Indicates whether this phone has been verified by the user in Datadog On-Call

Generated using TypeDoc