Webex · Schema

CreateForwardingRuleObject

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Unique name for the selective rule in the hunt group.
enabled boolean Reflects if rule is enabled.
holidaySchedule string Name of the location's holiday schedule which determines when this selective call forwarding rule is in effect.
businessSchedule string Name of the location's business schedule which determines when this selective call forwarding rule is in effect.
forwardTo object Controls what happens when the rule matches including the destination number for the call forwarding.
callsFrom object Settings related to the rule matching based on incoming caller ID.
callsTo object Settings related to the rule matching based on the destination number.
View JSON Schema on GitHub

JSON Schema

webex-createforwardingruleobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateForwardingRuleObject",
  "title": "CreateForwardingRuleObject",
  "type": "object",
  "required": [
    "name",
    "callsFrom",
    "callsTo"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "New Selective Rule",
      "description": "Unique name for the selective rule in the hunt group."
    },
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Reflects if rule is enabled."
    },
    "holidaySchedule": {
      "type": "string",
      "example": "HolidayScheduleOne",
      "description": "Name of the location's holiday schedule which determines when this selective call forwarding rule is in effect."
    },
    "businessSchedule": {
      "type": "string",
      "example": "BusinessScheduleTwo",
      "description": "Name of the location's business schedule which determines when this selective call forwarding rule is in effect."
    },
    "forwardTo": {
      "type": "object",
      "required": [
        "selection"
      ],
      "properties": {
        "selection": {
          "type": "string",
          "enum": [
            "FORWARD_TO_DEFAULT_NUMBER",
            "FORWARD_TO_SPECIFIED_NUMBER",
            "DO_NOT_FORWARD"
          ],
          "description": "Controls what happens when the rule matches.\n * `FORWARD_TO_DEFAULT_NUMBER` - When the rule matches, forward to the destination for the hunt group.\n * `FORWARD_TO_SPECIFIED_NUMBER` - When the rule matches, forward to the destination for this rule.\n * `DO_NOT_FORWARD` - When the rule matches, do not forward to another number.\n"
        },
        "phoneNumber": {
          "type": "string",
          "example": "+15558675309",
          "description": "Phone number to forward calls to. Required when selection is `FORWARD_TO_SPECIFIED_NUMBER`."
        }
      },
      "description": "Controls what happens when the rule matches including the destination number for the call forwarding."
    },
    "callsFrom": {
      "type": "object",
      "required": [
        "selection",
        "customNumbers"
      ],
      "properties": {
        "selection": {
          "type": "string",
          "enum": [
            "ANY",
            "CUSTOM"
          ],
          "description": "If `CUSTOM`, use `customNumbers` to specify which incoming caller ID values cause this rule to match. `ANY` means any incoming call matches assuming the rule is in effect based on the associated schedules.\n * `ANY` - Rule matches for calls from any number.\n * `CUSTOM` - Rule matches based on the numbers and options in `customNumbers`.\n"
        },
        "customNumbers": {
          "type": "object",
          "required": [
            "privateNumberEnabled",
            "unavailableNumberEnabled"
          ],
          "properties": {
            "privateNumberEnabled": {
              "type": "boolean",
              "description": "Match if caller ID indicates the call is from a private number."
            },
            "unavailableNumberEnabled": {
              "type": "boolean",
              "description": "Match if caller ID is unavailable."
            },
            "numbers": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Array of number strings to be matched against incoming caller ID."
            }
          },
          "description": "Custom rules for matching incoming caller ID information."
        }
      },
      "description": "Settings related to the rule matching based on incoming caller ID."
    },
    "callsTo": {
      "type": "object",
      "properties": {
        "numbers": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/CallForwardingNumbers"
          },
          "description": "Array of numbers to be matched against the calling destination number."
        }
      },
      "description": "Settings related to the rule matching based on the destination number."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-createforwardingruleobject"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.