ZoomInfo · Capability

ZoomInfo — Monitoring API/Webhooks

ZoomInfo — Monitoring API/Webhooks. 7 operations. Lead operation: Zoominfo Create Webhook. Self-contained Naftiko capability covering one Zoominfo business surface.

Run with Naftiko ZoominfoMonitoring API/Webhooks

What You Can Do

POST
Createwebhook — Zoominfo Create Webhook
/v1/webhooks
GET
Getwebhooks — Zoominfo Get Webhooks
/v1/webhooks
DELETE
Deletewebhook — Zoominfo Delete Webhook
/v1/webhooks/570575403
POST
Generateverificationtoken — Zoominfo Generate Verification Token
/v1/webhooks/849814821/token
PUT
Updatewebhook — Zoominfo Update Webhook
/v1/webhooks/967763288
GET
Getsubscriptiontypes — Zoominfo Get Subscription Types
/v1/webhooks/subscriptiontypes
POST
Validatetargeturl — Zoominfo Validate Target Url
/v1/webhooks/validate

MCP Tools

zoominfo-create-webhook

Zoominfo Create Webhook

zoominfo-get-webhooks

Zoominfo Get Webhooks

read-only idempotent
zoominfo-delete-webhook

Zoominfo Delete Webhook

idempotent
zoominfo-generate-verification-token

Zoominfo Generate Verification Token

zoominfo-update-webhook

Zoominfo Update Webhook

idempotent
zoominfo-get-subscription-types

Zoominfo Get Subscription Types

read-only idempotent
zoominfo-validate-target-url

Zoominfo Validate Target Url

read-only

Capability Spec

zoominfo-monitoring-api-webhooks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ZoomInfo — Monitoring API/Webhooks
  description: 'ZoomInfo — Monitoring API/Webhooks. 7 operations. Lead operation: Zoominfo Create Webhook. Self-contained
    Naftiko capability covering one Zoominfo business surface.'
  tags:
  - Zoominfo
  - Monitoring API/Webhooks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZOOMINFO_API_KEY: ZOOMINFO_API_KEY
capability:
  consumes:
  - type: http
    namespace: zoominfo-monitoring-api-webhooks
    baseUri: https://api.zoominfo.com
    description: ZoomInfo — Monitoring API/Webhooks business capability. Self-contained, no shared references.
    resources:
    - name: webhooks
      path: /webhooks
      operations:
      - name: createwebhook
        method: POST
        description: Zoominfo Create Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getwebhooks
        method: GET
        description: Zoominfo Get Webhooks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-570575403
      path: /webhooks/570575403
      operations:
      - name: deletewebhook
        method: DELETE
        description: Zoominfo Delete Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-849814821-token
      path: /webhooks/849814821/token
      operations:
      - name: generateverificationtoken
        method: POST
        description: Zoominfo Generate Verification Token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-967763288
      path: /webhooks/967763288
      operations:
      - name: updatewebhook
        method: PUT
        description: Zoominfo Update Webhook
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: webhooks-subscriptiontypes
      path: /webhooks/subscriptiontypes
      operations:
      - name: getsubscriptiontypes
        method: GET
        description: Zoominfo Get Subscription Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: webhooks-validate
      path: /webhooks/validate
      operations:
      - name: validatetargeturl
        method: POST
        description: Zoominfo Validate Target Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ZOOMINFO_API_KEY}}'
  exposes:
  - type: rest
    namespace: zoominfo-monitoring-api-webhooks-rest
    port: 8080
    description: REST adapter for ZoomInfo — Monitoring API/Webhooks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/webhooks
      name: webhooks
      description: REST surface for webhooks.
      operations:
      - method: POST
        name: createwebhook
        description: Zoominfo Create Webhook
        call: zoominfo-monitoring-api-webhooks.createwebhook
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getwebhooks
        description: Zoominfo Get Webhooks
        call: zoominfo-monitoring-api-webhooks.getwebhooks
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/570575403
      name: webhooks-570575403
      description: REST surface for webhooks-570575403.
      operations:
      - method: DELETE
        name: deletewebhook
        description: Zoominfo Delete Webhook
        call: zoominfo-monitoring-api-webhooks.deletewebhook
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/849814821/token
      name: webhooks-849814821-token
      description: REST surface for webhooks-849814821-token.
      operations:
      - method: POST
        name: generateverificationtoken
        description: Zoominfo Generate Verification Token
        call: zoominfo-monitoring-api-webhooks.generateverificationtoken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/967763288
      name: webhooks-967763288
      description: REST surface for webhooks-967763288.
      operations:
      - method: PUT
        name: updatewebhook
        description: Zoominfo Update Webhook
        call: zoominfo-monitoring-api-webhooks.updatewebhook
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/subscriptiontypes
      name: webhooks-subscriptiontypes
      description: REST surface for webhooks-subscriptiontypes.
      operations:
      - method: GET
        name: getsubscriptiontypes
        description: Zoominfo Get Subscription Types
        call: zoominfo-monitoring-api-webhooks.getsubscriptiontypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/webhooks/validate
      name: webhooks-validate
      description: REST surface for webhooks-validate.
      operations:
      - method: POST
        name: validatetargeturl
        description: Zoominfo Validate Target Url
        call: zoominfo-monitoring-api-webhooks.validatetargeturl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: zoominfo-monitoring-api-webhooks-mcp
    port: 9090
    transport: http
    description: MCP adapter for ZoomInfo — Monitoring API/Webhooks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zoominfo-create-webhook
      description: Zoominfo Create Webhook
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-monitoring-api-webhooks.createwebhook
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-get-webhooks
      description: Zoominfo Get Webhooks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-monitoring-api-webhooks.getwebhooks
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-delete-webhook
      description: Zoominfo Delete Webhook
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: zoominfo-monitoring-api-webhooks.deletewebhook
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-generate-verification-token
      description: Zoominfo Generate Verification Token
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: zoominfo-monitoring-api-webhooks.generateverificationtoken
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-update-webhook
      description: Zoominfo Update Webhook
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: zoominfo-monitoring-api-webhooks.updatewebhook
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-get-subscription-types
      description: Zoominfo Get Subscription Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: zoominfo-monitoring-api-webhooks.getsubscriptiontypes
      outputParameters:
      - type: object
        mapping: $.
    - name: zoominfo-validate-target-url
      description: Zoominfo Validate Target Url
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: zoominfo-monitoring-api-webhooks.validatetargeturl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.