Talend · Capability

Talend Cloud Processing API — Promotion Executions

Talend Cloud Processing API — Promotion Executions. 1 operations. Lead operation: Execute Promotion. Self-contained Naftiko capability covering one Talend business surface.

Run with Naftiko TalendPromotion Executions

What You Can Do

POST
Executepromotion — Execute Promotion
/v1/processing/executions/promotions

MCP Tools

execute-promotion

Execute Promotion

Capability Spec

processing-promotion-executions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Talend Cloud Processing API — Promotion Executions
  description: 'Talend Cloud Processing API — Promotion Executions. 1 operations. Lead operation: Execute Promotion. Self-contained
    Naftiko capability covering one Talend business surface.'
  tags:
  - Talend
  - Promotion Executions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TALEND_API_KEY: TALEND_API_KEY
capability:
  consumes:
  - type: http
    namespace: processing-promotion-executions
    baseUri: https://api.{region}.cloud.talend.com
    description: Talend Cloud Processing API — Promotion Executions business capability. Self-contained, no shared references.
    resources:
    - name: processing-executions-promotions
      path: /processing/executions/promotions
      operations:
      - name: executepromotion
        method: POST
        description: Execute Promotion
        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.TALEND_API_KEY}}'
  exposes:
  - type: rest
    namespace: processing-promotion-executions-rest
    port: 8080
    description: REST adapter for Talend Cloud Processing API — Promotion Executions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/processing/executions/promotions
      name: processing-executions-promotions
      description: REST surface for processing-executions-promotions.
      operations:
      - method: POST
        name: executepromotion
        description: Execute Promotion
        call: processing-promotion-executions.executepromotion
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: processing-promotion-executions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Talend Cloud Processing API — Promotion Executions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: execute-promotion
      description: Execute Promotion
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: processing-promotion-executions.executepromotion
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.