Webex · Capability
Webex Contact Center — Dial Number
Webex Contact Center — Dial Number. 12 operations. Lead operation: List Dialed Number Mapping(s). Self-contained Naftiko capability covering one Webex business surface.
What You Can Do
GET
Getallconfig9
— List Dialed Number Mapping(s)
/v1/organization/{orgid}/dial-number
POST
Createconfig14
— Create a new Dialed Number Mapping
/v1/organization/{orgid}/dial-number
DELETE
Deleteallconfig
— Delete all Dialed Number Mapping(s)
/v1/organization/{orgid}/dial-number
POST
Saveallconfig14
— Bulk save Dialed Number Mapping(s)
/v1/organization/{orgid}/dial-number/bulk
GET
Bulkexport12
— Bulk export Dialed Number Mapping(s)
/v1/organization/{orgid}/dial-number/bulk-export
GET
Getdnsbyorgid
— List only dialed numbers(property - dialledNumber) from Dialed Number Mapping(s)
/v1/organization/{orgid}/dial-number/numbers-only
GET
Getconfig16
— Get specific Dialed Number Mapping by ID
/v1/organization/{orgid}/dial-number/{id}
PUT
Updateconfig16
— Update specific Dialed Number Mapping by ID
/v1/organization/{orgid}/dial-number/{id}
DELETE
Deleteconfig14
— Delete specific Dialed Number Mapping by ID
/v1/organization/{orgid}/dial-number/{id}
GET
Getincomingreferences12
— List references for a specific Dialed Number Mapping
/v1/organization/{orgid}/dial-number/{id}/incoming-references
GET
Getallconfigwithmetadata15
— List Dialed Number Mapping(s)
/v1/organization/{orgid}/v2/dial-number
GET
Getallconfigwithmetadatav3
— List Dialed Number Mapping(s)
/v1/organization/{orgid}/v3/dial-number
MCP Tools
list-dialed-number-mapping-s
List Dialed Number Mapping(s)
read-only
idempotent
create-new-dialed-number-mapping
Create a new Dialed Number Mapping
delete-all-dialed-number-mapping-s
Delete all Dialed Number Mapping(s)
idempotent
bulk-save-dialed-number-mapping-s
Bulk save Dialed Number Mapping(s)
bulk-export-dialed-number-mapping-s
Bulk export Dialed Number Mapping(s)
read-only
idempotent
list-only-dialed-numbers-property-diallednumber
List only dialed numbers(property - dialledNumber) from Dialed Number Mapping(s)
read-only
idempotent
get-specific-dialed-number-mapping
Get specific Dialed Number Mapping by ID
read-only
idempotent
update-specific-dialed-number-mapping
Update specific Dialed Number Mapping by ID
idempotent
delete-specific-dialed-number-mapping
Delete specific Dialed Number Mapping by ID
idempotent
list-references-specific-dialed-number
List references for a specific Dialed Number Mapping
read-only
idempotent
list-dialed-number-mapping-s-2
List Dialed Number Mapping(s)
read-only
idempotent
list-dialed-number-mapping-s-3
List Dialed Number Mapping(s)
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Webex Contact Center — Dial Number
description: 'Webex Contact Center — Dial Number. 12 operations. Lead operation: List Dialed Number Mapping(s). Self-contained
Naftiko capability covering one Webex business surface.'
tags:
- Webex
- Dial Number
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
WEBEX_API_KEY: WEBEX_API_KEY
capability:
consumes:
- type: http
namespace: contact-center-dial-number
baseUri: ''
description: Webex Contact Center — Dial Number business capability. Self-contained, no shared references.
resources:
- name: organization-orgid-dial-number
path: /organization/{orgid}/dial-number
operations:
- name: getallconfig9
method: GET
description: List Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: filter
in: query
type: string
description: 'Specify a filter based on which the results will be fetched. Supported filterable fields: id. '
- name: attributes
in: query
type: string
description: Specify the attributes to be returned. By default, all attributes are returned along with the specified
columns. All attributes are supported. except (links)
- name: page
in: query
type: integer
description: Defines the number of displayed page. The page number starts from 0.
- name: pageSize
in: query
type: integer
description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
max page size, the API will automatically adjust the page si
- name: createconfig14
method: POST
description: Create a new Dialed Number Mapping
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: deleteallconfig
method: DELETE
description: Delete all Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: organization-orgid-dial-number-bulk
path: /organization/{orgid}/dial-number/bulk
operations:
- name: saveallconfig14
method: POST
description: Bulk save Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: organization-orgid-dial-number-bulk-export
path: /organization/{orgid}/dial-number/bulk-export
operations:
- name: bulkexport12
method: GET
description: Bulk export Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: page
in: query
type: integer
description: Defines the number of displayed page. The page number starts from 0.
- name: pageSize
in: query
type: integer
description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
max page size, the API will automatically adjust the page si
- name: organization-orgid-dial-number-numbers-only
path: /organization/{orgid}/dial-number/numbers-only
operations:
- name: getdnsbyorgid
method: GET
description: List only dialed numbers(property - dialledNumber) from Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: organization-orgid-dial-number-id
path: /organization/{orgid}/dial-number/{id}
operations:
- name: getconfig16
method: GET
description: Get specific Dialed Number Mapping by ID
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: id
in: path
type: string
description: Resource ID of the Dialed Number Mapping.
required: true
- name: updateconfig16
method: PUT
description: Update specific Dialed Number Mapping by ID
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: id
in: path
type: string
description: Resource ID of the Dialed Number Mapping.
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: deleteconfig14
method: DELETE
description: Delete specific Dialed Number Mapping by ID
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: id
in: path
type: string
description: Resource ID of the Dialed Number Mapping.
required: true
- name: organization-orgid-dial-number-id-incoming-references
path: /organization/{orgid}/dial-number/{id}/incoming-references
operations:
- name: getincomingreferences12
method: GET
description: List references for a specific Dialed Number Mapping
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: id
in: path
type: string
description: ID of this contact center resource.
required: true
- name: type
in: query
type: string
description: Entity type of the other entity that has a reference to this specific entity.
- name: page
in: query
type: integer
description: Defines the number of displayed page. The page number starts from 0.
- name: pageSize
in: query
type: integer
description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
max page size, the API will automatically adjust the page si
- name: organization-orgid-v2-dial-number
path: /organization/{orgid}/v2/dial-number
operations:
- name: getallconfigwithmetadata15
method: GET
description: List Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: filter
in: query
type: string
description: 'Specify a filter based on which the results will be fetched. All the fields are supported except:
organizationId, createdTime, lastUpdatedTime '
- name: attributes
in: query
type: string
description: Specify the attributes to be returned. By default, all attributes are returned along with the specified
columns. All attributes are supported. except (links)
- name: search
in: query
type: string
description: Filter data based on the search keyword.Supported search columns(dialledNumber)
- name: page
in: query
type: integer
description: Defines the number of displayed page. The page number starts from 0.
- name: pageSize
in: query
type: integer
description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
max page size, the API will automatically adjust the page si
- name: includeEntryPointName
in: query
type: boolean
description: If includeEntryPointName is set to true and entryPointName is in the attributes, the API will return
entryPointName in the Get All response, and filtering, sear
- name: organization-orgid-v3-dial-number
path: /organization/{orgid}/v3/dial-number
operations:
- name: getallconfigwithmetadatav3
method: GET
description: List Dialed Number Mapping(s)
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: orgid
in: path
type: string
description: Organization ID to be used for this operation. The specified security token must have permission to
interact with the organization.
required: true
- name: filter
in: query
type: string
description: 'Specify a filter based on which the results will be fetched. All the fields are supported except:
organizationId, createdTime, lastUpdatedTime '
- name: attributes
in: query
type: string
description: Specify the attributes to be returned. By default, all attributes are returned along with the specified
columns. All attributes are supported. except (links)
- name: search
in: query
type: string
description: Filter data based on the search keyword.Supported search columns(dialledNumber)
- name: page
in: query
type: integer
description: Defines the number of displayed page. The page number starts from 0.
- name: pageSize
in: query
type: integer
description: Defines the number of items to be displayed on a page. If the number specified is more than allowed
max page size, the API will automatically adjust the page si
- name: includeEntryPointName
in: query
type: boolean
description: If includeEntryPointName is set to true and entryPointName is in the attributes, the API will return
entryPointName in the Get All response, and filtering, sear
authentication:
type: bearer
token: '{{env.WEBEX_API_KEY}}'
exposes:
- type: rest
namespace: contact-center-dial-number-rest
port: 8080
description: REST adapter for Webex Contact Center — Dial Number. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/organization/{orgid}/dial-number
name: organization-orgid-dial-number
description: REST surface for organization-orgid-dial-number.
operations:
- method: GET
name: getallconfig9
description: List Dialed Number Mapping(s)
call: contact-center-dial-number.getallconfig9
with:
orgid: rest.orgid
filter: rest.filter
attributes: rest.attributes
page: rest.page
pageSize: rest.pageSize
outputParameters:
- type: object
mapping: $.
- method: POST
name: createconfig14
description: Create a new Dialed Number Mapping
call: contact-center-dial-number.createconfig14
with:
orgid: rest.orgid
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: DELETE
name: deleteallconfig
description: Delete all Dialed Number Mapping(s)
call: contact-center-dial-number.deleteallconfig
with:
orgid: rest.orgid
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/dial-number/bulk
name: organization-orgid-dial-number-bulk
description: REST surface for organization-orgid-dial-number-bulk.
operations:
- method: POST
name: saveallconfig14
description: Bulk save Dialed Number Mapping(s)
call: contact-center-dial-number.saveallconfig14
with:
orgid: rest.orgid
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/dial-number/bulk-export
name: organization-orgid-dial-number-bulk-export
description: REST surface for organization-orgid-dial-number-bulk-export.
operations:
- method: GET
name: bulkexport12
description: Bulk export Dialed Number Mapping(s)
call: contact-center-dial-number.bulkexport12
with:
orgid: rest.orgid
page: rest.page
pageSize: rest.pageSize
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/dial-number/numbers-only
name: organization-orgid-dial-number-numbers-only
description: REST surface for organization-orgid-dial-number-numbers-only.
operations:
- method: GET
name: getdnsbyorgid
description: List only dialed numbers(property - dialledNumber) from Dialed Number Mapping(s)
call: contact-center-dial-number.getdnsbyorgid
with:
orgid: rest.orgid
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/dial-number/{id}
name: organization-orgid-dial-number-id
description: REST surface for organization-orgid-dial-number-id.
operations:
- method: GET
name: getconfig16
description: Get specific Dialed Number Mapping by ID
call: contact-center-dial-number.getconfig16
with:
orgid: rest.orgid
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PUT
name: updateconfig16
description: Update specific Dialed Number Mapping by ID
call: contact-center-dial-number.updateconfig16
with:
orgid: rest.orgid
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: DELETE
name: deleteconfig14
description: Delete specific Dialed Number Mapping by ID
call: contact-center-dial-number.deleteconfig14
with:
orgid: rest.orgid
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/dial-number/{id}/incoming-references
name: organization-orgid-dial-number-id-incoming-references
description: REST surface for organization-orgid-dial-number-id-incoming-references.
operations:
- method: GET
name: getincomingreferences12
description: List references for a specific Dialed Number Mapping
call: contact-center-dial-number.getincomingreferences12
with:
orgid: rest.orgid
id: rest.id
type: rest.type
page: rest.page
pageSize: rest.pageSize
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/v2/dial-number
name: organization-orgid-v2-dial-number
description: REST surface for organization-orgid-v2-dial-number.
operations:
- method: GET
name: getallconfigwithmetadata15
description: List Dialed Number Mapping(s)
call: contact-center-dial-number.getallconfigwithmetadata15
with:
orgid: rest.orgid
filter: rest.filter
attributes: rest.attributes
search: rest.search
page: rest.page
pageSize: rest.pageSize
includeEntryPointName: rest.includeEntryPointName
outputParameters:
- type: object
mapping: $.
- path: /v1/organization/{orgid}/v3/dial-number
name: organization-orgid-v3-dial-number
description: REST surface for organization-orgid-v3-dial-number.
operations:
- method: GET
name: getallconfigwithmetadatav3
description: List Dialed Number Mapping(s)
call: contact-center-dial-number.getallconfigwithmetadatav3
with:
orgid: rest.orgid
filter: rest.filter
attributes: rest.attributes
search: rest.search
page: rest.page
pageSize: rest.pageSize
includeEntryPointName: rest.includeEntryPointName
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: contact-center-dial-number-mcp
port: 9090
transport: http
description: MCP adapter for Webex Contact Center — Dial Number. One tool per consumed operation, routed inline through
this capability's consumes block.
tools:
- name: list-dialed-number-mapping-s
description: List Dialed Number Mapping(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getallconfig9
with:
orgid: tools.orgid
filter: tools.filter
attributes: tools.attributes
page: tools.page
pageSize: tools.pageSize
outputParameters:
- type: object
mapping: $.
- name: create-new-dialed-number-mapping
description: Create a new Dialed Number Mapping
hints:
readOnly: false
destructive: false
idempotent: false
call: contact-center-dial-number.createconfig14
with:
orgid: tools.orgid
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: delete-all-dialed-number-mapping-s
description: Delete all Dialed Number Mapping(s)
hints:
readOnly: false
destructive: true
idempotent: true
call: contact-center-dial-number.deleteallconfig
with:
orgid: tools.orgid
outputParameters:
- type: object
mapping: $.
- name: bulk-save-dialed-number-mapping-s
description: Bulk save Dialed Number Mapping(s)
hints:
readOnly: false
destructive: false
idempotent: false
call: contact-center-dial-number.saveallconfig14
with:
orgid: tools.orgid
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: bulk-export-dialed-number-mapping-s
description: Bulk export Dialed Number Mapping(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.bulkexport12
with:
orgid: tools.orgid
page: tools.page
pageSize: tools.pageSize
outputParameters:
- type: object
mapping: $.
- name: list-only-dialed-numbers-property-diallednumber
description: List only dialed numbers(property - dialledNumber) from Dialed Number Mapping(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getdnsbyorgid
with:
orgid: tools.orgid
outputParameters:
- type: object
mapping: $.
- name: get-specific-dialed-number-mapping
description: Get specific Dialed Number Mapping by ID
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getconfig16
with:
orgid: tools.orgid
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-specific-dialed-number-mapping
description: Update specific Dialed Number Mapping by ID
hints:
readOnly: false
destructive: false
idempotent: true
call: contact-center-dial-number.updateconfig16
with:
orgid: tools.orgid
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: delete-specific-dialed-number-mapping
description: Delete specific Dialed Number Mapping by ID
hints:
readOnly: false
destructive: true
idempotent: true
call: contact-center-dial-number.deleteconfig14
with:
orgid: tools.orgid
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: list-references-specific-dialed-number
description: List references for a specific Dialed Number Mapping
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getincomingreferences12
with:
orgid: tools.orgid
id: tools.id
type: tools.type
page: tools.page
pageSize: tools.pageSize
outputParameters:
- type: object
mapping: $.
- name: list-dialed-number-mapping-s-2
description: List Dialed Number Mapping(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getallconfigwithmetadata15
with:
orgid: tools.orgid
filter: tools.filter
attributes: tools.attributes
search: tools.search
page: tools.page
pageSize: tools.pageSize
includeEntryPointName: tools.includeEntryPointName
outputParameters:
- type: object
mapping: $.
- name: list-dialed-number-mapping-s-3
description: List Dialed Number Mapping(s)
hints:
readOnly: true
destructive: false
idempotent: true
call: contact-center-dial-number.getallconfigwithmetadatav3
with:
orgid: tools.orgid
filter: tools.filter
attributes: tools.attributes
search: tools.search
page: tools.page
pageSize: tools.pageSize
includeEntryPointName: tools.includeEntryPointName
outputParameters:
- type: object
mapping: $.