Webex · Schema

ServiceType

* `AUTO_ATTENDANT` - The destination is an auto attendant. * `BROADWORKS_ANYWHERE` - The destination is the Office (Broadworks) Anywhere feature. * `CALL_QUEUE` - The destination is the Call Queue feature. * `CONTACT_CENTER_LINK` - The destination is the Contact Center Link feature. * `GROUP_PAGING` - The destination is the Group Paging feature. * `HUNT_GROUP` - The destination is the Hunt Group feature. * `VOICE_MESSAGING` - The destination is the Voice Messaging feature. * `VOICE_MAIL_GROUP` - The destination is the Voice Mail Group feature.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-servicetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceType",
  "title": "ServiceType",
  "type": "string",
  "enum": [
    "AUTO_ATTENDANT",
    "BROADWORKS_ANYWHERE",
    "CALL_QUEUE",
    "CONTACT_CENTER_LINK",
    "GROUP_PAGING",
    "HUNT_GROUP",
    "VOICE_MESSAGING",
    "VOICE_MAIL_GROUP"
  ],
  "description": " * `AUTO_ATTENDANT` - The destination is an auto attendant.\n * `BROADWORKS_ANYWHERE` - The destination is the Office (Broadworks) Anywhere feature.\n * `CALL_QUEUE` - The destination is the Call Queue feature.\n * `CONTACT_CENTER_LINK` - The destination is the Contact Center Link feature.\n * `GROUP_PAGING` - The destination is the Group Paging feature.\n * `HUNT_GROUP` - The destination is the Hunt Group feature.\n * `VOICE_MESSAGING` - The destination is the Voice Messaging feature.\n * `VOICE_MAIL_GROUP` - The destination is the Voice Mail Group feature.\n"
}