Microsoft Copilot · Capability

Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications

Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications. 1 operations. Lead operation: Microsoft Copilot Create Subscription for Copilot Interaction Notifications. Self-contained Naftiko capability covering one Microsoft Copilot business surface.

Run with Naftiko Microsoft CopilotChange Notifications

What You Can Do

POST
Copilotchangenotificationscreatesubscription — Microsoft Copilot Create Subscription for Copilot Interaction Notifications
/v1/subscriptions

MCP Tools

microsoft-copilot-create-subscription-copilot

Microsoft Copilot Create Subscription for Copilot Interaction Notifications

Capability Spec

microsoft-copilot-change-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications
  description: 'Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications. 1 operations. Lead operation: Microsoft
    Copilot Create Subscription for Copilot Interaction Notifications. Self-contained Naftiko capability covering one Microsoft
    Copilot business surface.'
  tags:
  - Microsoft Copilot
  - Change Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_COPILOT_API_KEY: MICROSOFT_COPILOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-copilot-change-notifications
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions
      path: /subscriptions
      operations:
      - name: copilotchangenotificationscreatesubscription
        method: POST
        description: Microsoft Copilot Create Subscription for Copilot Interaction Notifications
        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.MICROSOFT_COPILOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-copilot-change-notifications-rest
    port: 8080
    description: REST adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions
      name: subscriptions
      description: REST surface for subscriptions.
      operations:
      - method: POST
        name: copilotchangenotificationscreatesubscription
        description: Microsoft Copilot Create Subscription for Copilot Interaction Notifications
        call: microsoft-copilot-change-notifications.copilotchangenotificationscreatesubscription
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-copilot-change-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Copilot Microsoft 365 Copilot APIs — Change Notifications. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-copilot-create-subscription-copilot
      description: Microsoft Copilot Create Subscription for Copilot Interaction Notifications
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-copilot-change-notifications.copilotchangenotificationscreatesubscription
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.