Temenos · Capability

Temenos Enterprise Product and Pricing API — Promotions

Temenos Enterprise Product and Pricing API — Promotions. 1 operations. Lead operation: Create Promotion Arrangement. Self-contained Naftiko capability covering one Temenos business surface.

Run with Naftiko TemenosPromotions

What You Can Do

POST
Createpromotion — Create Promotion Arrangement
/v1/promotions

MCP Tools

create-promotion-arrangement

Create Promotion Arrangement

Capability Spec

enterprise-product-pricing-promotions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Enterprise Product and Pricing API — Promotions
  description: 'Temenos Enterprise Product and Pricing API — Promotions. 1 operations. Lead operation: Create Promotion Arrangement.
    Self-contained Naftiko capability covering one Temenos business surface.'
  tags:
  - Temenos
  - Promotions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_API_KEY: TEMENOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: enterprise-product-pricing-promotions
    baseUri: https://api.temenos.com/enterprise-pricing/v1
    description: Temenos Enterprise Product and Pricing API — Promotions business capability. Self-contained, no shared references.
    resources:
    - name: promotions
      path: /promotions
      operations:
      - name: createpromotion
        method: POST
        description: Create Promotion Arrangement
        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: enterprise-product-pricing-promotions-rest
    port: 8080
    description: REST adapter for Temenos Enterprise Product and Pricing API — Promotions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/promotions
      name: promotions
      description: REST surface for promotions.
      operations:
      - method: POST
        name: createpromotion
        description: Create Promotion Arrangement
        call: enterprise-product-pricing-promotions.createpromotion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: enterprise-product-pricing-promotions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Enterprise Product and Pricing API — Promotions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: create-promotion-arrangement
      description: Create Promotion Arrangement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: enterprise-product-pricing-promotions.createpromotion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.