Webex · Example Payload

Webex Create A New Voicemail Group For A Location Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Webex Create A New Voicemail Group For A Location Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Create a new Voicemail Group for a Location",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/voicemailGroups",
  "summary": "Create a new Voicemail Group for a Location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "Voicemail Group Name",
        "phoneNumber": "+16066412147",
        "extension": "1273",
        "firstName": "rcdnfTest",
        "lastName": "rcdnlTest",
        "passcode": "1373",
        "languageCode": "en_us",
        "messageStorage": {
          "storageType": "EXTERNAL",
          "externalEmail": "user@flex2.cisco.com"
        },
        "notifications": {
          "enabled": true,
          "destination": "user@flex2.cisco.com"
        },
        "faxMessage": {
          "enabled": true,
          "phoneNumber": "+1234234324",
          "extension": "23455"
        },
        "transferToNumber": {
          "enabled": true,
          "destination": "+12147691003"
        },
        "emailCopyOfMessage": {
          "enabled": true,
          "emailId": "<user@flex2.cisco.com"
        },
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "997e8784-e2e4-4aa3-93d6-679b2b128d8e"
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/webex-create-a-new-voicemail-group-for-a-location-example"
All examples
curl "https://apis.io/api/v1/examples?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.