Temenos · Capability

Temenos Infinity Digital Banking API — Notifications

Temenos Infinity Digital Banking API — Notifications. 2 operations. Lead operation: Get Notification Preferences. Self-contained Naftiko capability covering one Temenos business surface.

Run with Naftiko TemenosNotifications

What You Can Do

GET
Getnotificationpreferences — Get Notification Preferences
/v1/notifications/preferences
PUT
Updatenotificationpreferences — Update Notification Preferences
/v1/notifications/preferences

MCP Tools

get-notification-preferences

Get Notification Preferences

read-only idempotent
update-notification-preferences

Update Notification Preferences

idempotent

Capability Spec

infinity-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Infinity Digital Banking API — Notifications
  description: 'Temenos Infinity Digital Banking API — Notifications. 2 operations. Lead operation: Get Notification Preferences.
    Self-contained Naftiko capability covering one Temenos business surface.'
  tags:
  - Temenos
  - Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_API_KEY: TEMENOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: infinity-notifications
    baseUri: https://api.temenos.com/infinity/v1
    description: Temenos Infinity Digital Banking API — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: notifications-preferences
      path: /notifications/preferences
      operations:
      - name: getnotificationpreferences
        method: GET
        description: Get Notification Preferences
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatenotificationpreferences
        method: PUT
        description: Update Notification Preferences
        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.TEMENOS_API_KEY}}'
  exposes:
  - type: rest
    namespace: infinity-notifications-rest
    port: 8080
    description: REST adapter for Temenos Infinity Digital Banking API — Notifications. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/notifications/preferences
      name: notifications-preferences
      description: REST surface for notifications-preferences.
      operations:
      - method: GET
        name: getnotificationpreferences
        description: Get Notification Preferences
        call: infinity-notifications.getnotificationpreferences
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatenotificationpreferences
        description: Update Notification Preferences
        call: infinity-notifications.updatenotificationpreferences
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: infinity-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Infinity Digital Banking API — Notifications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-notification-preferences
      description: Get Notification Preferences
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: infinity-notifications.getnotificationpreferences
      outputParameters:
      - type: object
        mapping: $.
    - name: update-notification-preferences
      description: Update Notification Preferences
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: infinity-notifications.updatenotificationpreferences
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.