Webex · Capability

Webex Contact Center — Notification

Webex Contact Center — Notification. 1 operations. Lead operation: Subscribe Notification. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexNotification

What You Can Do

POST
Subscribenotificationroute — Subscribe Notification
/v1/v1/notification/subscribe

MCP Tools

subscribe-notification

Subscribe Notification

Capability Spec

contact-center-notification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Contact Center — Notification
  description: 'Webex Contact Center — Notification. 1 operations. Lead operation: Subscribe Notification. Self-contained
    Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Notification
  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-notification
    baseUri: ''
    description: Webex Contact Center — Notification business capability. Self-contained, no shared references.
    resources:
    - name: v1-notification-subscribe
      path: /v1/notification/subscribe
      operations:
      - name: subscribenotificationroute
        method: POST
        description: Subscribe Notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: contact-center-notification-rest
    port: 8080
    description: REST adapter for Webex Contact Center — Notification. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/notification/subscribe
      name: v1-notification-subscribe
      description: REST surface for v1-notification-subscribe.
      operations:
      - method: POST
        name: subscribenotificationroute
        description: Subscribe Notification
        call: contact-center-notification.subscribenotificationroute
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: contact-center-notification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Contact Center — Notification. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: subscribe-notification
      description: Subscribe Notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: contact-center-notification.subscribenotificationroute
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.