Bandwidth · JSON Structure

Emergency Calling Notification Recipient Structure

A recipient for emergency call notifications

Type: object Properties: 4
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

NotificationRecipient is a JSON Structure definition published by Bandwidth, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id emailAddress phoneNumber description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/emergency-calling-notification-recipient-structure.json",
  "name": "NotificationRecipient",
  "description": "A recipient for emergency call notifications",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the notification recipient"
    },
    "emailAddress": {
      "type": "string",
      "format": "email",
      "description": "The email address for notifications"
    },
    "phoneNumber": {
      "type": "string",
      "description": "The phone number for SMS notifications"
    },
    "description": {
      "type": "string",
      "description": "A description of the notification recipient"
    }
  }
}