Gong · Capability

Gong Engagement API — Engagement Events

Gong Engagement API — Engagement Events. 4 operations. Lead operation: Gong Report custom action event. Self-contained Naftiko capability covering one Gong business surface.

Run with Naftiko GongEngagement Events

What You Can Do

PUT
Reportcustomactionevent — Gong Report custom action event
/v1/customer-engagement/action
PUT
Reportcontentshareevent — Gong Report content share event
/v1/customer-engagement/share
PUT
Reportcontentviewevent — Gong Report content view event
/v1/customer-engagement/view
POST
Configureintegrationsettings — Gong Configure integration settings
/v1/integration-settings

MCP Tools

gong-report-custom-action-event

Gong Report custom action event

idempotent
gong-report-content-share-event

Gong Report content share event

idempotent
gong-report-content-view-event

Gong Report content view event

idempotent
gong-configure-integration-settings

Gong Configure integration settings

Capability Spec

engagement-engagement-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gong Engagement API — Engagement Events
  description: 'Gong Engagement API — Engagement Events. 4 operations. Lead operation: Gong Report custom action event. Self-contained
    Naftiko capability covering one Gong business surface.'
  tags:
  - Gong
  - Engagement Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GONG_API_KEY: GONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: engagement-engagement-events
    baseUri: https://api.gong.io/v2
    description: Gong Engagement API — Engagement Events business capability. Self-contained, no shared references.
    resources:
    - name: customer-engagement-action
      path: /customer-engagement/action
      operations:
      - name: reportcustomactionevent
        method: PUT
        description: Gong Report custom action event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: customer-engagement-share
      path: /customer-engagement/share
      operations:
      - name: reportcontentshareevent
        method: PUT
        description: Gong Report content share event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: customer-engagement-view
      path: /customer-engagement/view
      operations:
      - name: reportcontentviewevent
        method: PUT
        description: Gong Report content view event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: integration-settings
      path: /integration-settings
      operations:
      - name: configureintegrationsettings
        method: POST
        description: Gong Configure integration settings
        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.GONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: engagement-engagement-events-rest
    port: 8080
    description: REST adapter for Gong Engagement API — Engagement Events. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/customer-engagement/action
      name: customer-engagement-action
      description: REST surface for customer-engagement-action.
      operations:
      - method: PUT
        name: reportcustomactionevent
        description: Gong Report custom action event
        call: engagement-engagement-events.reportcustomactionevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/customer-engagement/share
      name: customer-engagement-share
      description: REST surface for customer-engagement-share.
      operations:
      - method: PUT
        name: reportcontentshareevent
        description: Gong Report content share event
        call: engagement-engagement-events.reportcontentshareevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/customer-engagement/view
      name: customer-engagement-view
      description: REST surface for customer-engagement-view.
      operations:
      - method: PUT
        name: reportcontentviewevent
        description: Gong Report content view event
        call: engagement-engagement-events.reportcontentviewevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/integration-settings
      name: integration-settings
      description: REST surface for integration-settings.
      operations:
      - method: POST
        name: configureintegrationsettings
        description: Gong Configure integration settings
        call: engagement-engagement-events.configureintegrationsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engagement-engagement-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gong Engagement API — Engagement Events. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: gong-report-custom-action-event
      description: Gong Report custom action event
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: engagement-engagement-events.reportcustomactionevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: gong-report-content-share-event
      description: Gong Report content share event
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: engagement-engagement-events.reportcontentshareevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: gong-report-content-view-event
      description: Gong Report content view event
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: engagement-engagement-events.reportcontentviewevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: gong-configure-integration-settings
      description: Gong Configure integration settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engagement-engagement-events.configureintegrationsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.